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

{
    "url": "https://demozoo.org/api/v1/parties/240/?format=api",
    "demozoo_url": "https://demozoo.org/parties/240/",
    "id": 240,
    "name": "Dreamhack 1994",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/64/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/64/",
        "id": 64,
        "name": "Dreamhack",
        "website": "http://www.dreamhack.se/"
    },
    "start_date": "1994-12-09",
    "end_date": "1994-12-11",
    "location": "Malung, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 60.68317,
    "longitude": 13.71524,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 9915,
            "demozoo_url": "https://demozoo.org/competitions/9915/",
            "name": "Demo",
            "shown_date": "1994-12-10",
            "platform": null,
            "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/97529/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/97529/",
                        "id": 97529,
                        "title": "Twisted Minds",
                        "author_nicks": [
                            {
                                "name": "The Black Lotus",
                                "abbreviation": "TBL",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/9/?format=api",
                                    "id": 9,
                                    "name": "The Black Lotus",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1994-12-09",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                                "id": 5,
                                "name": "Amiga OCS/ECS"
                            }
                        ],
                        "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=54&when=1994"
        }
    ]
}