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

{
    "url": "https://demozoo.org/api/v1/parties/5197/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5197/",
    "id": 5197,
    "name": "Grand Old Party 2024",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1879/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1879/",
        "id": 1879,
        "name": "Grad Old Party",
        "website": ""
    },
    "start_date": "2024-09-15",
    "end_date": "2024-09-15",
    "location": "Gemeente Amsterdam, North Holland, Netherlands",
    "is_online": false,
    "country_code": "NL",
    "latitude": 52.37302,
    "longitude": 4.89856,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 19533,
            "demozoo_url": "https://demozoo.org/competitions/19533/",
            "name": "Demo",
            "shown_date": "2024-09-15",
            "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/361583/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/361583/",
                        "id": 361583,
                        "title": "Phreshidential Phunk",
                        "author_nicks": [
                            {
                                "name": "DJ Tramp",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/146099/?format=api",
                                    "id": 146099,
                                    "name": "DJ Tramp",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2024-09-15",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                                "id": 1,
                                "name": "Windows"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "unity"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2024/grandoldparty24/"
        }
    ]
}