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

{
    "url": "https://demozoo.org/api/v1/parties/4049/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4049/",
    "id": 4049,
    "name": "Warehouse 1998",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/435/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/435/",
        "id": 435,
        "name": "Warehouse",
        "website": ""
    },
    "start_date": "1998",
    "end_date": "1998",
    "location": "Finland",
    "is_online": false,
    "country_code": "FI",
    "latitude": 64.0,
    "longitude": 26.0,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 15818,
            "demozoo_url": "https://demozoo.org/competitions/15818/",
            "name": "PC Demo",
            "shown_date": "1998",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            },
            "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/276321/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/276321/",
                        "id": 276321,
                        "title": "Bond",
                        "author_nicks": [
                            {
                                "name": "KiloBite",
                                "abbreviation": "KB",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/28224/?format=api",
                                    "id": 28224,
                                    "name": "KiloBite",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1998",
                        "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=1253&when=1998"
        }
    ]
}