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

{
    "objects": [
        {
            "name": "Cecil-P.-Newman",
            "boundary_set_name": "LaSalle district",
            "url": "/boundaries/lasalle-districts/cecil-p-newman/",
            "external_id": "5.2",
            "related": {
                "boundary_set_url": "/boundary-sets/lasalle-districts/"
            }
        },
        {
            "name": "Sault-Saint-Louis",
            "boundary_set_name": "LaSalle district",
            "url": "/boundaries/lasalle-districts/sault-saint-louis/",
            "external_id": "5.1",
            "related": {
                "boundary_set_url": "/boundary-sets/lasalle-districts/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/lasalle-districts/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/lasalle-districts/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/lasalle-districts/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 2,
        "next": null
    }
}