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

{
    "url": "https://demozoo.org/api/v1/parties/5575/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5575/",
    "id": 5575,
    "name": "The Gathering 2026",
    "tagline": "Re:Union",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/11/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/11/",
        "id": 11,
        "name": "The Gathering",
        "website": "http://www.gathering.org"
    },
    "start_date": "2026-04-01",
    "end_date": "2026-04-05",
    "location": "Hamar, Innlandet, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 60.7945,
    "longitude": 11.06798,
    "website": "https://tg.no",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=43&when=2026"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/gatheringorg"
        }
    ]
}