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

{
    "url": "https://demozoo.org/api/v1/party_series/1847/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1847/",
    "id": 1847,
    "name": "International Demos-Intros Meeting",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5080/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5080/",
            "id": 5080,
            "name": "International Demos-Intros Meeting",
            "tagline": "DIM",
            "start_date": "1988-10-14",
            "end_date": "1988-10-16",
            "location": "Switzerland",
            "is_online": false,
            "country_code": "CH",
            "latitude": 47.00016,
            "longitude": 8.01427,
            "website": ""
        }
    ]
}