VIP Specification: Candidate

list: Return all candidates in an upcoming elections.

retrieve: Return a specific candidate in an upcoming election.

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

{
    "url": "http://michiganelections.io/api/candidates/95308/?format=api",
    "id": 95308,
    "name": "Abigail Wheeler",
    "description": "",
    "reference_url": "https://cfrsearch.nictusa.com/committees/55301",
    "party": {
        "url": "http://michiganelections.io/api/parties/1/?format=api",
        "id": 1,
        "name": "Democratic",
        "color": "#3333FF"
    }
}