VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8813/?format=api",
    "id": 8813,
    "name": "Adrian District Library Millage Proposal\n",
    "description": "Shall the Adrian District Library, County of Lenawee, State of Michigan, be authorized to levy annually an amount not to exceed\n\n2.5 mills ($2.50 on each $1,000 of taxable value), of which 2.4817 mills is a renewal of the previously authorized millage rate that will expire in 2024 and .0183 mill is new additional millage to restore the millage rate lost as a result of the Headlee Amendment millage reductions, against all taxable property within the Adrian District Library district for a period of ten (10) years, 2025 to 2034 inclusive, for the purpose of providing funds for all district library purposes authorized by law? The estimate of the revenue the Adrian District Library will collect in the first year of levy (2025) if the millage is approved and levied by the Library is approximately $1,200,000. By law, a portion of the revenue from the millage may be captured by the City of Adrian Brownfield Redevelopment Authority.",
    "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/10348/?format=api",
        "id": 10348,
        "category": "District Library District",
        "name": "Adrian District Library"
    }
}