This is the JSON response for the /boundaries/montreal-boroughs/?contains=45.524%2C-73.596 API call. Get the raw JSON or read the API reference.

{
    "objects": [
        {
            "name": "Plateau-Mont-Royal",
            "boundary_set_name": "Montr\u00e9al borough",
            "url": "/boundaries/montreal-boroughs/plateau-mont-royal/",
            "external_id": "11",
            "related": {
                "boundary_set_url": "/boundary-sets/montreal-boroughs/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/montreal-boroughs/centroid?contains=45.524,-73.596&format=apibrowser",
            "simple_shapes_url": "/boundaries/montreal-boroughs/simple_shape?contains=45.524,-73.596&format=apibrowser",
            "shapes_url": "/boundaries/montreal-boroughs/shape?contains=45.524,-73.596&format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 1,
        "next": null
    }
}