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/qgis-camptocamp-sa/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": [
                    7.800292967664096,
                    46.76996842851222
                ]
            },
            "properties": {
                "name": "QGIS_QGIS: Analysis and processing_2018-09-18-2018-09-28",
                "start_date": "2018-09-18",
                "end_date": "2018-09-28",
                "course_type_name": "QGIS: Analysis and processing",
                "course_convener_name": "Julien Waddle",
                "training_center_name": "Camptocamp On site training",
                "certifying_organisation_name": "Camptocamp SA",
                "language": "francais",
                "trained_competence": "Installer, configurer et utiliser QGIS"
            }
        }
    ]
}