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

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