This is the JSON response for the /boundaries/calgary-wards/ward-10/ API call. Get the raw JSON or read the API reference.

{
    "related": {
        "boundary_set_url": "/boundary-sets/calgary-wards/",
        "shape_url": "/boundaries/calgary-wards/ward-10/shape",
        "simple_shape_url": "/boundaries/calgary-wards/ward-10/simple_shape",
        "centroid_url": "/boundaries/calgary-wards/ward-10/centroid",
        "boundaries_url": "/boundaries/calgary-wards/",
        "representatives_url": "/boundaries/calgary-wards/ward-10/representatives/"
    },
    "boundary_set_name": "Calgary ward",
    "name": "Ward 10",
    "metadata": {
        "label": "WARD 10",
        "ward_num": 10.0,
        "councillor": "RAY JONES"
    },
    "external_id": "10",
    "extent": [
        -114.04081886122798,
        51.04510919360299,
        -113.91173420987097,
        51.11063969975399
    ],
    "centroid": {
        "type": "Point",
        "coordinates": [
            -113.96973788857835,
            51.07591217413171
        ]
    },
    "start_date": null,
    "end_date": null
}