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

{
    "objects": [
        {
            "url": "/boundary-sets/census-subdivisions/", 
            "domain": "Canada", 
            "name": "Census subdivisions", 
            "related": {
                "boundaries_url": "/boundaries/census-subdivisions/"
            }
        }, 
        {
            "url": "/boundary-sets/federal-electoral-districts/", 
            "domain": "Canada", 
            "name": "Federal electoral districts", 
            "related": {
                "boundaries_url": "/boundaries/federal-electoral-districts/"
            }
        }
    ], 
    "meta": {
        "next": null, 
        "total_count": 2, 
        "previous": null, 
        "limit": 20, 
        "offset": 0
    }
}