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

{
    "url": "https://demozoo.org/api/v1/parties/3146/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3146/",
    "id": 3146,
    "name": "Coder's Revenge 1996",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1120/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1120/",
        "id": 1120,
        "name": "Codecraft",
        "website": "http://www.dnd.utwente.nl/topix/codecraft/index.html"
    },
    "start_date": "1996",
    "end_date": "1996",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "http://www.dnd.utwente.nl/topix/codecraft/index.html",
    "invitations": [],
    "releases": [
        {
            "url": "https://demozoo.org/api/v1/productions/121660/?format=api",
            "demozoo_url": "https://demozoo.org/productions/121660/",
            "id": 121660,
            "title": "Coder's Revenge 1K",
            "author_nicks": [
                {
                    "name": "Icebird",
                    "abbreviation": "ICB",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/11515/?format=api",
                        "id": 11515,
                        "name": "Icebird",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "1996",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/35/?format=api",
                    "id": 35,
                    "name": "Acorn Archimedes"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                    "id": 21,
                    "name": "1K Intro",
                    "supertype": "production"
                },
                {
                    "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                    "id": 9,
                    "name": "Pack",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "competitions": [
        {
            "id": 13056,
            "demozoo_url": "https://demozoo.org/competitions/13056/",
            "name": "1k",
            "shown_date": "1996",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/154801/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/154801/",
                        "id": 154801,
                        "title": "zOArcnOId",
                        "author_nicks": [
                            {
                                "name": "Armo",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/17681/?format=api",
                                    "id": 17681,
                                    "name": "Armo",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1996-09",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/35/?format=api",
                                "id": 35,
                                "name": "Acorn Archimedes"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                                "id": 21,
                                "name": "1K Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=344&when=1996"
        }
    ]
}