VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8829/?format=api",
    "id": 8829,
    "name": "Freeland Community School District Bond Proposal",
    "description": "Shall Freeland Community School District, Saginaw, Midland and Bay Counties, Michigan, borrow the sum of not to exceed Twenty-Nine Million Eight Hundred Thousand Dollars ($29,800,000) and issue its general obligation unlimited tax bonds therefor for the purpose of:\n\nerecting, completing, remodeling, and equipping and re-equipping school buildings, additions to school buildings and facilities; furnishing and refurnishing school buildings and facilities; and preparing, developing, improving and equipping the Falcon Stadium complex, structures, facilities and sites?\n\nThe following is for informational purposes only:\n\nThe estimated millage that will be levied for the proposed bonds in 2024 is 3.65 mills ($3.65 on each $1,000 of taxable valuation). The maximum number of years the bonds may be outstanding, exclusive of any refunding, is twenty (20) years. The estimated simple average annual millage anticipated to be required to retire this bond debt is 3.14 mills ($3.14 on each $1,000 of taxable valuation).\n\nThe school district does not expect to borrow from the State to pay debt service on the bonds. The total amount of qualified bonds currently outstanding is $0. The total amount of qualified loans currently outstanding is $0. The estimated computed millage rate may change based on changes in certain circumstances.(Pursuant to State law, expenditure of bond proceeds must be audited and the proceeds cannot be used for repair or maintenance costs, teacher, administrator or employee salaries, or other operating expenses.)",
    "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/10336/?format=api",
        "id": 10336,
        "category": "Local School District",
        "name": "Freeland Community School District"
    }
}