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

{
    "url": "https://demozoo.org/api/v1/parties/224/?format=api",
    "demozoo_url": "https://demozoo.org/parties/224/",
    "id": 224,
    "name": "Árok 2001",
    "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": "2001-08",
    "end_date": "2001-08",
    "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/153290/?format=api",
            "demozoo_url": "https://demozoo.org/productions/153290/",
            "id": 153290,
            "title": "ArokParty3",
            "author_nicks": [
                {
                    "name": "Singular Crew",
                    "abbreviation": "SGR",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/5740/?format=api",
                        "id": 5740,
                        "name": "Singular Crew",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2001-07-14",
            "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/1/?format=api",
                    "id": 1,
                    "name": "Demo",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "CsdbEvent",
            "url": "https://csdb.dk/event/?id=294"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=535&when=2001"
        }
    ]
}