VIP Specification: BallotStyle

list: Return all ballots for upcoming elections.

retrieve: Return a specific ballot for an upcoming election.

GET /api/ballots/?format=api&precinct_county=Kent&precinct_jurisdiction=City+of+Grand+Rapids&precinct_number=30&precinct_ward=2
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}