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

{
    "url": "https://demozoo.org/api/v1/parties/538/?format=api",
    "demozoo_url": "https://demozoo.org/parties/538/",
    "id": 538,
    "name": "The Computer Crossroads 1994",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/159/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/159/",
        "id": 159,
        "name": "The Computer Crossroads",
        "website": ""
    },
    "start_date": "1994",
    "end_date": "1994",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.198448,
    "longitude": 17.55142,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=157&when=1994"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1994/tcc94/"
        }
    ]
}