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

{
    "url": "https://demozoo.org/api/v1/parties/5090/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5090/",
    "id": 5090,
    "name": "Sommarhack 2025",
    "tagline": "Small Atari party",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/13/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/13/",
        "id": 13,
        "name": "Sommarhack",
        "website": "http://dhs.nu/sommarhack"
    },
    "start_date": "2025-07-04",
    "end_date": "2025-07-06",
    "location": "Grådö, Hedemora Kommun, Dalarna, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 60.25,
    "longitude": 16.03333,
    "website": "https://sommarhack.se/2025/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/372877/?format=api",
            "demozoo_url": "https://demozoo.org/productions/372877/",
            "id": 372877,
            "title": "May Bee",
            "author_nicks": [
                {
                    "name": "505",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2003/?format=api",
                        "id": 2003,
                        "name": "505",
                        "is_group": false
                    }
                },
                {
                    "name": "TiNKer",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/2622/?format=api",
                        "id": 2622,
                        "name": "TiNKer",
                        "is_group": false
                    }
                },
                {
                    "name": "smfx",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/68392/?format=api",
                        "id": 68392,
                        "name": "smfx",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2025-05-31",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                    "id": 9,
                    "name": "Atari ST/E"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/sommarhack/sommarhack-2025"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1507&when=2025"
        }
    ]
}