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

{
    "url": "https://demozoo.org/api/v1/parties/4280/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4280/",
    "id": 4280,
    "name": "Västkust Internal 1",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/988/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/988/",
        "id": 988,
        "name": "Västkust Internal",
        "website": ""
    },
    "start_date": "1993-01-03",
    "end_date": "1993-01-05",
    "location": "Kungsbacka Kommun, Halland, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 57.45058,
    "longitude": 12.15061,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 16455,
            "demozoo_url": "https://demozoo.org/competitions/16455/",
            "name": "Demo",
            "shown_date": "1993-01-04",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            },
            "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/294015/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/294015/",
                        "id": 294015,
                        "title": "Biting Demo",
                        "author_nicks": [
                            {
                                "name": "Impulse",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/29352/?format=api",
                                    "id": 29352,
                                    "name": "Impulse",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1993-01-04",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                                "id": 9,
                                "name": "Atari ST/E"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "lost"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": []
}