VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8802/?format=api",
    "id": 8802,
    "name": "Charlevoix-emmet Intermediate School District Special Education Millage Proposal",
    "description": "This proposal will allow the intermediate school district to continue to levy special education millage previously approved by the electors.\n\nShall the limitation on the amount of taxes which may be assessed against all property in Charlevoix-Emmet Intermediate School District, Michigan, be increased by 1.4606 mills ($1.4606 on each $1,000 of taxable valuation) for a period of 4 years, 2024 to 2027, inclusive, to provide funds for the education of students with a disability; the estimate of the revenue the intermediate school district will collect if the millage is approved and levied in 2024 is approximately $10,294,232 from local property taxes authorized herein (this replaces millage that expired with the 2023 tax levy)?",
    "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/2983/?format=api",
        "id": 2983,
        "category": "Intermediate School District",
        "name": "Charlevoix-Emmet Intermediate School"
    }
}