VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8872/?format=api",
    "id": 8872,
    "name": "Public Schools of the City of Muskegon Operating Millage Renewal Proposal",
    "description": "This proposal will allow the school district to continue to levy the statutory rate ofnot to exceed 18 mills on all property, except principal residence and other propertyexempted by law, required for the school district to receive its revenue per pupil   foundation allowance and renews millage that will expire with the 2024 tax levy.\n\nShall the currently authorized millage rate limitation of 19.3754 mills ($19.3754 on each $1,000of taxable valuation) on the amount of taxes which may be assessed against all property, exceptprincipal residence and other property exempted by law, in the Public Schools of the City of\nMuskegon, Muskegon County, Michigan, be renewed for a period of 6 years, 2025 to 2030,inclusive, to provide funds for operating purposes; the estimate of the revenue the school districtwill collect if the millage is approved and 18 mills are levied in 2025 is approximately\n$7,268,491.57 (this is a renewal of millage that will expire with the 2024 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/10214/?format=api",
        "id": 10214,
        "category": "Local School District",
        "name": "City of\nMuskegon"
    }
}