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

{
    "url": "http://michiganelections.io/api/precincts/1173/?format=api",
    "id": 1173,
    "county": "Kent",
    "jurisdiction": "City of Grand Rapids",
    "ward": "2",
    "number": "30"
}