VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8899/?format=api",
    "id": 8899,
    "name": "City of Kentwood\nCharter Amendment Proposal",
    "description": "Shall Section 8.1, Chapter VIII, of the Charter be amended to authorize a new, permanent additional millage of up to one and ninety-five hundredths (1.95) mills ($1.95 per $1,000.00 of taxable value), upon the taxable value of all real and personal property in the city for police and fire protection? (If authorized and levied, the additional 1.95 mills are estimated to raise $5,108,228 in 2024, the first year of the levy. To the extent required by law, a portion of the revenues from this millage will be captured and disbursed to the City's Brownfield Redevelopment Fund.)",
    "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/155/?format=api",
        "id": 155,
        "category": "Jurisdiction",
        "name": "City of Kentwood"
    }
}