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

{
    "url": "https://demozoo.org/api/v1/parties/5130/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5130/",
    "id": 5130,
    "name": "Rushed Metal 4",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1246/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1246/",
        "id": 1246,
        "name": "Rushed Metal",
        "website": ""
    },
    "start_date": "2006",
    "end_date": "2006",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 19365,
            "demozoo_url": "https://demozoo.org/competitions/19365/",
            "name": "Mac Demo",
            "shown_date": "2006",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/10/?format=api",
                "id": 10,
                "name": "macOS"
            },
            "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/356905/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/356905/",
                        "id": 356905,
                        "title": "Hello DaD",
                        "author_nicks": [
                            {
                                "name": "DaD 1916",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/49037/?format=api",
                                    "id": 49037,
                                    "name": "DaD1916",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2006-03",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/10/?format=api",
                                "id": 10,
                                "name": "macOS"
                            },
                            {
                                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                                "id": 1,
                                "name": "Windows"
                            }
                        ],
                        "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=1254&when=2006"
        }
    ]
}