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

{
    "url": "https://demozoo.org/api/v1/parties/3518/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3518/",
    "id": 3518,
    "name": "Hackerence 1996 (a)",
    "tagline": "Hackerence 13",
    "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": "1996-05",
    "end_date": "1996-05",
    "location": "Härnösands Kommun, Västernorrland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.76667,
    "longitude": 17.68333,
    "website": "http://www.hackerence.com/demo",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 13933,
            "demozoo_url": "https://demozoo.org/competitions/13933/",
            "name": "PC Demo",
            "shown_date": "1996-05",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            },
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "2",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/180058/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/180058/",
                        "id": 180058,
                        "title": "Fire",
                        "author_nicks": [
                            {
                                "name": "Exadus",
                                "abbreviation": "exs",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/75042/?format=api",
                                    "id": 75042,
                                    "name": "Exadus",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1996-05",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                                "id": 4,
                                "name": "MS-Dos"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1081&when=1996"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1996/hackerence96a/"
        }
    ]
}