VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8819/?format=api",
    "id": 8819,
    "name": "Establishing Separate Tax Limitations For Ogemaw County, The Townships, and The Intermediate School Districts",
    "description": "Shall separate tax limitations be established for an indefinite period, or until altered by the voters of the county for the County of Ogemaw and the townships and the intermediate school districts within the county, the aggregate of which shall not exceed 8.5 mills as follows:                        MillsCounty of Ogemaw                7.2Townships                    1.0Intermediate School Districts             0.3Total                       8.5",
    "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/575/?format=api",
        "id": 575,
        "category": "County",
        "name": "Ogemaw"
    }
}