VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8823/?format=api",
    "id": 8823,
    "name": "Jenison Public Schools Bond Proposal",
    "description": "Shall Jenison Public Schools, Ottawa County, Michigan, borrow the sum of not to exceed One Hundred Seventeen Million Dollars ($117,000,000) and issue its general obligation unlimited tax bonds therefor, in one or more series, for the purpose of:\n\nerecting, furnishing, and equipping school buildings and structures, including an upper elementary school, and additions to Jenison High School; remodeling, furnishing and refurnishing, and equipping and re-equipping school buildings and structures, including for school security purposes; acquiring and installing instructional technology and instructional technology equipment for school buildings; purchasing school buses; acquiring a site; and preparing, developing, improving and equipping athletic fields and facilities, a playground, play fields and sites?",
    "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/1851/?format=api",
        "id": 1851,
        "category": "Local School District",
        "name": "Jenison Public Schools"
    }
}