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

{
    "url": "https://demozoo.org/api/v1/parties/2498/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2498/",
    "id": 2498,
    "name": "Wood Party 2001",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1000/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1000/",
        "id": 1000,
        "name": "Wood Party",
        "website": ""
    },
    "start_date": "2001-05-12",
    "end_date": "2001-05-13",
    "location": "Heillecourt, Meurthe et Moselle, Grand Est, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 48.65049,
    "longitude": 6.19512,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 11271,
            "demozoo_url": "https://demozoo.org/competitions/11271/",
            "name": "Demo",
            "shown_date": "2001-05-12",
            "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/133633/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/133633/",
                        "id": 133633,
                        "title": "WoodyWoodPéTrash",
                        "author_nicks": [
                            {
                                "name": "Universe",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/76082/?format=api",
                                    "id": 76082,
                                    "name": "Universe",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2001-05-12",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/26/?format=api",
                                "id": 26,
                                "name": "Amiga PPC/RTG"
                            }
                        ],
                        "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/woodtower-parties/woodparty-2001"
        }
    ]
}