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

{
    "url": "https://demozoo.org/api/v1/parties/225/?format=api",
    "demozoo_url": "https://demozoo.org/parties/225/",
    "id": 225,
    "name": "Árok 2002",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/59/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/59/",
        "id": 59,
        "name": "Árok",
        "website": "http://arok.intro.hu"
    },
    "start_date": "2002-08-09",
    "end_date": "2002-08-11",
    "location": "Ajka, Veszprém, Hungary",
    "is_online": false,
    "country_code": "HU",
    "latitude": 47.10196,
    "longitude": 17.55892,
    "website": "http://arok.intro.hu",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/347153/?format=api",
            "demozoo_url": "https://demozoo.org/productions/347153/",
            "id": 347153,
            "title": "Arok 2002 Invitation",
            "author_nicks": [
                {
                    "name": "Singular",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/5740/?format=api",
                        "id": 5740,
                        "name": "Singular Crew",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2002-07-03",
            "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/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=630"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=535&when=2002"
        }
    ]
}