VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8877/?format=api",
    "id": 8877,
    "name": "Van Buren District Library Millage Proposal",
    "description": "Shall the Van Buren District Library, County of Van Buren, Michigan, be authorized to levy annually a new additional millage in an amount not to exceed .40 mill ($0.40 on each $1,000 of taxable value) against all taxable property within the Van Buren District Library district for a period of eleven (11) years, 2024 to 2034, inclusive, for the purpose of providing funds for all district library purposes authorized by law? The estimate of the revenue the Van Buren District Library will collect if the millage is approved and levied by the Van Buren District Library in the first year (2024) is approximately $855,000. To the extent required by law, a portion of the revenues from this millage will be captured within the district of and disbursed to the Brownfield Redevelopment Authority of Van Buren County. Pursuant to Funding and Reciprocal Borrowing Agreements, 75% of the millage revenues received from Porter Township will be disbursed to the Village of Lawton Public Library and 10% of the millage revenues received from Bangor Township will be disbursed to the Hartford Public Library.",
    "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/10359/?format=api",
        "id": 10359,
        "category": "District Library District",
        "name": "Van Buren District Library"
    }
}