Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/qgis/certifyingorganisation/flyght7/feed/training-center/?format=api
{
"type": "FeatureCollection",
"crs": {
"type": "name",
"properties": {
"name": "EPSG:4326"
}
},
"features": [
{
"type": "Feature",
"properties": {
"name": "FLYGHT7",
"certifying_organisation__name": "FLYGHT7"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.18267269432545,
14.100733109673666
]
}
},
{
"type": "Feature",
"properties": {
"name": "FLYGHT7 Virtual Classroom (VC)",
"certifying_organisation__name": "FLYGHT7"
},
"geometry": {
"type": "Point",
"coordinates": [
-20.21484375,
11.55538032232177
]
}
}
]
}