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

GET /id/qgis/certifyingorganisation/qgis-cracow-university-of-technology/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",
            "properties": {
                "name": "GIS-LAB WIS PK",
                "certifying_organisation__name": "Cracow University of Technology"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    19.943933931196625,
                    50.072268818105826
                ]
            }
        }
    ]
}