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

{
    "url": "https://demozoo.org/api/v1/party_series/1733/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1733/",
    "id": 1733,
    "name": "Grill and Chill",
    "website": "https://devlab.nrw",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4773/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4773/",
            "id": 4773,
            "name": "Grill and Chill",
            "tagline": "",
            "start_date": "2023-10-30",
            "end_date": "2023-10-30",
            "location": "Wuppertal, Düsseldorf District, North Rhine-Westphalia, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 51.25627,
            "longitude": 7.14816,
            "website": "https://devlab.nrw"
        },
        {
            "url": "https://demozoo.org/api/v1/parties/4826/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4826/",
            "id": 4826,
            "name": "Grill and Chill X-Mas Edition 2023",
            "tagline": "",
            "start_date": "2023-12-09",
            "end_date": "2023-12-09",
            "location": "Wuppertal, Düsseldorf District, North Rhine-Westphalia, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 51.25627,
            "longitude": 7.14816,
            "website": "https://devlab.nrw"
        }
    ]
}