This is the JSON response for the /boundaries/calgary-wards/ward-1/ 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-1/shape",
        "simple_shape_url": "/boundaries/calgary-wards/ward-1/simple_shape",
        "centroid_url": "/boundaries/calgary-wards/ward-1/centroid",
        "boundaries_url": "/boundaries/calgary-wards/",
        "representatives_url": "/boundaries/calgary-wards/ward-1/representatives/"
    },
    "boundary_set_name": "Calgary ward",
    "name": "Ward 1",
    "metadata": {
        "label": "WARD 1",
        "ward_num": 1.0,
        "councillor": "WARD SUTHERLAND"
    },
    "external_id": "1",
    "extent": [
        -114.31579613622097,
        51.06779154908499,
        -114.12569900769998,
        51.183358820464996
    ],
    "centroid": {
        "type": "Point",
        "coordinates": [
            -114.22632530067433,
            51.114589225567656
        ]
    },
    "start_date": null,
    "end_date": null
}