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

{
    "objects": [
        {
            "name": "du Centre",
            "boundary_set_name": "Anjou district",
            "url": "/boundaries/anjou-districts/du-centre/",
            "external_id": "2.3",
            "related": {
                "boundary_set_url": "/boundary-sets/anjou-districts/"
            }
        },
        {
            "name": "de l'Ouest",
            "boundary_set_name": "Anjou district",
            "url": "/boundaries/anjou-districts/de-louest/",
            "external_id": "2.1",
            "related": {
                "boundary_set_url": "/boundary-sets/anjou-districts/"
            }
        },
        {
            "name": "de l'Est",
            "boundary_set_name": "Anjou district",
            "url": "/boundaries/anjou-districts/de-lest/",
            "external_id": "2.2",
            "related": {
                "boundary_set_url": "/boundary-sets/anjou-districts/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/anjou-districts/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/anjou-districts/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/anjou-districts/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 3,
        "next": null
    }
}