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

{
    "url": "https://demozoo.org/api/v1/parties/2125/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2125/",
    "id": 2125,
    "name": "Hackerence 1994 (a)",
    "tagline": "Hackerence 9",
    "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": "1994-05",
    "end_date": "1994-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": [
        {
            "url": "https://demozoo.org/api/v1/productions/317487/?format=api",
            "demozoo_url": "https://demozoo.org/productions/317487/",
            "id": 317487,
            "title": "Spinotic",
            "author_nicks": [
                {
                    "name": "Raize",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/57394/?format=api",
                        "id": 57394,
                        "name": "Raize",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1994-05",
            "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": [
                "trackmo"
            ]
        }
    ],
    "competitions": [
        {
            "id": 10086,
            "demozoo_url": "https://demozoo.org/competitions/10086/",
            "name": "Demo",
            "shown_date": "1994-05",
            "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": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/101957/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/101957/",
                        "id": 101957,
                        "title": "Fatal Discarriage",
                        "author_nicks": [
                            {
                                "name": "Gigatron",
                                "abbreviation": "GT",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/19601/?format=api",
                                    "id": 19601,
                                    "name": "Gigatron",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1994-05",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                                "id": 6,
                                "name": "Amiga AGA"
                            }
                        ],
                        "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=1994"
        }
    ]
}