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

{
    "url": "https://demozoo.org/api/v1/parties/2813/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2813/",
    "id": 2813,
    "name": "Birdie 1998 (8)",
    "tagline": "Birdie 8",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/54/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/54/",
        "id": 54,
        "name": "Birdie",
        "website": "http://www.birdie.org"
    },
    "start_date": "1998",
    "end_date": "1998",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "http://www.birdie.org/",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 17813,
            "demozoo_url": "https://demozoo.org/competitions/17813/",
            "name": "PC Demo",
            "shown_date": "1998",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/322717/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/322717/",
                        "id": 322717,
                        "title": "Terror Fistortion From Hell",
                        "author_nicks": [
                            {
                                "name": "Syntax Terror",
                                "abbreviation": "STE",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/15499/?format=api",
                                    "id": 15499,
                                    "name": "Syntax Terror",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1998-04",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                                "id": 4,
                                "name": "MS-Dos"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=9&when=1998"
        }
    ]
}