VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

GET /api/proposals/8874/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "url": "http://michiganelections.io/api/proposals/8874/?format=api",
    "id": 8874,
    "name": "White Lake Fire Authority Proposal",
    "description": "Shall the White Lake Fire Authority be authorized to collect a millage of up to 2.25 mills\n($2.25 per $1,000 taxable value) per year for a period of fifteen (15) years, to fund theoperational costs and expenses associated with the White Lake Fire Authority in order toprovide fire protection and rescue services to the people and properties of Whitehall\nTownship, Fruitland Township and the City of Whitehall with a total estimated amount ofrevenue of $1,300,000 to be collected in the winter taxes, December 2024.",
    "reference_url": null,
    "election": {
        "url": "http://michiganelections.io/api/elections/56/?format=api",
        "id": 56,
        "name": "May Consolidated",
        "date": "2024-05-07",
        "date_humanized": "Tuesday, May 7th",
        "active": true,
        "proposals_count": 107,
        "positions_count": 19,
        "reference_url": null
    },
    "district": {
        "url": "http://michiganelections.io/api/districts/548/?format=api",
        "id": 548,
        "category": "Jurisdiction",
        "name": "Township of Whitehall"
    }
}