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/9497/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "url": "http://michiganelections.io/api/precincts/9497/?format=api",
    "id": 9497,
    "county": "Washtenaw",
    "jurisdiction": "City of Ann Arbor",
    "ward": "3",
    "number": "10"
}