VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8853/?format=api",
    "id": 8853,
    "name": "West Branch District Library Millage",
    "description": "Shall the West Branch District Library, County of Ogemaw, Michigan, be authorized to levy annually a new additional millage in an amount not to exceed .40 mill ($,40 on each $1,000 of taxable value) against all taxable property within the West Branch District Library district for a period of six (6) years, 2024 to 2029, inclusive, for the purpose of providing funds for all district library purposes authorized by law? The estimate of the revenue the West Branch District Library will collect if the millage is approved and levied by the West Branch District Library in the first year (2024) is approximately $175,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/10355/?format=api",
        "id": 10355,
        "category": "District Library District",
        "name": "West Branch District Library"
    }
}