Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /en/qgis/certifyingorganisation/lutra-consulting-ltd/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "properties": { "name": "Brno", "certifying_organisation__name": "Lutra Consulting Ltd" }, "geometry": { "type": "Point", "coordinates": [ 16.6105020023091, 49.190228855844246 ] } }, { "type": "Feature", "properties": { "name": "Burgess Hill", "certifying_organisation__name": "Lutra Consulting Ltd" }, "geometry": { "type": "Point", "coordinates": [ -0.125312805158429, 50.957994209039555 ] } }, { "type": "Feature", "properties": { "name": "Leicestershire County Council", "certifying_organisation__name": "Lutra Consulting Ltd" }, "geometry": { "type": "Point", "coordinates": [ -1.188583373857254, 52.65557391554669 ] } }, { "type": "Feature", "properties": { "name": "Online virtual course", "certifying_organisation__name": "Lutra Consulting Ltd" }, "geometry": { "type": "Point", "coordinates": [ -0.164794921875, 51.500408081493156 ] } } ] }