VIP Specification: Candidate

list: Return all candidates in an upcoming elections.

retrieve: Return a specific candidate in an upcoming election.

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

{
    "url": "http://michiganelections.io/api/candidates/113483/?format=api",
    "id": 113483,
    "name": "Josh Powell",
    "description": "",
    "reference_url": "https://cfrsearch.nictusa.com/committees/521308",
    "party": {
        "url": "http://michiganelections.io/api/parties/2/?format=api",
        "id": 2,
        "name": "Republican",
        "color": "#E81B23"
    }
}