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

{
    "url": "https://demozoo.org/api/v1/party_series/1562/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1562/",
    "id": 1562,
    "name": "Filterless $21 Compo",
    "website": "https://csdb.dk/event/?id=2985",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4141/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4141/",
            "id": 4141,
            "name": "Filterless $21 Compo 2020",
            "tagline": "",
            "start_date": "2020-09-01",
            "end_date": "2020-09-30",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://csdb.dk/event/?id=2985"
        },
        {
            "url": "https://demozoo.org/api/v1/parties/4375/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4375/",
            "id": 4375,
            "name": "Filterless $21 Compo 2021",
            "tagline": "",
            "start_date": "2021-09-01",
            "end_date": "2021-09-30",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://csdb.dk/event/?id=3105"
        }
    ]
}