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

{
    "url": "https://demozoo.org/api/v1/parties/4636/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4636/",
    "id": 4636,
    "name": "Pre-X 2023",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1328/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1328/",
        "id": 1328,
        "name": "Pre-X",
        "website": "http://csdb.dk/event/?id=2581"
    },
    "start_date": "2023-05-31",
    "end_date": "2023-06-02",
    "location": "Gemeente Amsterdam, North Holland, Netherlands",
    "is_online": false,
    "country_code": "NL",
    "latitude": 52.37302,
    "longitude": 4.89856,
    "website": "https://csdb.dk/event/?id=3235",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/324395/?format=api",
            "demozoo_url": "https://demozoo.org/productions/324395/",
            "id": 324395,
            "title": "Pre-X 2023 Invitation",
            "author_nicks": [
                {
                    "name": "Satellite",
                    "abbreviation": "SAT",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/137616/?format=api",
                        "id": 137616,
                        "name": "Satellite",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2023-05-24",
            "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"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/x/pre-x-2023"
        }
    ]
}