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

{
    "url": "https://demozoo.org/api/v1/parties/2752/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2752/",
    "id": 2752,
    "name": "BZH Party 2001",
    "tagline": "2.5",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1110/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1110/",
        "id": 1110,
        "name": "BZH Party",
        "website": "http://bzhparty.free.fr/"
    },
    "start_date": "2001-03-31",
    "end_date": "2001-04-01",
    "location": "Berné, Département du Morbihan, Brittany, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 47.995,
    "longitude": -3.3925,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 12121,
            "demozoo_url": "https://demozoo.org/competitions/12121/",
            "name": "Demo",
            "shown_date": "2001-03-31",
            "platform": null,
            "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/152831/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/152831/",
                        "id": 152831,
                        "title": "Ready",
                        "author_nicks": [
                            {
                                "name": "OrOr",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/29803/?format=api",
                                    "id": 29803,
                                    "name": "OrOr",
                                    "is_group": true
                                }
                            },
                            {
                                "name": "Poëm",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/63400/?format=api",
                                    "id": 63400,
                                    "name": "Poëm",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2001-03-31",
                        "supertype": "production",
                        "platforms": [
                            {
                                "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": [
                            "lost"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/bzh-party/bzh-party-2001"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=190&when=2001"
        }
    ]
}