VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8892/?format=api",
    "id": 8892,
    "name": "Comstock Park Public Schools\nSinking Fund Millage Proposal",
    "description": "Shall the limitation on the amount of taxes which may be assessed against all property in Comstock Park Public Schools, Kent County, Michigan, be increased by and the board of education be authorized to levy not to exceed 0.9576 mill ($0.9576 on each $1,000 of taxable valuation) for a period of 10 years, 2025 to 2034, inclusive, to create a sinking fund for the purchase of real estate for sites for, and the construction or repair of, school buildings; for school security improvements; for the acquisition or upgrading of technology; for the acquisition of student transportation vehicles; for the acquisition of parts, supplies, and equipment used for the maintenance of student transportation vehicles; for the acquisition of eligible trucks and vans used to carry parts, equipment, and personnel for or in the maintenance of school buildings; for the acquisition of parts, supplies, and equipment used to maintain such trucks and vans; and all other purposes authorized by law; the estimate of the revenue the school district will collect if the millage is approved and levied in 2025 is approximately $538,261?",
    "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/2248/?format=api",
        "id": 2248,
        "category": "Local School District",
        "name": "Comstock Park Public Schools"
    }
}