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-colombia/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": [
                    -74.09071326255798,
                    4.660751375677751
                ]
            },
            "properties": {
                "name": "QGIS_Introducción al desarrollo con PyQGIS_2021-01-16-2021-02-13",
                "start_date": "2021-01-16",
                "end_date": "2021-02-13",
                "course_type_name": "Introducción al desarrollo con PyQGIS",
                "course_convener_name": "Germán Carrillo",
                "training_center_name": "Online",
                "certifying_organisation_name": "QGIS Colombia",
                "language": "Spanish",
                "trained_competence": "PyQGIS scripts, project macros, actions, custom expressions, geoprocessing scripts, plugins and scripts 'standalone'."
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    -74.09071326255798,
                    4.660751375677751
                ]
            },
            "properties": {
                "name": "QGIS_Introducción a QGIS_2021-02-25-2021-03-26",
                "start_date": "2021-02-22",
                "end_date": "2021-03-23",
                "course_type_name": "Introducción a QGIS",
                "course_convener_name": "Germán Carrillo",
                "training_center_name": "Online",
                "certifying_organisation_name": "QGIS Colombia",
                "language": "Spanish",
                "trained_competence": "Installation, configuration, geographic data formats, general tools, processing framework, symbology and map composition on QGIS."
            }
        }
    ]
}