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

{
    "url": "https://demozoo.org/api/v1/parties/2782/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2782/",
    "id": 2782,
    "name": "Misc 1995",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1117/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1117/",
        "id": 1117,
        "name": "Misc",
        "website": ""
    },
    "start_date": "1995-11-24",
    "end_date": "1995-11-26",
    "location": "",
    "is_online": false,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 11951,
            "demozoo_url": "https://demozoo.org/competitions/11951/",
            "name": "Amiga Demo",
            "shown_date": "1995-11-25",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            },
            "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/150337/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/150337/",
                        "id": 150337,
                        "title": "Symbolia",
                        "author_nicks": [
                            {
                                "name": "Access",
                                "abbreviation": "ACS",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/7085/?format=api",
                                    "id": 7085,
                                    "name": "Access",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1995-11-25",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                                "id": 6,
                                "name": "Amiga AGA"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": []
}