This is the JSON response for the /elections/ API call. Get the raw JSON or read the API reference.

{
    "objects": [
        {
            "name": "House of Commons",
            "url": "/elections/house-of-commons/",
            "data_url": "https://scrapers.herokuapp.com/represent/ca_candidates/",
            "data_about_url": "",
            "related": {
                "boundary_set_url": "/boundary-sets/federal-electoral-districts-2023-representation-order/",
                "boundaries_url": "/boundaries/federal-electoral-districts-2023-representation-order/",
                "candidates_url": "/candidates/house-of-commons/"
            },
            "election_date": "2025-04-28"
        }
    ],
    "meta": {
        "offset": 0,
        "limit": 20,
        "total_count": 1,
        "previous": null,
        "next": null
    }
}