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

{
    "url": "https://demozoo.org/api/v1/parties/4952/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4952/",
    "id": 4952,
    "name": "Staszic Compo 1995",
    "tagline": "Aka Staszic Compo II",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/337/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/337/",
        "id": 337,
        "name": "Staszic Compo",
        "website": ""
    },
    "start_date": "1995",
    "end_date": "1995",
    "location": "Warszawa, Mazovia, Poland",
    "is_online": false,
    "country_code": "PL",
    "latitude": 52.23547,
    "longitude": 21.04191,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 18777,
            "demozoo_url": "https://demozoo.org/competitions/18777/",
            "name": "Demo compo",
            "shown_date": "1995",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            },
            "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/342070/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/342070/",
                        "id": 342070,
                        "title": "The M.O.",
                        "author_nicks": [
                            {
                                "name": "High Quality",
                                "abbreviation": "HQ",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/20506/?format=api",
                                    "id": 20506,
                                    "name": "High Quality",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1995",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                                "id": 4,
                                "name": "MS-Dos"
                            }
                        ],
                        "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=235&when=1995"
        }
    ]
}