Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /en/qgis/certifyingorganisation/qgis-gter-srl/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "properties": { "name": "Gter E-learning", "certifying_organisation__name": "Gter srl" }, "geometry": { "type": "Point", "coordinates": [ 8.937757462263107, 44.39987452273875 ] } }, { "type": "Feature", "properties": { "name": "Gter srl", "certifying_organisation__name": "Gter srl" }, "geometry": { "type": "Point", "coordinates": [ 8.937781602144241, 44.39983353039006 ] } } ] }