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

{
    "url": "https://demozoo.org/api/v1/party_series/766/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/766/",
    "id": 766,
    "name": "X-mas party",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1903/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1903/",
            "id": 1903,
            "name": "X-Mas Party 1993",
            "tagline": "",
            "start_date": "1993-12-10",
            "end_date": "1993-12-12",
            "location": "Delmenhorst, Germany",
            "is_online": false,
            "country_code": "DE",
            "latitude": 53.04702,
            "longitude": 8.62929,
            "website": ""
        }
    ]
}