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

{
    "url": "https://demozoo.org/api/v1/parties/1871/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1871/",
    "id": 1871,
    "name": "Reunion 1997",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/757/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/757/",
        "id": 757,
        "name": "Reunion",
        "website": ""
    },
    "start_date": "1997",
    "end_date": "1997",
    "location": "Costinesti, Romania",
    "is_online": false,
    "country_code": "RO",
    "latitude": 43.949188,
    "longitude": 28.632799,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 7706,
            "demozoo_url": "https://demozoo.org/competitions/7706/",
            "name": "Demo",
            "shown_date": "1997",
            "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": "2",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/72969/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/72969/",
                        "id": 72969,
                        "title": "X-Act",
                        "author_nicks": [
                            {
                                "name": "General Failure",
                                "abbreviation": "GF",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/39598/?format=api",
                                    "id": 39598,
                                    "name": "General Failure",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1997",
                        "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=329&when=1997"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1997/reunion97/"
        }
    ]
}