This is the JSON response for the /boundaries/greenfield-park-districts/ API call. Get the raw JSON or read the API reference.

{
    "objects": [
        {
            "name": "Greenfield Park",
            "boundary_set_name": "Greenfield Park district",
            "url": "/boundaries/greenfield-park-districts/greenfield-park/",
            "external_id": "10",
            "related": {
                "boundary_set_url": "/boundary-sets/greenfield-park-districts/"
            }
        }
    ],
    "meta": {
        "offset": 0,
        "related": {
            "centroids_url": "/boundaries/greenfield-park-districts/centroid?format=apibrowser",
            "simple_shapes_url": "/boundaries/greenfield-park-districts/simple_shape?format=apibrowser",
            "shapes_url": "/boundaries/greenfield-park-districts/shape?format=apibrowser"
        },
        "limit": 20,
        "previous": null,
        "total_count": 1,
        "next": null
    }
}