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

{
    "url": "https://demozoo.org/api/v1/parties/1381/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1381/",
    "id": 1381,
    "name": "Lazer & Magnetix Party 1989",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/579/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/579/",
        "id": 579,
        "name": "Lazer & Magnetix Party",
        "website": ""
    },
    "start_date": "1989-11-11",
    "end_date": "1989-11-12",
    "location": "Amstetten, Austria",
    "is_online": false,
    "country_code": "AT",
    "latitude": 48.124481,
    "longitude": 14.87066,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 16511,
            "demozoo_url": "https://demozoo.org/competitions/16511/",
            "name": "C64 Demo",
            "shown_date": "1989-11-11",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            },
            "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/295229/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/295229/",
                        "id": 295229,
                        "title": "Softpizza",
                        "author_nicks": [
                            {
                                "name": "The Ancient Temple",
                                "abbreviation": "TAT",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/2774/?format=api",
                                    "id": 2774,
                                    "name": "The Ancient Temple",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1989-11-11",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                                "id": 3,
                                "name": "Commodore 64"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=1319"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1989/lazer_magnetix89/"
        }
    ]
}