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-sungis/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": [
                    25.407780595783176,
                    57.53626639847256
                ]
            },
            "properties": {
                "name": "QGIS_Introduction to QGIS_2018-10-17-2018-10-18",
                "start_date": "2018-10-17",
                "end_date": "2018-10-18",
                "course_type_name": "Introduction to QGIS",
                "course_convener_name": "Pēteris Brūns",
                "training_center_name": "SunGIS",
                "certifying_organisation_name": "SunGIS",
                "language": "Latvian",
                "trained_competence": "Basic use of QGIS,  including operations with data, WM(T)S services and map preparation. "
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    25.407780595783176,
                    57.53626639847256
                ]
            },
            "properties": {
                "name": "QGIS_Introduction to QGIS_2019-03-28-2019-03-28",
                "start_date": "2019-03-28",
                "end_date": "2019-03-28",
                "course_type_name": "Introduction to QGIS",
                "course_convener_name": "Pēteris Brūns",
                "training_center_name": "SunGIS",
                "certifying_organisation_name": "SunGIS",
                "language": "Latvian",
                "trained_competence": "Basic use of QGIS,  including operations with data, WM(T)S services and print layouts."
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    25.407780595783176,
                    57.53626639847256
                ]
            },
            "properties": {
                "name": "QGIS_Introduction to QGIS_2019-11-20-2019-11-20",
                "start_date": "2019-11-20",
                "end_date": "2019-11-20",
                "course_type_name": "Introduction to QGIS",
                "course_convener_name": "Pēteris Brūns",
                "training_center_name": "SunGIS",
                "certifying_organisation_name": "SunGIS",
                "language": "Latvian",
                "trained_competence": "Introduction to QGIS, including operations with data, WM(T)S services and print layouts."
            }
        }
    ]
}