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

{
    "url": "https://demozoo.org/api/v1/parties/1153/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1153/",
    "id": 1153,
    "name": "Lano 5",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/460/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/460/",
        "id": 460,
        "name": "Lano",
        "website": "https://lanoparty.org"
    },
    "start_date": "2001-11-09",
    "end_date": "2001-11-11",
    "location": "Narvik, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 68.439491,
    "longitude": 17.430189,
    "website": "https://lanoparty.org",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/175660/?format=api",
            "demozoo_url": "https://demozoo.org/productions/175660/",
            "id": 175660,
            "title": "Lano 5 invitation",
            "author_nicks": [
                {
                    "name": "Faktory",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3620/?format=api",
                        "id": 3620,
                        "name": "Faktory",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2001-09",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                    "id": 1,
                    "name": "Windows"
                }
            ],
            "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": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2001/lano01/"
        }
    ]
}