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

{
    "url": "https://demozoo.org/api/v1/party_series/1729/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1729/",
    "id": 1729,
    "name": "30N",
    "website": "https://30n.canariasgoretro.org/",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4766/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4766/",
            "id": 4766,
            "name": "30N 2023",
            "tagline": "joder! una demoparty en tenerife",
            "start_date": "2023-12-02",
            "end_date": "2023-12-02",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://30n.canariasgoretro.org/"
        },
        {
            "url": "https://demozoo.org/api/v1/parties/4812/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4812/",
            "id": 4812,
            "name": "30N 2024",
            "tagline": "",
            "start_date": "2024-11-30",
            "end_date": "2024-11-30",
            "location": "Icod de los Vinos, Provincia de Santa Cruz de Tenerife, Canary Islands, Spain",
            "is_online": false,
            "country_code": "ES",
            "latitude": 28.37241,
            "longitude": -16.71188,
            "website": "https://30n.canariasgoretro.org/"
        }
    ]
}