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

{
    "url": "https://demozoo.org/api/v1/parties/5310/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5310/",
    "id": 5310,
    "name": "LayerOne Demoparty 2023",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/932/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/932/",
        "id": 932,
        "name": "LayerOne Demoparty",
        "website": "http://l1demo.org/"
    },
    "start_date": "2023-05-27",
    "end_date": "2023-05-28",
    "location": "Pasadena, Los Angeles County, California, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 34.14778,
    "longitude": -118.14452,
    "website": "https://www.layerone.org/events/demo-party/",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1700&when=2023"
        },
        {
            "link_class": "WaybackMachinePage",
            "url": "https://web.archive.org/web/20230703213228/https://www.layerone.org/events/"
        }
    ]
}