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

{
    "url": "https://demozoo.org/api/v1/parties/4250/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4250/",
    "id": 4250,
    "name": "Hackerence 1990",
    "tagline": "3",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/243/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/243/",
        "id": 243,
        "name": "Hackerence",
        "website": "http://www.hackerence.com/demo"
    },
    "start_date": "1990-11-02",
    "end_date": "1990-11-04",
    "location": "Härnösands Kommun, Västernorrland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.76667,
    "longitude": 17.68333,
    "website": "http://www.hackerence.com/demo",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/71480/?format=api",
            "demozoo_url": "https://demozoo.org/productions/71480/",
            "id": 71480,
            "title": "Unseen IQ Demo",
            "author_nicks": [
                {
                    "name": "Invizibles",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/3984/?format=api",
                        "id": 3984,
                        "name": "Invizibles",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1990-11-03",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                    "id": 9,
                    "name": "Atari ST/E"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                    "id": 4,
                    "name": "Intro",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [
        {
            "id": 16445,
            "demozoo_url": "https://demozoo.org/competitions/16445/",
            "name": "Demo",
            "shown_date": "1990-11-03",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/71478/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/71478/",
                        "id": 71478,
                        "title": "Sverje - First Demo",
                        "author_nicks": [
                            {
                                "name": "Invizibles",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/3984/?format=api",
                                    "id": 3984,
                                    "name": "Invizibles",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1990-11-03",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                                "id": 9,
                                "name": "Atari ST/E"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                                "id": 4,
                                "name": "Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1081&when=1990"
        }
    ]
}