VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8852/?format=api",
    "id": 8852,
    "name": "Churchill Township Road Millage Renewal",
    "description": "Shall the previously voted increase in tax limitation on general ad valorem taxes within the Township of Churchill imposed under Article IX, Sec. 6 of the Michigan Constitution reduced by required millage rollbacks to 1.6686 mills ($1.6686) per $1000 of taxable value be renewed by 1.6900 mill ($1.69 per $1,000 of taxable value) for the period of ten (10) years 2024 through 2033 inclusive for the purpose of improving and maintaining public roads within the township; and shall the Township levy such renewal in millage for said purpose, thereby raising in the first year the millage is levied an estimated $148,146.",
    "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"
    }
}