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

{
    "url": "https://demozoo.org/api/v1/parties/3140/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3140/",
    "id": 3140,
    "name": "Global Game Jam 2016",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/872/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/872/",
        "id": 872,
        "name": "Global Game Jam",
        "website": "http://globalgamejam.org/"
    },
    "start_date": "2016-01-29",
    "end_date": "2016-01-31",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "http://globalgamejam.org/",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 13043,
            "demozoo_url": "https://demozoo.org/competitions/13043/",
            "name": "Gamedev",
            "shown_date": "2016",
            "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": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/168571/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/168571/",
                        "id": 168571,
                        "title": "Came from the Dark",
                        "author_nicks": [
                            {
                                "name": "Cheesetea",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/41688/?format=api",
                                    "id": 41688,
                                    "name": "Cheesetea",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2016",
                        "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/33/?format=api",
                                "id": 33,
                                "name": "Game",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                },
                {
                    "position": 2,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/167984/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/167984/",
                        "id": 167984,
                        "title": "ColorRun Retro V2",
                        "author_nicks": [
                            {
                                "name": "Akronyme Analogiker",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/6239/?format=api",
                                    "id": 6239,
                                    "name": "Akronyme Analogiker",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2016-03",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/21/?format=api",
                                "id": 21,
                                "name": "VIC-20"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                                "id": 33,
                                "name": "Game",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": []
}