Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/certifyingorganisation/geo-academie/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "id": 122, "properties": { "name": "B3Partners, Utrecht", "certifying_organisation__name": "Geo Academie" }, "geometry": { "type": "Point", "coordinates": [ 5.042961984872819, 52.11900128234135 ] } }, { "type": "Feature", "id": 169, "properties": { "name": "Gemeente Land van Cuijk", "certifying_organisation__name": "Geo Academie" }, "geometry": { "type": "Point", "coordinates": [ 5.389, 52.077 ] } }, { "type": "Feature", "id": 168, "properties": { "name": "Gemeente Nieuwegein", "certifying_organisation__name": "Geo Academie" }, "geometry": { "type": "Point", "coordinates": [ 5.389, 52.077 ] } }, { "type": "Feature", "id": 95, "properties": { "name": "Geo Academie incompany", "certifying_organisation__name": "Geo Academie" }, "geometry": { "type": "Point", "coordinates": [ 4.359788596630097, 52.01192993318356 ] } }, { "type": "Feature", "id": 4, "properties": { "name": "Geo Academie, GeoFort", "certifying_organisation__name": "Geo Academie" }, "geometry": { "type": "Point", "coordinates": [ 5.125499724759218, 51.86560584642849 ] } }, { "type": "Feature", "id": 133, "properties": { "name": "Wageningen Environmental Research", "certifying_organisation__name": "Geo Academie" }, "geometry": { "type": "Point", "coordinates": [ 5.389, 52.077 ] } } ] }