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

{
    "objects": [
        {
            "name": "Est",
            "boundary_set_name": "Desbiens quartier",
            "url": "/boundaries/desbiens-quartiers/est/",
            "external_id": "3",
            "related": {
                "boundary_set_url": "/boundary-sets/desbiens-quartiers/"
            }
        },
        {
            "name": "Centre",
            "boundary_set_name": "Desbiens quartier",
            "url": "/boundaries/desbiens-quartiers/centre/",
            "external_id": "2",
            "related": {
                "boundary_set_url": "/boundary-sets/desbiens-quartiers/"
            }
        },
        {
            "name": "Ouest",
            "boundary_set_name": "Desbiens quartier",
            "url": "/boundaries/desbiens-quartiers/ouest/",
            "external_id": "1",
            "related": {
                "boundary_set_url": "/boundary-sets/desbiens-quartiers/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/desbiens-quartiers/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/desbiens-quartiers/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/desbiens-quartiers/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 3,
        "next": null
    }
}