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

{
    "url": "https://demozoo.org/api/v1/parties/3517/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3517/",
    "id": 3517,
    "name": "Strange 1997",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1371/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1371/",
        "id": 1371,
        "name": "Strange",
        "website": ""
    },
    "start_date": "1997",
    "end_date": "1997",
    "location": "Söråker, Timrå Kommun, Västernorrland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.50561,
    "longitude": 17.51032,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 13931,
            "demozoo_url": "https://demozoo.org/competitions/13931/",
            "name": "PC Demo",
            "shown_date": "1997",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            },
            "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/180056/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/180056/",
                        "id": 180056,
                        "title": "The Letdown Project",
                        "author_nicks": [
                            {
                                "name": "Exadus",
                                "abbreviation": "exs",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/75042/?format=api",
                                    "id": 75042,
                                    "name": "Exadus",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1997",
                        "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": []
}