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

{
    "url": "https://demozoo.org/api/v1/party_series/1926/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1926/",
    "id": 1926,
    "name": "Dream210",
    "website": "https://dream210.party/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5432/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5432/",
            "id": 5432,
            "name": "Dream210 2025",
            "tagline": "The last days of 2025. Cozy. With Friends. And Demos.",
            "start_date": "2025-12-27",
            "end_date": "2025-12-30",
            "location": "Karlsruhe Region, Baden-Württemberg, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 49.0,
            "longitude": 8.66667,
            "website": "https://dream210.party/"
        }
    ]
}