VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8886/?format=api",
    "id": 8886,
    "name": "Police and Fire Departments Operating Millage Renewal Proposal",
    "description": "Shall Napoleon Township be authorized to levy a renewal of the previously voted millage against all real and personal property within Napoleon Township, Jackson County, Michigan not to exceed 2.25 mills of state taxable value, for a period of 5 Years, beginning November 30, 2024, with 1 mill to be used exclusively for Napoleon Township Police Department Operation and 1.25 mills to be used exclusively for Napoleon Township Fire Department Operation. If approved, the estimated revenue that will be collected in the first year will be approximately $642,231.",
    "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/1321/?format=api",
        "id": 1321,
        "category": "Jurisdiction",
        "name": "Township of Napoleon"
    }
}