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

{
    "url": "https://demozoo.org/api/v1/parties/2546/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2546/",
    "id": 2546,
    "name": "Hackerence 1991 (b)",
    "tagline": "Hackerence 4.5",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/243/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/243/",
        "id": 243,
        "name": "Hackerence",
        "website": "http://www.hackerence.com/demo"
    },
    "start_date": "1991-11",
    "end_date": "1991-11",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "http://www.hackerence.com/demo",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1081&when=1991"
        }
    ]
}