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

{
    "url": "https://demozoo.org/api/v1/party_series/1732/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1732/",
    "id": 1732,
    "name": "Belgian Amiga Club Meeting",
    "website": "https://www.amigaclub.be/news/40/meeting-2023",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/4772/?format=api",
            "demozoo_url": "https://demozoo.org/parties/4772/",
            "id": 4772,
            "name": "Belgian Amiga Club Meeting 2023",
            "tagline": "",
            "start_date": "2023-09-30",
            "end_date": "2023-09-30",
            "location": "Antwerpen, Provincie Antwerpen, Flanders, Belgium",
            "is_online": false,
            "country_code": "BE",
            "latitude": 51.2663,
            "longitude": 4.37077,
            "website": "https://www.amigaclub.be/news/40/meeting-2023"
        }
    ]
}