VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8825/?format=api",
    "id": 8825,
    "name": "Kenowa Hills Public Schools\nBond Proposal",
    "description": "Shall Kenowa Hills Public Schools, Kent and Ottawa Counties, Michigan, borrow the sum of not to exceed Thirty-Seven Million Eighty Thousand Dollars ($37,080,000) and issue its general obligation unlimited tax bonds therefor, for the purpose of:\n\nacquiring, erecting, remodeling, and equipping and re-equipping school buildings and facilities, and additions to school buildings and facilities; furnishing and refurnishing school buildings and facilities; acquiring, installing, equipping and re-equipping school buildings for instructional technology; and acquiring, preparing, developing, improving and equipping athletic fields, play fields, 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 0.90 mill ($0.90 on each $1,000 of taxable valuation) for a 0.00 mill net increase over the prior year’s levy. The maximum number of years the bonds may be outstanding, exclusive of any refunding, is thirty (30) years. The estimated simple average annual millage anticipated to be required to retire this bond debt is 0.96 mill ($0.96 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 $86,365,000. The total amount of qualified loans currently outstanding is $0. The estimated computed millage rate may change based on changes in certain circumstances.\n\n(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/1586/?format=api",
        "id": 1586,
        "category": "Local School District",
        "name": "Kenowa Hills Public Schools"
    }
}