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

{
    "url": "https://demozoo.org/api/v1/parties/1122/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1122/",
    "id": 1122,
    "name": "Xenox 2000",
    "tagline": "Igjen",
    "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": "https://web.archive.org/web/20070822215647/http://www.xenox.no:80/info.php"
    },
    "start_date": "2000-10-27",
    "end_date": "2000-10-29",
    "location": "Steinkjer, Nord-Trøndelag, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 64.19303,
    "longitude": 11.38505,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/198127/?format=api",
            "demozoo_url": "https://demozoo.org/productions/198127/",
            "id": 198127,
            "title": "XenoX 2000 Invitation Animation",
            "author_nicks": [],
            "author_affiliation_nicks": [],
            "release_date": null,
            "supertype": "production",
            "platforms": [],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                    "id": 34,
                    "name": "Video",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [
        {
            "id": 12109,
            "demozoo_url": "https://demozoo.org/competitions/12109/",
            "name": "Combined Demo",
            "shown_date": "2000",
            "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/152620/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/152620/",
                        "id": 152620,
                        "title": "Flate",
                        "author_nicks": [
                            {
                                "name": "7P",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/27592/?format=api",
                                    "id": 27592,
                                    "name": "7P",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2000-10-28",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                                "id": 4,
                                "name": "MS-Dos"
                            }
                        ],
                        "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=2000"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2000/xenox00/"
        }
    ]
}