VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8838/?format=api",
    "id": 8838,
    "name": "Alanson Public Schools Sinking Fund Millage Renewal Proposal",
    "description": "This proposal will allow the school district to continue to levy the building and site sinking fund millage that expires with the 2024 tax levy.\n\nShall the currently authorized millage rate of .7258 mill ($0. 7258 on each $1,000 of taxable valuation) which may be assessed against all property in Alanson Public Schools, Emmet County, Michigan, be renewed for a period of 5 years, 2025 to 2029, inclusive, to continue to provide for a sinking fund for the purchase of real estate for sites for, and the construction or repair of, school buildings, for school security improvements, for the acquisition or upgrading of technology and all other purposes authorized by law; the estimate of the revenue the school district will collect if the millage is approved and levied in 2025 is approximately $154,520 (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/2199/?format=api",
        "id": 2199,
        "category": "Local School District",
        "name": "Alanson Public Schools"
    }
}