VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8898/?format=api",
    "id": 8898,
    "name": "Leland Public School\nOperating Millage Renewal Proposal\n",
    "description": "This proposal will allow the school district to continue to levy its statutory operating millage rate of 10.9013 mills on all property, except principal residence and other property exempted by law, required for the school district to receive its full revenue per pupil foundation allowance. Shall the limitation on the amount of taxes which may be assessed against all property, except principal residence and other property exempted by law, in Leland Public School, Leelanau County, Michigan, be increased by 10.9013 mills ($10.9013 on each $1,000 of taxable valuation) for the year 2024, to provide funds for operating purposes; the estimate of the revenue the school district will collect if the millage is approved and levied in 2024 is approximately $5,208,315 (this is a renewal of 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/9755/?format=api",
        "id": 9755,
        "category": "Local School District",
        "name": "Leland Public School"
    }
}