This is the JSON response for the /boundary-sets/?domain=Canada API call. Get the raw JSON or read the API reference.

{
    "objects": [
        {
            "name": "Census divisions",
            "url": "/boundary-sets/census-divisions/",
            "related": {
                "boundaries_url": "/boundaries/census-divisions/"
            },
            "domain": "Canada"
        },
        {
            "name": "Census subdivisions",
            "url": "/boundary-sets/census-subdivisions/",
            "related": {
                "boundaries_url": "/boundaries/census-subdivisions/"
            },
            "domain": "Canada"
        },
        {
            "name": "Federal electoral districts",
            "url": "/boundary-sets/federal-electoral-districts/",
            "related": {
                "boundaries_url": "/boundaries/federal-electoral-districts/"
            },
            "domain": "Canada"
        },
        {
            "name": "Federal electoral districts (2003 Representation Order)",
            "url": "/boundary-sets/federal-electoral-districts-2003-representation-order/",
            "related": {
                "boundaries_url": "/boundaries/federal-electoral-districts-2003-representation-order/"
            },
            "domain": "Canada"
        }
    ],
    "meta": {
        "previous": null,
        "offset": 0,
        "next": null,
        "limit": 20,
        "total_count": 4
    }
}