API returns GeoJSON location of training center within a certifying organisation.

GET /id/certifyingorganisation/qgis-opengisch-gmbh/feed/training-center/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "type": "FeatureCollection",
    "crs": {
        "type": "name",
        "properties": {
            "name": "EPSG:4326"
        }
    },
    "features": [
        {
            "type": "Feature",
            "id": 10,
            "properties": {
                "name": "\"On site training\"",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.373692928579104,
                    47.019157310004616
                ]
            }
        },
        {
            "type": "Feature",
            "id": 9,
            "properties": {
                "name": "Alpean Coworking Laax",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    9.267519894331363,
                    46.815252811991385
                ]
            }
        },
        {
            "type": "Feature",
            "id": 140,
            "properties": {
                "name": "Bellinzona",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.908,
                    46.861
                ]
            }
        },
        {
            "type": "Feature",
            "id": 172,
            "properties": {
                "name": "Bern",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.908,
                    46.861
                ]
            }
        },
        {
            "type": "Feature",
            "id": 146,
            "properties": {
                "name": "Genossenschaft für Weiterbildung und Regionalentwicklung",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.908,
                    46.861
                ]
            }
        },
        {
            "type": "Feature",
            "id": 94,
            "properties": {
                "name": "HSR Rapperswil",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.817493915557861,
                    47.223402353905286
                ]
            }
        },
        {
            "type": "Feature",
            "id": 8,
            "properties": {
                "name": "Impact Hub Bern",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.442196606553814,
                    46.94831954870086
                ]
            }
        },
        {
            "type": "Feature",
            "id": 11,
            "properties": {
                "name": "Impact Hub Lausanne",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.62410903320595,
                    46.525366906045946
                ]
            }
        },
        {
            "type": "Feature",
            "id": 12,
            "properties": {
                "name": "Impact Hub Zurich",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.53393345952444,
                    47.38482502231953
                ]
            }
        },
        {
            "type": "Feature",
            "id": 170,
            "properties": {
                "name": "Lausanne",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.908,
                    46.861
                ]
            }
        },
        {
            "type": "Feature",
            "id": 142,
            "properties": {
                "name": "Lausanne Gotham Gare",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.908,
                    46.861
                ]
            }
        },
        {
            "type": "Feature",
            "id": 144,
            "properties": {
                "name": "Locarno",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.908,
                    46.861
                ]
            }
        },
        {
            "type": "Feature",
            "id": 93,
            "properties": {
                "name": "Online training",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.0859375,
                    46.848173018847355
                ]
            }
        },
        {
            "type": "Feature",
            "id": 13,
            "properties": {
                "name": "SPAZIO 1929 Lugano",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    8.952862321084293,
                    46.009964204236894
                ]
            }
        },
        {
            "type": "Feature",
            "id": 141,
            "properties": {
                "name": "Zürich",
                "certifying_organisation__name": "OPENGIS.ch GmbH"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    7.908,
                    46.861
                ]
            }
        }
    ]
}