GET /api/v1/party_series/1885/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demozoo.org/api/v1/party_series/1885/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1885/",
    "id": 1885,
    "name": "Old School Palm OS Coding Contest",
    "website": "http://www.codejedi.com/shadowplan/contest.html",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5212/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5212/",
            "id": 5212,
            "name": "Old School Palm OS Coding Contest 2003",
            "tagline": "",
            "start_date": "2003-12",
            "end_date": "2003-12",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "http://www.codejedi.com/shadowplan/contest.html"
        }
    ]
}