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 /id/qgis/certifyingorganisation/qgis-oslandia/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": [
                    4.836100637239618,
                    45.765911975166645
                ]
            },
            "properties": {
                "name": "QGIS_QGIS python development 1_2019-11-28-2019-12-06",
                "start_date": "2019-12-02",
                "end_date": "2019-12-06",
                "course_type_name": "QGIS python development 1",
                "course_convener_name": "Vincent Mora",
                "training_center_name": "Oslandia Lyon",
                "certifying_organisation_name": "Oslandia",
                "language": "French",
                "trained_competence": "PyQGIS training "
            }
        }
    ]
}