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

{
    "url": "https://demozoo.org/api/v1/parties/5383/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5383/",
    "id": 5383,
    "name": "Hackerence 1995 (a)",
    "tagline": "Hackerence 11",
    "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": "1995",
    "end_date": "1995",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "http://www.hackerence.com/demo",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 20229,
            "demozoo_url": "https://demozoo.org/competitions/20229/",
            "name": "Music",
            "shown_date": "1995",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/377207/?format=api",
                        "demozoo_url": "https://demozoo.org/music/377207/",
                        "id": 377207,
                        "title": "hackerence xi theme",
                        "author_nicks": [
                            {
                                "name": "zonderkommando 2k8",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/151568/?format=api",
                                    "id": 151568,
                                    "name": "zonderkommando 2k8",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1995",
                        "supertype": "music",
                        "platforms": [],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                                "id": 29,
                                "name": "Tracked Music",
                                "supertype": "music"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1081&when=1995"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1995/hackerence95/"
        }
    ]
}