VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8863/?format=api",
    "id": 8863,
    "name": "Trenton Public Schools\nOperating Millage Renewal Proposal",
    "description": "This proposal renews the authority of the School District to levy the statutorylimit of 18 mills on all property, except principal residences and other propertyexempt by law, which currently expires with the School District’s 2024 taxlevy. The authorization will allow the School District to receive revenues at thefull per pupil foundation allowance permitted by the State.\n\nShall the limitation on the total amount of taxes which may be assessedagainst all property, except principal residences and other property exemptedby law, situated within the Trenton Public Schools County of Wayne, State of\nMichigan, be renewed, in the amount of 18 mills ($18.00 on each $1,000 oftaxable valuation), for a period of nine (9) years, 2025 to 2033, inclusive? Thisoperating millage if approved and levied, would provide estimated revenues tothe School District of $3.332679 million during the 2025 calendar year, to beused for general operating purposes.",
    "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/10356/?format=api",
        "id": 10356,
        "category": "Local School District",
        "name": "Trenton Public Schools"
    }
}