Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /en/qgis/certifyingorganisation/envirosolutions/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "properties": { "name": "EnviroSolutions Warsaw Center", "certifying_organisation__name": "EnviroSolutions" }, "geometry": { "type": "Point", "coordinates": [ 20.88807284830364, 52.22855449680771 ] } } ] }