VIP Specification: BallotMeasureContest

list: Return all proposals for upcoming elections.

retrieve: Return a specific proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/proposals/8857/?format=api",
    "id": 8857,
    "name": "Charter Amendment Proposition Renewal of Streets Millage",
    "description": "Shall Section 7-2(b) of the Charter of the City of Port Huron, St. Clair County, Michigan, be amended to permit the continuation of a levy by the City of an additional ad valorem tax in an amount not to exceed two (2) mills for a period of ten (10) years, starting July 1, 2024 and continuing through June 30, 2034, for the purpose of providing funds solely for resurfacing and reconstruction of City Streets? If approved and levied it is estimated this millage would raise $1,410,000 in its first year.",
    "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/936/?format=api",
        "id": 936,
        "category": "Jurisdiction",
        "name": "City of Port Huron"
    }
}