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

{
    "url": "https://demozoo.org/api/v1/parties/4543/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4543/",
    "id": 4543,
    "name": "Terminal Frost",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/428/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/428/",
        "id": 428,
        "name": "Terminal Frost",
        "website": ""
    },
    "start_date": "2001",
    "end_date": "2001",
    "location": "",
    "is_online": false,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/200688/?format=api",
            "demozoo_url": "https://demozoo.org/productions/200688/",
            "id": 200688,
            "title": "Fountain",
            "author_nicks": [
                {
                    "name": "Zaïebanï",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/28192/?format=api",
                        "id": 28192,
                        "name": "Zaïebanï",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2001",
            "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/19/?format=api",
                    "id": 19,
                    "name": "256b Intro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [
        {
            "id": 17449,
            "demozoo_url": "https://demozoo.org/competitions/17449/",
            "name": "PC Demo",
            "shown_date": "2001",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "3",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/200689/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/200689/",
                        "id": 200689,
                        "title": "Realtime ASCII 2",
                        "author_nicks": [
                            {
                                "name": "Zaïebanï",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/28192/?format=api",
                                    "id": 28192,
                                    "name": "Zaïebanï",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2001",
                        "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=233&when=2001"
        }
    ]
}