VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8883/?format=api",
    "id": 8883,
    "name": "Mt Morris Consolidated Schools Building and Site Sinking Fund Millage Restore and Replacement Proposal",
    "description": "This proposal will replace and restore the authority of Mt. Morris Consolidated School District to levy a building and site sinking fund millage of 2.50 mills, which has been reduced by application of the Headlee Amendment, set to expire with the 2024 tax levy. Shall the limitation on the amount of taxes which may be imposed on all property in Mt. Morris Consolidated School District, County of Genesee, State of Michigan, be increased by 2.500 mills ($2.50 on each $1,000.00 of taxable value) for ten (10) years, for the calendar years 2025 to 2034, inclusive, to continue to provide for a sinking fund for the construction or repair of school buildings and all other purposes authorized by law. It is estimated that the revenue the school district will collect if the millage is approved and levied in the 2025 calendar year will be approximately $695,839 from the local taxes authorized in this proposal.",
    "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/10361/?format=api",
        "id": 10361,
        "category": "Local School District",
        "name": "Mt. Morris Consolidated School"
    }
}