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

{
    "url": "https://demozoo.org/api/v1/parties/3939/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3939/",
    "id": 3939,
    "name": "Aasheim Party 1999",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1498/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1498/",
        "id": 1498,
        "name": "Aasheim Party",
        "website": ""
    },
    "start_date": "1999-02",
    "end_date": "1999-02",
    "location": "Åsheim, Osterøy, Hordaland, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 60.56667,
    "longitude": 5.5,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 15449,
            "demozoo_url": "https://demozoo.org/competitions/15449/",
            "name": "Demo",
            "shown_date": "1999-02",
            "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": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/267304/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/267304/",
                        "id": 267304,
                        "title": "Follow Your Heart",
                        "author_nicks": [
                            {
                                "name": "The Lost Souls",
                                "abbreviation": "TLS",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/12968/?format=api",
                                    "id": 12968,
                                    "name": "The Lost Souls",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1999-02",
                        "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": [
                            "source-available"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1877&when=1999"
        }
    ]
}