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

{
    "url": "https://demozoo.org/api/v1/party_series/522/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/522/",
    "id": 522,
    "name": "GeekMeet",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/1276/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1276/",
            "id": 1276,
            "name": "GeekMeet 2005",
            "tagline": "",
            "start_date": "2005",
            "end_date": "2005",
            "location": "Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 62.0,
            "longitude": 15.0,
            "website": ""
        },
        {
            "url": "https://demozoo.org/api/v1/parties/1802/?format=api",
            "demozoo_url": "https://demozoo.org/parties/1802/",
            "id": 1802,
            "name": "GeekMeet 2006",
            "tagline": "GeekMeet Pi",
            "start_date": "2006-06-02",
            "end_date": "2006-06-04",
            "location": "Gothenburg, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 57.701328,
            "longitude": 11.96689,
            "website": ""
        }
    ]
}