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

{
    "url": "https://demozoo.org/api/v1/parties/4726/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4726/",
    "id": 4726,
    "name": "Katastrof 2005",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1716/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1716/",
        "id": 1716,
        "name": "Katastrof",
        "website": ""
    },
    "start_date": "2005-07-22",
    "end_date": "2005-07-24",
    "location": "Pylkönmäki, Saarijärvi-Viitasaari, Central Finland, Finland",
    "is_online": false,
    "country_code": "FI",
    "latitude": 62.66667,
    "longitude": 24.8,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 18104,
            "demozoo_url": "https://demozoo.org/competitions/18104/",
            "name": "Wild Demo",
            "shown_date": "2005-07-23",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            },
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/327218/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/327218/",
                        "id": 327218,
                        "title": "Katastrof",
                        "author_nicks": [
                            {
                                "name": "Topaz Beerline",
                                "abbreviation": "TB",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/5025/?format=api",
                                    "id": 5025,
                                    "name": "Topaz Beerline",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2005-07-23",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                                "id": 3,
                                "name": "Commodore 64"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=942"
        }
    ]
}