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

{
    "objects": [
        {
            "name": "Kelly's Cove",
            "boundary_set_name": "Stratford ward",
            "url": "/boundaries/stratford-wards/kellys-cove/",
            "external_id": "1",
            "related": {
                "boundary_set_url": "/boundary-sets/stratford-wards/"
            }
        },
        {
            "name": "Stewart Cove",
            "boundary_set_name": "Stratford ward",
            "url": "/boundaries/stratford-wards/stewart-cove/",
            "external_id": "2",
            "related": {
                "boundary_set_url": "/boundary-sets/stratford-wards/"
            }
        },
        {
            "name": "Tea Hill",
            "boundary_set_name": "Stratford ward",
            "url": "/boundaries/stratford-wards/tea-hill/",
            "external_id": "3",
            "related": {
                "boundary_set_url": "/boundary-sets/stratford-wards/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/stratford-wards/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/stratford-wards/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/stratford-wards/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 3,
        "next": null
    }
}