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

{
    "url": "https://demozoo.org/api/v1/parties/325/?format=api",
    "demozoo_url": "https://demozoo.org/parties/325/",
    "id": 325,
    "name": "Shucon 2004",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/108/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/108/",
        "id": 108,
        "name": "Shucon",
        "website": ""
    },
    "start_date": "2004-07-03",
    "end_date": "2004-07-11",
    "location": "Nezdenice, Okres Uherské Hradiště, Zlín, Czech Republic",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 49.01668,
    "longitude": 17.7522,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/7990/?format=api",
            "demozoo_url": "https://demozoo.org/productions/7990/",
            "id": 7990,
            "title": "Shucon 2004 Invitation",
            "author_nicks": [
                {
                    "name": "Total Computer Gang",
                    "abbreviation": "TCG",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/9121/?format=api",
                        "id": 9121,
                        "name": "Total Computer Gang",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2004-05",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                    "id": 2,
                    "name": "ZX Spectrum"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [
        {
            "id": 963,
            "demozoo_url": "https://demozoo.org/competitions/963/",
            "name": "Realtime demo",
            "shown_date": null,
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/8013/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/8013/",
                        "id": 8013,
                        "title": "Koroptef's Eklhaft Kentus Professional",
                        "author_nicks": [
                            {
                                "name": "Krap Gang",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/8927/?format=api",
                                    "id": 8927,
                                    "name": "Krap Gang",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2004-07-09",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                                "id": 2,
                                "name": "ZX Spectrum"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                },
                {
                    "position": 2,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/8014/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/8014/",
                        "id": 8014,
                        "title": "Shucon Kapka Demo",
                        "author_nicks": [],
                        "author_affiliation_nicks": [],
                        "release_date": "2004-07-11",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                                "id": 2,
                                "name": "ZX Spectrum"
                            }
                        ],
                        "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=1296&when=2004"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2004/shucon04/"
        }
    ]
}