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

{
    "url": "https://demozoo.org/api/v1/party_series/1890/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1890/",
    "id": 1890,
    "name": "Game Boy Competition",
    "website": "https://itch.io/jam/gbcompo23",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5220/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5220/",
            "id": 5220,
            "name": "Game Boy Competition 2023",
            "tagline": "Create original games, demos, homebrews tools and music for the original Game Boy / Game Boy Color and compete for fame, glory and over $5500 of prizes!",
            "start_date": "2023-06-15",
            "end_date": "2023-09-15",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://itch.io/jam/gbcompo23"
        }
    ]
}