API returns GeoJSON location of training center within a project.

GET /en/regional-technical-training-workshop-on-geographic/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": "BDEC ACADEMY",
                "certifying_organisation__name": "BIGDYX CIVIL ENGINEERING SERVICES"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    125.79292300347603,
                    7.415831537619654
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "name": "BDEC ACADEMY - MANILA",
                "certifying_organisation__name": "BIGDYX CIVIL ENGINEERING SERVICES"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    121.05125597120148,
                    14.49380582892935
                ]
            }
        }
    ]
}