This is the JSON response for the /boundaries/census-subdivisions/?name=Niagara+Falls API call. Get the raw JSON or read the API reference.

{
    "meta": {
        "limit": 20,
        "previous": null,
        "related": {
            "centroids_url": "/boundaries/census-subdivisions/centroid?name=Niagara%20Falls&format=apibrowser",
            "shapes_url": "/boundaries/census-subdivisions/shape?name=Niagara%20Falls&format=apibrowser",
            "simple_shapes_url": "/boundaries/census-subdivisions/simple_shape?name=Niagara%20Falls&format=apibrowser"
        },
        "offset": 0,
        "next": null,
        "total_count": 1
    },
    "objects": [
        {
            "related": {
                "boundary_set_url": "/boundary-sets/census-subdivisions/"
            },
            "url": "/boundaries/census-subdivisions/3526043/",
            "name": "Niagara Falls",
            "external_id": "3526043",
            "boundary_set_name": "Census subdivision"
        }
    ]
}