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

{
    "url": "https://demozoo.org/api/v1/party_series/1241/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1241/",
    "id": 1241,
    "name": "AFC Expo",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/3132/?format=api",
            "demozoo_url": "https://demozoo.org/parties/3132/",
            "id": 3132,
            "name": "AFC Expo 1992",
            "tagline": "",
            "start_date": "1992-05-09",
            "end_date": "1992-05-10",
            "location": "Antony, Département des Hauts-de-Seine, Île-de-France, France",
            "is_online": false,
            "country_code": "FR",
            "latitude": 48.75333,
            "longitude": 2.29667,
            "website": ""
        }
    ]
}