VIP Specification: BallotStyle

list: Return all ballots for upcoming elections.

retrieve: Return a specific ballot for an upcoming election.

GET /api/ballots/67588/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "url": "http://michiganelections.io/api/ballots/67588/?format=api",
    "id": 67588,
    "election": {
        "id": 56,
        "name": "May Consolidated",
        "date": "2024-05-07",
        "date_humanized": "Tuesday, May 7th",
        "active": false,
        "reference_url": null
    },
    "precinct": {
        "url": "http://michiganelections.io/api/precincts/322/?format=api",
        "id": 322,
        "county": "Clinton",
        "jurisdiction": "Township of Bingham",
        "ward": null,
        "number": "1"
    },
    "mvic_url": "https://mvic.sos.state.mi.us/Voter/GetMvicBallot/416/697/"
}