VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8889/?format=api",
    "id": 8889,
    "name": "Fire Operation Millage Proposal",
    "description": "Shall the tax limitation on general ad valorem taxes within the Township of Ogemaw imposed under Article IX, Sec. 6 of the Michigan Constitution be increased for said Township by .5 mill ($.50 per $1,000 of taxable value) for the period of 2024 through 2028 inclusive for the purpose of fire Department operations; and shall the Township levy such increase in millage for said purpose, thereby raising in the first year an estimated $ 36,000.",
    "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/1374/?format=api",
        "id": 1374,
        "category": "Jurisdiction",
        "name": "Township of Ogemaw"
    }
}