VIP Specification: Precinct

list: Return all regions which share the same ballot.

retrieve: Return a specific region which shares the same ballot.

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

{
    "url": "http://michiganelections.io/api/precincts/6109/?format=api",
    "id": 6109,
    "county": "Macomb",
    "jurisdiction": "Township of Macomb",
    "ward": null,
    "number": "14"
}