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

{
    "objects": [
        {
            "name": "Jonqui\u00e8re",
            "boundary_set_name": "Saguenay borough",
            "url": "/boundaries/saguenay-boroughs/jonquiere/",
            "external_id": "2",
            "related": {
                "boundary_set_url": "/boundary-sets/saguenay-boroughs/"
            }
        },
        {
            "name": "Chicoutimi",
            "boundary_set_name": "Saguenay borough",
            "url": "/boundaries/saguenay-boroughs/chicoutimi/",
            "external_id": "1",
            "related": {
                "boundary_set_url": "/boundary-sets/saguenay-boroughs/"
            }
        },
        {
            "name": "La Baie",
            "boundary_set_name": "Saguenay borough",
            "url": "/boundaries/saguenay-boroughs/la-baie/",
            "external_id": "3",
            "related": {
                "boundary_set_url": "/boundary-sets/saguenay-boroughs/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/saguenay-boroughs/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/saguenay-boroughs/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/saguenay-boroughs/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 3,
        "next": null
    }
}