Get Past Course Organisation
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/geo-academie/feed/past-course/?format=api
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Vakopleiding GIS_2017-03-31-2017-12-01",
"start_date": "2017-03-31",
"end_date": "2017-12-01",
"course_type_name": "Vakopleiding GIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "English",
"trained_competence": null
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Productief met QGIS_2017-09-18-2017-09-19",
"start_date": "2017-09-18",
"end_date": "2017-09-19",
"course_type_name": "Productief met QGIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "English",
"trained_competence": null
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Productief met QGIS_2017-12-18-2017-12-19",
"start_date": "2017-12-18",
"end_date": "2017-12-19",
"course_type_name": "Productief met QGIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "English",
"trained_competence": null
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Productief met QGIS_2018-03-28-2018-03-29",
"start_date": "2018-03-28",
"end_date": "2018-03-29",
"course_type_name": "Productief met QGIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "Dutch",
"trained_competence": null
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Productief met QGIS_2018-07-04-2018-07-05",
"start_date": "2018-07-04",
"end_date": "2018-07-05",
"course_type_name": "Productief met QGIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "Dutch",
"trained_competence": ""
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Productief met QGIS_2018-12-12-2018-12-13",
"start_date": "2018-12-12",
"end_date": "2018-12-13",
"course_type_name": "Productief met QGIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "Dutch",
"trained_competence": "Using QGIS in a professional environment"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Productief met QGIS_2019-03-11-2019-03-12",
"start_date": "2019-03-11",
"end_date": "2019-03-12",
"course_type_name": "Productief met QGIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "Dutch",
"trained_competence": "Using QGIS in a professional environment"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Vakopleiding GIS_2019-04-05-2019-11-29",
"start_date": "2019-04-05",
"end_date": "2019-11-29",
"course_type_name": "Vakopleiding GIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "Nederlands",
"trained_competence": "Using QGIS in a professional environment"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.125499724759218,
51.86560584642849
]
},
"properties": {
"name": "QGIS_Masterclass Cartographic Skills in QGIS_2019-09-22-2019-09-23",
"start_date": "2019-09-23",
"end_date": "2019-09-23",
"course_type_name": "Masterclass Cartographic Skills in QGIS",
"course_convener_name": "Erik Meerburg",
"training_center_name": "Geo Academie, GeoFort",
"certifying_organisation_name": "Geo Academie",
"language": "English",
"trained_competence": "Advanced hands-on Cartographic Skills"
}
}
]
}