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

{
    "objects": [
        {
            "name": "Saint-Jacques",
            "boundary_set_name": "Ville-Marie district",
            "url": "/boundaries/ville-marie-districts/saint-jacques/",
            "external_id": "18.2",
            "related": {
                "boundary_set_url": "/boundary-sets/ville-marie-districts/"
            }
        },
        {
            "name": "Peter-McGill",
            "boundary_set_name": "Ville-Marie district",
            "url": "/boundaries/ville-marie-districts/peter-mcgill/",
            "external_id": "18.1",
            "related": {
                "boundary_set_url": "/boundary-sets/ville-marie-districts/"
            }
        },
        {
            "name": "Sainte-Marie",
            "boundary_set_name": "Ville-Marie district",
            "url": "/boundaries/ville-marie-districts/sainte-marie/",
            "external_id": "18.3",
            "related": {
                "boundary_set_url": "/boundary-sets/ville-marie-districts/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/ville-marie-districts/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/ville-marie-districts/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/ville-marie-districts/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 3,
        "next": null
    }
}