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

{
    "url": "https://demozoo.org/api/v1/parties/4673/?format=api",
    "demozoo_url": "https://demozoo.org/parties/4673/",
    "id": 4673,
    "name": "PDRoms Coding Competition 2005",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/855/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/855/",
        "id": 855,
        "name": "PDRoms Coding Competition",
        "website": ""
    },
    "start_date": "2005-01-14",
    "end_date": "2005-04-10",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 17897,
            "demozoo_url": "https://demozoo.org/competitions/17897/",
            "name": "Category 2",
            "shown_date": "2005-04-09",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/10234/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/10234/",
                        "id": 10234,
                        "title": "Beer Belly Bill 2 (Morning Shift)",
                        "author_nicks": [
                            {
                                "name": "Metalvotze",
                                "abbreviation": "VOZ",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/3525/?format=api",
                                    "id": 3525,
                                    "name": "Metalvotze",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2005-08",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/30/?format=api",
                                "id": 30,
                                "name": "Nintendo Game Boy Advance (GBA)"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                                "id": 33,
                                "name": "Game",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=669&when=2005"
        },
        {
            "link_class": "WaybackMachinePage",
            "url": "https://web.archive.org/web/20060908192021/https://pdroms.de/pdrc3-rules.php"
        }
    ]
}