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

{
    "objects": [
        {
            "name": "North Ward",
            "boundary_set_name": "Grand Falls ward",
            "url": "/boundaries/grand-falls-wards/north-ward/",
            "external_id": "",
            "related": {
                "boundary_set_url": "/boundary-sets/grand-falls-wards/"
            }
        },
        {
            "name": "South Ward",
            "boundary_set_name": "Grand Falls ward",
            "url": "/boundaries/grand-falls-wards/south-ward/",
            "external_id": "",
            "related": {
                "boundary_set_url": "/boundary-sets/grand-falls-wards/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/grand-falls-wards/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/grand-falls-wards/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/grand-falls-wards/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 2,
        "next": null
    }
}