VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8864/?format=api",
    "id": 8864,
    "name": "Renewal of Blue Water Area Transportation Millage",
    "description": "Shall the limitation on the total amount of all taxes which may be assessed against all real and personal taxable property in the Charter Township of Fort Gratiot, St. Clair County, Michigan, be renewed at the previously authorized rate of up to 0.6068 mills of taxable value (60.68 cents per $1,000 of state taxable value) as finally equalized for each of the next four (4) years, to expire in 2028, for the purpose of providing funds, estimated to be $310,874 for the first year of levy, for the Charter Township of Fort Gratiot’s share of the operation of the Blue Water Area Transportation Commission for the period of July 1, 2024 through June 30, 2028? This is a renewal of a 2020 millage passed for the same purpose.",
    "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/977/?format=api",
        "id": 977,
        "category": "Jurisdiction",
        "name": "Township of Fort Gratiot"
    }
}