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-gter-srl/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": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2020-10-16-2020-12-18",
                "start_date": "2020-10-16",
                "end_date": "2020-12-18",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberto Marzocchi",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian Base use of QGIS",
                "trained_competence": null
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2021-02-17-2021-04-21",
                "start_date": "2021-02-17",
                "end_date": "2021-04-21",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberto Marzocchi",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian Base use of QGIS",
                "trained_competence": null
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2021-09-15-2021-11-03",
                "start_date": "2021-09-15",
                "end_date": "2021-11-03",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Base use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_02 - Utilizzo avanzato di QGIS_2021-11-10-2021-12-22",
                "start_date": "2021-11-10",
                "end_date": "2021-12-22",
                "course_type_name": "02 - Utilizzo avanzato di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Advanced use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2022-03-02-2022-04-20",
                "start_date": "2022-03-02",
                "end_date": "2022-04-20",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Base use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_02 - Utilizzo avanzato di QGIS_2022-04-27-2022-06-01",
                "start_date": "2022-04-27",
                "end_date": "2022-06-01",
                "course_type_name": "02 - Utilizzo avanzato di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Advanced use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2022-09-14-2022-11-02",
                "start_date": "2022-09-14",
                "end_date": "2022-11-02",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Base use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_02 - Utilizzo avanzato di QGIS_2022-11-09-2022-12-14",
                "start_date": "2022-11-09",
                "end_date": "2022-12-14",
                "course_type_name": "02 - Utilizzo avanzato di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Advanced use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2023-09-20-2023-11-08",
                "start_date": "2023-09-20",
                "end_date": "2023-11-08",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Base use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937781602144241,
                    44.39983353039006
                ]
            },
            "properties": {
                "name": "QGIS_02 - Utilizzo avanzato di QGIS_2023-11-15-2023-12-20",
                "start_date": "2023-11-15",
                "end_date": "2023-12-20",
                "course_type_name": "02 - Utilizzo avanzato di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter srl",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Advanced use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937757462263107,
                    44.39987452273875
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2024-03-28-2024-05-16",
                "start_date": "2024-03-28",
                "end_date": "2024-05-16",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter E-learning",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Base use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937757462263107,
                    44.39987452273875
                ]
            },
            "properties": {
                "name": "QGIS_02 - Utilizzo avanzato di QGIS_2024-05-23-2024-06-27",
                "start_date": "2024-05-23",
                "end_date": "2024-06-27",
                "course_type_name": "02 - Utilizzo avanzato di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter E-learning",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Advanced use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937757462263107,
                    44.39987452273875
                ]
            },
            "properties": {
                "name": "QGIS_01 - Utilizzo base di QGIS_2024-10-31-2024-12-19",
                "start_date": "2024-10-31",
                "end_date": "2024-12-19",
                "course_type_name": "01 - Utilizzo base di QGIS",
                "course_convener_name": "Roberta Fagandini",
                "training_center_name": "Gter E-learning",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Base use of QGIS"
            }
        },
        {
            "type": "Feature",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.937757462263107,
                    44.39987452273875
                ]
            },
            "properties": {
                "name": "QGIS_02 - Utilizzo avanzato di QGIS_2025-01-09-2025-02-13",
                "start_date": "2025-01-09",
                "end_date": "2025-02-13",
                "course_type_name": "02 - Utilizzo avanzato di QGIS",
                "course_convener_name": "Manuele Pesenti",
                "training_center_name": "Gter E-learning",
                "certifying_organisation_name": "Gter srl",
                "language": "Italian",
                "trained_competence": "Advanced use of QGIS"
            }
        }
    ]
}