This is the JSON response for the /boundaries/census-divisions/3502/ API call. Get the raw JSON or read the API reference.

{
    "related": {
        "boundary_set_url": "/boundary-sets/census-divisions/",
        "shape_url": "/boundaries/census-divisions/3502/shape",
        "simple_shape_url": "/boundaries/census-divisions/3502/simple_shape",
        "centroid_url": "/boundaries/census-divisions/3502/centroid",
        "boundaries_url": "/boundaries/census-divisions/",
        "representatives_url": "/boundaries/census-divisions/3502/representatives/"
    },
    "boundary_set_name": "Census division",
    "name": "Prescott and Russell",
    "metadata": {
        "CDUID": "3502",
        "PRUID": "35",
        "CDNAME": "Prescott and Russell",
        "CDTYPE": "UC",
        "PRNAME": "Ontario"
    },
    "external_id": "3502",
    "extent": [
        -75.42594482000429,
        45.18207449368229,
        -74.38126699849896,
        45.64569308570335
    ],
    "centroid": {
        "type": "Point",
        "coordinates": [
            -74.95417129428093,
            45.45625269000468
        ]
    },
    "start_date": null,
    "end_date": null
}