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

{
    "url": "https://demozoo.org/api/v1/parties/2942/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2942/",
    "id": 2942,
    "name": "#Daskmig Xmas Compo 1998",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1185/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1185/",
        "id": 1185,
        "name": "#Daskmig Xmas Compo",
        "website": ""
    },
    "start_date": "1998-12",
    "end_date": "1998-12",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 12343,
            "demozoo_url": "https://demozoo.org/competitions/12343/",
            "name": "Demo",
            "shown_date": "1998-12",
            "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/157269/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/157269/",
                        "id": 157269,
                        "title": "Juledemo",
                        "author_nicks": [
                            {
                                "name": "Spetsnaz",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/6128/?format=api",
                                    "id": 6128,
                                    "name": "Spetsnaz",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1998-12",
                        "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=1407&when=1998"
        }
    ]
}