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

{
    "url": "https://demozoo.org/api/v1/parties/5522/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5522/",
    "id": 5522,
    "name": "Atari Invasion 2026",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1125/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1125/",
        "id": 1125,
        "name": "Atari Invasion",
        "website": "http://atari-invasion.nl/"
    },
    "start_date": "2026-03-21",
    "end_date": "2026-03-21",
    "location": "Maarssen, Stichtse Vecht, Utrecht, Netherlands",
    "is_online": false,
    "country_code": "NL",
    "latitude": 52.13917,
    "longitude": 5.04167,
    "website": "http://atari-invasion.nl/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/384813/?format=api",
            "demozoo_url": "https://demozoo.org/productions/384813/",
            "id": 384813,
            "title": "Invited",
            "author_nicks": [
                {
                    "name": "F#READY",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/35273/?format=api",
                        "id": 35273,
                        "name": "F#READY",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2026-01-09",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/92/?format=api",
                    "id": 92,
                    "name": "TIC-80"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": []
}