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

{
    "url": "https://demozoo.org/api/v1/parties/1570/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1570/",
    "id": 1570,
    "name": "Haga Party 1991",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/665/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/665/",
        "id": 665,
        "name": "Haga Party",
        "website": ""
    },
    "start_date": "1991-02-22",
    "end_date": "1991-02-24",
    "location": "Borlange, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 60.483799,
    "longitude": 15.43435,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 9575,
            "demozoo_url": "https://demozoo.org/competitions/9575/",
            "name": "Demo",
            "shown_date": "1991-02-23",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            },
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/78815/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/78815/",
                        "id": 78815,
                        "title": "Megaburk",
                        "author_nicks": [
                            {
                                "name": "The X'Press Crew",
                                "abbreviation": "TXC",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/41017/?format=api",
                                    "id": 41017,
                                    "name": "The X'Press Crew",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1991-02-23",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                                "id": 9,
                                "name": "Atari ST/E"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                                "id": 4,
                                "name": "Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "ste"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": []
}