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

{
    "url": "https://demozoo.org/api/v1/parties/3226/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3226/",
    "id": 3226,
    "name": "Xenox 2004",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/449/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/449/",
        "id": 449,
        "name": "Xenox",
        "website": ""
    },
    "start_date": "2004",
    "end_date": "2004",
    "location": "Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 62.0,
    "longitude": 10.0,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 14144,
            "demozoo_url": "https://demozoo.org/competitions/14144/",
            "name": "Demo",
            "shown_date": "2004",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            },
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/2015/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/2015/",
                        "id": 2015,
                        "title": "Smegma In Your Eyes",
                        "author_nicks": [
                            {
                                "name": "Those Up Fucked Sceners",
                                "abbreviation": "tUFS",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/2001/?format=api",
                                    "id": 2001,
                                    "name": "Those Up Fucked Sceners",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2004",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                                "id": 7,
                                "name": "Linux"
                            }
                        ],
                        "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=287&when=2004"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2004/xenox04/"
        }
    ]
}