VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8865/?format=api",
    "id": 8865,
    "name": "Ambulance Service Millage Renewal Proposition",
    "description": "Shall a previously approved increase of 1.00 mill ($1.00 per $1,000.00 of taxable value), in the limitation on the total amount of taxes which may be assessed against property in Casco Township, Allegan County, Michigan, as provided in the Michigan Constitution of 1963, reduced by the Headlee Amendment to .9208 mill, be renewed and increased to 1.00 mill for the period of 2024 through 2028, inclusive, to provide, inclusive, funds for ambulance services and ambulance equipment for the Township; and shall the Township be authorized to levy this tax?(ESTIMATE OF REVENUE INCREASE: If approved by the voters, the Township estimates that it will receive $303,451.00 of additional revenues from this millage renewal in 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/621/?format=api",
        "id": 621,
        "category": "Jurisdiction",
        "name": "Township of Casco"
    }
}