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

{
    "url": "https://demozoo.org/api/v1/parties/5086/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5086/",
    "id": 5086,
    "name": "PICO-1K Jam 2024",
    "tagline": "Make cool things in PICO-8 (+Picotron) using only 1KB of compressed code",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1636/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1636/",
        "id": 1636,
        "name": "PICO-1K Jam",
        "website": "https://itch.io/jam/pico-1k"
    },
    "start_date": "2024-09-01",
    "end_date": "2024-09-30",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "https://itch.io/jam/pico-1k-2024",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/356536/?format=api",
            "demozoo_url": "https://demozoo.org/productions/356536/",
            "id": 356536,
            "title": "PICO-1K Jam 2024 Welcome",
            "author_nicks": [
                {
                    "name": "Liquidream",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/126973/?format=api",
                        "id": 126973,
                        "name": "Liquidream",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2024-09-01",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/93/?format=api",
                    "id": 93,
                    "name": "Fantasy Console"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                    "id": 21,
                    "name": "1K Intro",
                    "supertype": "production"
                }
            ],
            "tags": [
                "picotron"
            ]
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1959&when=2024"
        }
    ]
}