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

{
    "url": "https://demozoo.org/api/v1/parties/5279/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5279/",
    "id": 5279,
    "name": "Berzan 1996 (17)",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/294/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/294/",
        "id": 294,
        "name": "Berzan",
        "website": ""
    },
    "start_date": "1996",
    "end_date": "1996",
    "location": "Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 62.0,
    "longitude": 15.0,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 19775,
            "demozoo_url": "https://demozoo.org/competitions/19775/",
            "name": "Music",
            "shown_date": "1996",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/370364/?format=api",
                        "demozoo_url": "https://demozoo.org/music/370364/",
                        "id": 370364,
                        "title": "Whatever_2",
                        "author_nicks": [
                            {
                                "name": "Exalt",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/60028/?format=api",
                                    "id": 60028,
                                    "name": "Exalt",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1996",
                        "supertype": "music",
                        "platforms": [],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                                "id": 29,
                                "name": "Tracked Music",
                                "supertype": "music"
                            }
                        ],
                        "tags": [
                            "4ch",
                            "mod"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=675&when=1996"
        }
    ]
}