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

{
    "url": "https://demozoo.org/api/v1/parties/4792/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4792/",
    "id": 4792,
    "name": "The Gathering 2024",
    "tagline": "",
    "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": "2024-03-27",
    "end_date": "2024-03-31",
    "location": "Hamar, Innlandet, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 60.7945,
    "longitude": 11.06798,
    "website": "https://www.gathering.org/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/the-gathering/the-gathering-2024"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=43&when=2024"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/gatheringorg"
        }
    ]
}