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

{
    "url": "https://demozoo.org/api/v1/parties/5387/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5387/",
    "id": 5387,
    "name": "GBA Jam 2024",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1891/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1891/",
        "id": 1891,
        "name": "GBA Jam",
        "website": "https://itch.io/jam/gbajam21"
    },
    "start_date": "2024-05-18",
    "end_date": "2024-08-18",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://gbadev.net/gbajam24.html",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/346438/?format=api",
            "demozoo_url": "https://demozoo.org/productions/346438/",
            "id": 346438,
            "title": "GBA Jam 24 Invitro",
            "author_nicks": [
                {
                    "name": "Exelotl",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/142716/?format=api",
                        "id": 142716,
                        "name": "Exelotl",
                        "is_group": false
                    }
                },
                {
                    "name": "PyroPyro",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/142715/?format=api",
                        "id": 142715,
                        "name": "PyroPyro",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2024-05-16",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/30/?format=api",
                    "id": 30,
                    "name": "Nintendo Game Boy Advance (GBA)"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": []
}