API returns GeoJSON location of past courses within a certifying organisation. The location is the location of the training center where this course will be held.

GET /en/qgis/certifyingorganisation/geospatial-training-solutions/feed/past-course/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -3.525132676095582,
                    50.733966083426694
                ]
            },
            "properties": {
                "name": "QGIS_Introduction to QGIS, Spatial Data and Spatial Analysis, CRPR, University of Exeter_2019-05-12-2019-05-13",
                "start_date": "2019-05-13",
                "end_date": "2019-05-14",
                "course_type_name": "Introduction to QGIS, Spatial Data and Spatial Analysis, CRPR, University of Exeter",
                "course_convener_name": "Nick Bearman",
                "training_center_name": "University of Exeter",
                "certifying_organisation_name": "Geospatial Training Solutions",
                "language": "English",
                "trained_competence": "QGIS, Spatial Data and Spatial Analysis"
            }
        }
    ]
}