VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8840/?format=api",
    "id": 8840,
    "name": "West Branch-Rose City Area Schools Operating Millage Renewal Proposal",
    "description": "Shall the currently authorized millage rate limitation of 17.9532 mills ($17.9532 on each $1,000 of taxable valuation) on the amount of taxes which may be assessed against all property, except principal residence and other property exempted by law, in West Branch-Rose City Area Schools, Ogemaw, Gladwin and Oscoda Counties, Michigan, be renewed for a period of 10 years, 2025 to 2034, inclusive, to provide funds for operating purposes; the estimate of the revenue the school district will collect if the millage is approved and levied in 2025 is approximately $7,496,479 (this is a renewal of millage that will expire with the 2024 tax levy)?",
    "reference_url": null,
    "election": {
        "id": 56,
        "name": "May Consolidated",
        "date": "2024-05-07",
        "reference_url": null
    },
    "district": {
        "url": "http://michiganelections.io/api/districts/9752/?format=api",
        "id": 9752,
        "category": "Local School District",
        "name": "West Branch-Rose City Area Schools"
    }
}