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

{
    "url": "https://demozoo.org/api/v1/parties/5237/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5237/",
    "id": 5237,
    "name": "Last Party 2026",
    "tagline": "Atari",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/696/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/696/",
        "id": 696,
        "name": "Last Party",
        "website": "https://last-party.pl"
    },
    "start_date": "2026-01-03",
    "end_date": "2026-01-06",
    "location": "Licheń Stary, Konin County, Greater Poland, Poland",
    "is_online": false,
    "country_code": "PL",
    "latitude": 52.31226,
    "longitude": 18.35515,
    "website": "https://last-party.pl/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/last-party/last-party-2026"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=499&when=2026"
        }
    ]
}