VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8887/?format=api",
    "id": 8887,
    "name": "Goodar Township Millage Renewal Proposal Fire Protection",
    "description": "Shall the previous voted increase in the tax limitation imposed under Article IV, Sec. 6 of the Michigan Constitution on general ad valorem taxes within Goodar Township, Ogemaw County, Michigan, reduced by required rollback to .4923 mills be renewed at .5 mills ($0.50 per $1,000 of taxable value) for the period of 2025 through 2028 inclusive for fire protection; and shall the Township levy such renewal in millage for said purpose, thereby, raising in the first year an estimated $14,841.99",
    "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/1371/?format=api",
        "id": 1371,
        "category": "Jurisdiction",
        "name": "Township of Goodar"
    }
}