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

{
    "objects": [
        {
            "name": "Centre Ward",
            "boundary_set_name": "Whitby ward",
            "url": "/boundaries/whitby-wards/centre-ward/",
            "external_id": "3",
            "related": {
                "boundary_set_url": "/boundary-sets/whitby-wards/"
            }
        },
        {
            "name": "West Ward",
            "boundary_set_name": "Whitby ward",
            "url": "/boundaries/whitby-wards/west-ward/",
            "external_id": "2",
            "related": {
                "boundary_set_url": "/boundary-sets/whitby-wards/"
            }
        },
        {
            "name": "East Ward",
            "boundary_set_name": "Whitby ward",
            "url": "/boundaries/whitby-wards/east-ward/",
            "external_id": "4",
            "related": {
                "boundary_set_url": "/boundary-sets/whitby-wards/"
            }
        },
        {
            "name": "North Ward",
            "boundary_set_name": "Whitby ward",
            "url": "/boundaries/whitby-wards/north-ward/",
            "external_id": "1",
            "related": {
                "boundary_set_url": "/boundary-sets/whitby-wards/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/whitby-wards/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/whitby-wards/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/whitby-wards/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 4,
        "next": null
    }
}