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

{
    "url": "https://demozoo.org/api/v1/parties/4773/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4773/",
    "id": 4773,
    "name": "Grill and Chill",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1733/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1733/",
        "id": 1733,
        "name": "Grill and Chill",
        "website": "https://devlab.nrw"
    },
    "start_date": "2023-10-30",
    "end_date": "2023-10-30",
    "location": "Wuppertal, Düsseldorf District, North Rhine-Westphalia, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 51.25627,
    "longitude": 7.14816,
    "website": "https://devlab.nrw",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/330791/?format=api",
            "demozoo_url": "https://demozoo.org/productions/330791/",
            "id": 330791,
            "title": "Grill and Chill partyscroller",
            "author_nicks": [
                {
                    "name": "The Solaris Agency",
                    "abbreviation": "TSA",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/27695/?format=api",
                        "id": 27695,
                        "name": "The Solaris Agency",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2023-09-30",
            "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/4/?format=api",
                    "id": 4,
                    "name": "Intro",
                    "supertype": "production"
                }
            ],
            "tags": [
                "makerspace",
                "invitro",
                "scroller"
            ]
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://devlab.nrw/"
        },
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=3347"
        }
    ]
}