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

{
    "url": "https://demozoo.org/api/v1/parties/1390/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1390/",
    "id": 1390,
    "name": "Codex Alpe Adria 2007",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/521/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/521/",
        "id": 521,
        "name": "Codex Alpe Adria",
        "website": "http://0xaa.org/"
    },
    "start_date": "2007-07-06",
    "end_date": "2007-07-08",
    "location": "Udine, Italy",
    "is_online": false,
    "country_code": "IT",
    "latitude": 46.065121,
    "longitude": 13.23736,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/114984/?format=api",
            "demozoo_url": "https://demozoo.org/productions/114984/",
            "id": 114984,
            "title": "0xaa + Horde Invitro",
            "author_nicks": [
                {
                    "name": "K2",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3529/?format=api",
                        "id": 3529,
                        "name": "K2",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2007-05-27",
            "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": "DemopartyNetParty",
            "url": "https://www.demoparty.net/codex/codex-alpe-adria-2007"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1161&when=2007"
        }
    ]
}