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

{
    "url": "https://demozoo.org/api/v1/party_series/1891/?format=api",
    "demozoo_url": "https://demozoo.org/parties/series/1891/",
    "id": 1891,
    "name": "GBA Jam",
    "website": "https://itch.io/jam/gbajam21",
    "parties": [
        {
            "url": "https://demozoo.org/api/v1/parties/5221/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5221/",
            "id": 5221,
            "name": "GBA Jam 2021",
            "tagline": "This year marks the 20th anniversary of the Game Boy Advance! To celebrate, we're running a homebrew compo. You have 3 months to make something cool that runs on the GBA, using whatever tools you like.",
            "start_date": "2021-04-10",
            "end_date": "2021-08-12",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://itch.io/jam/gbajam21"
        }
    ]
}