VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8881/?format=api",
    "id": 8881,
    "name": "Goodrich Area Schools Sinking Fund Millage Proposal",
    "description": "Shall the limitation on the amount of taxes which may be assessed against all property in Goodrich Area Schools, Genesee, Oakland and Lapeer Counties, Michigan, be increased by and the board of education be authorized to levy not to exceed 1 mill ($1.00 on each $1,000 of taxable valuation) for a period of 9 years, 2024 to 2032, 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 2024 is approximately $645,000?",
    "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/2200/?format=api",
        "id": 2200,
        "category": "Local School District",
        "name": "Goodrich Area Schools"
    }
}