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

{
    "url": "https://demozoo.org/api/v1/parties/2335/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2335/",
    "id": 2335,
    "name": "Baboons Party July 1989",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/912/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/912/",
        "id": 912,
        "name": "Baboons Party",
        "website": ""
    },
    "start_date": "1989-07-01",
    "end_date": "1989-07-01",
    "location": "Eddersheim, Hesse, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 50.03972,
    "longitude": 8.46661,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 10886,
            "demozoo_url": "https://demozoo.org/competitions/10886/",
            "name": "Demo",
            "shown_date": "1989-07-01",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            },
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/122666/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/122666/",
                        "id": 122666,
                        "title": "?",
                        "author_nicks": [
                            {
                                "name": "X-Rated",
                                "abbreviation": "X-R",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/2778/?format=api",
                                    "id": 2778,
                                    "name": "X-Rated",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1989-07-01",
                        "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": [
                            "lost"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": []
}