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

{
    "url": "https://demozoo.org/api/v1/parties/5529/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5529/",
    "id": 5529,
    "name": "ARM DemoCompo",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1950/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1950/",
        "id": 1950,
        "name": "ARM DemoCompo",
        "website": ""
    },
    "start_date": "2018-10-25",
    "end_date": "2018-10-25",
    "location": "Trondheim, Trøndelag, Norway",
    "is_online": false,
    "country_code": "NO",
    "latitude": 63.42811,
    "longitude": 10.39687,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 20652,
            "demozoo_url": "https://demozoo.org/competitions/20652/",
            "name": "Mobile Demo",
            "shown_date": "2018-10-25",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/386329/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/386329/",
                        "id": 386329,
                        "title": "Neon Fantasy",
                        "author_nicks": [
                            {
                                "name": "iverjo",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/24189/?format=api",
                                    "id": 24189,
                                    "name": "iverjo",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2018-10",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                                "id": 12,
                                "name": "Browser"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "three.js",
                            "source-available",
                            "nin"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1858&when=2018"
        }
    ]
}