VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8808/?format=api",
    "id": 8808,
    "name": "Rudyard Area Schools Bond Proposal",
    "description": "Shall Rudyard Area Schools, Chippewa and Mackinac Counties, Michigan, borrow the sum of not to exceed Three Million One Hundred Thousand Dollars ($3,100,000) and issue its general obligation unlimited tax bonds therefor, for the purpose of:\n\nerecting, furnishing, and equipping additions to the school building, including for secure entryways; remodeling, furnishing and refurnishing, and equipping and re-equipping the school building, including for school security; acquiring and installing instructional technology; and preparing, developing, and improving the site?\n\nThe following is for informational purposes only:\n\nThe estimated millage that will be levied for the proposed bonds in 2024 is 0.70 mill ($0.70 on each $1,000 of taxable valuation) for a -0- mill net increase over the prior year’s levy. The maximum number of years the bonds may be outstanding, exclusive of any refunding, is nine (9) years. The estimated simple average annual millage anticipated to be required to retire this bond debt is 2.24 mills ($2.24 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 $2,055,000. 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/1750/?format=api",
        "id": 1750,
        "category": "Local School District",
        "name": "Rudyard Area Schools"
    }
}