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

{
    "url": "https://demozoo.org/api/v1/parties/4111/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4111/",
    "id": 4111,
    "name": "Atariada 2020",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/693/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/693/",
        "id": 693,
        "name": "Atariada",
        "website": "http://www.atariada.cz/"
    },
    "start_date": "2020-05-08",
    "end_date": "2020-05-10",
    "location": "Czechia",
    "is_online": false,
    "country_code": "CZ",
    "latitude": 49.75,
    "longitude": 15.0,
    "website": "http://www.atariada.cz/",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/276240/?format=api",
            "demozoo_url": "https://demozoo.org/productions/276240/",
            "id": 276240,
            "title": "Atariada 2020 Invitro",
            "author_nicks": [
                {
                    "name": "R0ger",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/57953/?format=api",
                        "id": 57953,
                        "name": "R0ger",
                        "is_group": false
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2020-03-14",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                    "id": 16,
                    "name": "Atari 8 bit"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=498&when=2020"
        }
    ]
}