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

{
    "url": "https://demozoo.org/api/v1/party_series/1807/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1807/",
    "id": 1807,
    "name": "Haninge Meeting",
    "website": "",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4963/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4963/",
            "id": 4963,
            "name": "Haninge Meeting",
            "tagline": "",
            "start_date": "1990-03-23",
            "end_date": "1990-03-26",
            "location": "Handen, Haninge Kommun, Stockholm, Sweden",
            "is_online": false,
            "country_code": "SE",
            "latitude": 59.16809,
            "longitude": 18.13796,
            "website": ""
        }
    ]
}