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

{
    "objects": [
        {
            "name": "La Haute-Saint-Charles",
            "boundary_set_name": "Qu\u00e9bec borough",
            "url": "/boundaries/quebec-boroughs/la-haute-saint-charles/",
            "external_id": "6",
            "related": {
                "boundary_set_url": "/boundary-sets/quebec-boroughs/"
            }
        },
        {
            "name": "La Cit\u00e9-Limoilou",
            "boundary_set_name": "Qu\u00e9bec borough",
            "url": "/boundaries/quebec-boroughs/la-cite-limoilou/",
            "external_id": "1",
            "related": {
                "boundary_set_url": "/boundary-sets/quebec-boroughs/"
            }
        },
        {
            "name": "Charlesbourg",
            "boundary_set_name": "Qu\u00e9bec borough",
            "url": "/boundaries/quebec-boroughs/charlesbourg/",
            "external_id": "4",
            "related": {
                "boundary_set_url": "/boundary-sets/quebec-boroughs/"
            }
        },
        {
            "name": "Beauport",
            "boundary_set_name": "Qu\u00e9bec borough",
            "url": "/boundaries/quebec-boroughs/beauport/",
            "external_id": "5",
            "related": {
                "boundary_set_url": "/boundary-sets/quebec-boroughs/"
            }
        },
        {
            "name": "Les Rivi\u00e8res",
            "boundary_set_name": "Qu\u00e9bec borough",
            "url": "/boundaries/quebec-boroughs/les-rivieres/",
            "external_id": "2",
            "related": {
                "boundary_set_url": "/boundary-sets/quebec-boroughs/"
            }
        },
        {
            "name": "Sainte-Foy\u2014Sillery\u2014Cap-Rouge",
            "boundary_set_name": "Qu\u00e9bec borough",
            "url": "/boundaries/quebec-boroughs/sainte-foy-sillery-cap-rouge/",
            "external_id": "3",
            "related": {
                "boundary_set_url": "/boundary-sets/quebec-boroughs/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/quebec-boroughs/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/quebec-boroughs/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/quebec-boroughs/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 6,
        "next": null
    }
}