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

{
    "url": "https://demozoo.org/api/v1/parties/5520/?format=api",
    "demozoo_url": "https://demozoo.org/parties/5520/",
    "id": 5520,
    "name": "Mini Demoparty 2008",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1947/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1947/",
        "id": 1947,
        "name": "Mini Demoparty",
        "website": ""
    },
    "start_date": "2008-06",
    "end_date": "2008-06",
    "location": "San Francisco, City and County of San Francisco, California, United States",
    "is_online": false,
    "country_code": "US",
    "latitude": 37.77493,
    "longitude": -122.41942,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 20648,
            "demozoo_url": "https://demozoo.org/competitions/20648/",
            "name": "Combined Demo",
            "shown_date": "1998",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/385997/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/385997/",
                        "id": 385997,
                        "title": "ledtro",
                        "author_nicks": [
                            {
                                "name": "Leviathan",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/30742/?format=api",
                                    "id": 30742,
                                    "name": "Leviathan",
                                    "is_group": false
                                }
                            },
                            {
                                "name": "Zsazs",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/116488/?format=api",
                                    "id": 116488,
                                    "name": "Zsazs",
                                    "is_group": false
                                }
                            },
                            {
                                "name": "aubilenon",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/154885/?format=api",
                                    "id": 154885,
                                    "name": "aubilenon",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2008-06",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/62/?format=api",
                                "id": 62,
                                "name": "Custom Hardware"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "source-available"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": []
}