VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8862/?format=api",
    "id": 8862,
    "name": "Trenton Public Schools\nProposal To Approve Building And Sinking Fund Proposal",
    "description": "This proposal, if approved by the electors, will allow the School District to levya building and site sinking fund tax, the proceeds of which will be used tomake improvements and repairs to the School District’s facilities, includingsecurity improvements and the acquisition or upgrading of technology, theacquisition of student transportation vehicles, trucks and vans and parts,supplies and equipment used for the maintenance of these vehicles. Pursuantto State law, the expenditure of the building and site sinking fund taxproceeds must be audited, and the proceeds cannot be used for teacher,administrator or employee salaries, maintenance or other operatingexpenses.\n\nShall the Trenton Public Schools County of Wayne, State of Michigan, beauthorized to levy 2 mills ($2.00 per $1,000 of taxable valuation)], for a periodof ten (10) years, being the years 2024 to 2033, inclusive, to create a buildingand site sinking fund to be used for the construction or repair of schoolbuildings, school security improvements, the acquisition or upgrading oftechnology, the acquisition of student transportation vehicles, trucks and vansand parts, supplies and equipment used for the maintenance of thesevehicles and other purposes, to the extent permitted by law? This millage ifapproved and levied would provide estimated revenues to the School Districtof approximately $1.374645 million during the 2024 calendar year.",
    "reference_url": null,
    "election": {
        "id": 56,
        "name": "May Consolidated",
        "date": "2024-05-07",
        "reference_url": null
    },
    "district": {
        "url": "http://michiganelections.io/api/districts/10356/?format=api",
        "id": 10356,
        "category": "Local School District",
        "name": "Trenton Public Schools"
    }
}