VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8851/?format=api",
    "id": 8851,
    "name": "Churchill Township Gypsy Moth Millage Proposal",
    "description": "Shall the previously authorized tax millage imposed under Article IX (9) Section Six (6) of the Michigan Constitution on general ad valorem taxes within the Township of Churchill be renewed at Four Tenths (0.4000) Mill ($0.40 per $1000 of taxable value) for a period of Five (5) years, being 2024 through 2028 inclusive, for the purpose of Suppression and Control of the Gypsy Moth; and shall the township levy such an increase in Millage for said purpose, thereby raising in the first year an estimated $35,064.",
    "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/896/?format=api",
        "id": 896,
        "category": "Jurisdiction",
        "name": "Township of Churchill"
    }
}