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

{
    "url": "https://demozoo.org/api/v1/party_series/680/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/680/",
    "id": 680,
    "name": "Dresden Coding Convention (DCC)",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1603/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1603/",
            "id": 1603,
            "name": "Dresden Coding Convention (DCC) 1993",
            "tagline": "",
            "start_date": "1993-10-15",
            "end_date": "1993-10-17",
            "location": "Dresden, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 51.053631,
            "longitude": 13.74081,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/1604/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1604/",
            "id": 1604,
            "name": "Dresden Coding Convention (DCC) 1994",
            "tagline": "DCC 2",
            "start_date": "1994-02-25",
            "end_date": "1994-02-27",
            "location": "Dresden, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 51.053631,
            "longitude": 13.74081,
            "website": ""
        }
    ]
}