VIP Specification: CandidateContest

list: Return all positions for upcoming elections.

retrieve: Return a position proposal for an upcoming election.

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

{
    "url": "http://michiganelections.io/api/positions/65270/?format=api",
    "id": 65270,
    "name": "Council Member at Large",
    "description": "Council members vote on various zoning matters, oversee city agencies and programs to determine if and how money is being budgeted optimally, and they vote to approve the budget created by the mayor as well.\nAt Large - Represents a whole membership of the body (for example, a city, state or province, nation, club or association) as opposed to a subset of that membership.",
    "description_edit_url": "https://github.com/citizenlabsgr/elections-api/edit/main/content/positions/Council%20Member%20at%20Large.md",
    "reference_url": null,
    "section": "Nonpartisan",
    "seats": 1,
    "term": "Partial Term Ending 11/11/2025",
    "candidates": [
        {
            "url": "http://michiganelections.io/api/candidates/113521/?format=api",
            "id": 113521,
            "name": "Darius Mitchell",
            "description": "",
            "reference_url": "https://cfrsearch.nictusa.com/committees/84290",
            "party": {
                "url": "http://michiganelections.io/api/parties/5/?format=api",
                "id": 5,
                "name": "Nonpartisan",
                "color": "#999"
            }
        },
        {
            "url": "http://michiganelections.io/api/candidates/113522/?format=api",
            "id": 113522,
            "name": "Kim Sims",
            "description": "",
            "reference_url": "https://cfrsearch.nictusa.com/committees/84289",
            "party": {
                "url": "http://michiganelections.io/api/parties/5/?format=api",
                "id": 5,
                "name": "Nonpartisan",
                "color": "#999"
            }
        },
        {
            "url": "http://michiganelections.io/api/candidates/113523/?format=api",
            "id": 113523,
            "name": "Vernonell Smith",
            "description": "",
            "reference_url": "https://cfrsearch.nictusa.com/committees/84288",
            "party": {
                "url": "http://michiganelections.io/api/parties/5/?format=api",
                "id": 5,
                "name": "Nonpartisan",
                "color": "#999"
            }
        }
    ],
    "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/547/?format=api",
        "id": 547,
        "category": "Jurisdiction",
        "name": "City of Muskegon Heights"
    }
}