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"
        },
        {
            "url": "https://demozoo.org/api/v1/parties/5386/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5386/",
            "id": 5386,
            "name": "GBA Jam 2022",
            "tagline": "",
            "start_date": "2022-08-01",
            "end_date": "2022-11-01",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://gbajam22.github.io/"
        },
        {
            "url": "https://demozoo.org/api/v1/parties/5387/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5387/",
            "id": 5387,
            "name": "GBA Jam 2024",
            "tagline": "",
            "start_date": "2024-05-18",
            "end_date": "2024-08-18",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://gbadev.net/gbajam24.html"
        },
        {
            "url": "https://demozoo.org/api/v1/parties/5388/?format=api",
            "demozoo_url": "https://demozoo.org/parties/5388/",
            "id": 5388,
            "name": "GBA Microjam 2023",
            "tagline": "",
            "start_date": "2023-10-01",
            "end_date": "2023-10-29",
            "location": "",
            "is_online": true,
            "country_code": "",
            "latitude": null,
            "longitude": null,
            "website": "https://itch.io/jam/gba-microjam-23"
        }
    ]
}