Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /en/qgis/certifyingorganisation/qgis-mappinggis/feed/training-center/?format=api
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:4326"
}
},
"features": [
{
"type": "Feature",
"properties": {
"name": "MappingGIS",
"certifying_organisation__name": "MappingGIS"
},
"geometry": {
"type": "Point",
"coordinates": [
-4.703060387910297,
41.628547437859154
]
}
}
]
}