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

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