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

{
    "url": "https://demozoo.org/api/v1/party_series/503/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/503/",
    "id": 503,
    "name": "Geeks Can Dance",
    "website": "https://gcd.untergrund.net/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1250/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1250/",
            "id": 1250,
            "name": "Geeks Can Dance 2010",
            "tagline": "",
            "start_date": "2010-04-17",
            "end_date": "2010-04-17",
            "location": "Berlin, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 52.516071,
            "longitude": 13.37698,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/1446/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1446/",
            "id": 1446,
            "name": "Geeks Can Dance 2012",
            "tagline": "",
            "start_date": "2012-09-15",
            "end_date": "2012-09-15",
            "location": "Berlin, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 52.516071,
            "longitude": 13.37698,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/5073/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5073/",
            "id": 5073,
            "name": "Geeks Can Dance 2024",
            "tagline": "A Demoscene Event for Normal People",
            "start_date": "2024-07-26",
            "end_date": "2024-07-26",
            "location": "Berlin, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 52.5233,
            "longitude": 13.41377,
            "website": "https://gcd.untergrund.net/"
        }
    ]
}