VIP Specification: BallotStyle

list: Return all ballots for upcoming elections.

retrieve: Return a specific ballot for an upcoming election.

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

{
    "count": 1078,
    "next": null,
    "previous": "http://michiganelections.io/api/ballots/?format=api&limit=100&offset=1000",
    "results": []
}