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

{
    "url": "https://demozoo.org/api/v1/parties/4537/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4537/",
    "id": 4537,
    "name": "Amigathon 2020",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1673/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1673/",
        "id": 1673,
        "name": "Amigathon",
        "website": ""
    },
    "start_date": "2020-07-18",
    "end_date": "2020-07-18",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 17435,
            "demozoo_url": "https://demozoo.org/competitions/17435/",
            "name": "DPaint",
            "shown_date": "2020-07-18",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/280988/?format=api",
                        "demozoo_url": "https://demozoo.org/graphics/280988/",
                        "id": 280988,
                        "title": "andy’s rose",
                        "author_nicks": [
                            {
                                "name": "the lost underground",
                                "abbreviation": "| t l u |",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/113526/?format=api",
                                    "id": 113526,
                                    "name": "the lost underground",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2020-07-18",
                        "supertype": "graphics",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                                "id": 5,
                                "name": "Amiga OCS/ECS"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                                "id": 23,
                                "name": "Graphics",
                                "supertype": "graphics"
                            }
                        ],
                        "tags": [
                            "320x256",
                            "hand-drawn",
                            "dpaint",
                            "pal"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://www.youtube.com/watch?v=XNPTgSQR-SA"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2020/amigathon20/"
        }
    ]
}