VIP Specification: BallotStyle

list: Return all ballots for upcoming elections.

retrieve: Return a specific ballot for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/ballots/54344/?format=api",
    "id": 54344,
    "election": {
        "url": "http://michiganelections.io/api/elections/49/?format=api",
        "id": 49,
        "name": "State General",
        "date": "2022-11-08",
        "date_humanized": "Tuesday, November 8th",
        "active": false,
        "reference_url": null
    },
    "precinct": {
        "url": "http://michiganelections.io/api/precincts/1173/?format=api",
        "id": 1173,
        "county": "Kent",
        "jurisdiction": "City of Grand Rapids",
        "ward": "2",
        "number": "30"
    },
    "mvic_url": "https://mvic.sos.state.mi.us/Voter/GetMvicBallot/50814/691/"
}