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

{
    "url": "https://demozoo.org/api/v1/parties/3581/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3581/",
    "id": 3581,
    "name": "js1k 2018",
    "tagline": "The Volatile Coin Mine",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1300/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1300/",
        "id": 1300,
        "name": "js1k",
        "website": "http://js1k.com"
    },
    "start_date": "2018-02",
    "end_date": "2018-02",
    "location": "",
    "is_online": true,
    "country_code": "",
    "latitude": null,
    "longitude": null,
    "website": "http://js1k.com",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 14128,
            "demozoo_url": "https://demozoo.org/competitions/14128/",
            "name": "Demo",
            "shown_date": "2018-02",
            "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": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/184145/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/184145/",
                        "id": 184145,
                        "title": "Textual Coinage",
                        "author_nicks": [
                            {
                                "name": "Nom De Nom",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/43383/?format=api",
                                    "id": 43383,
                                    "name": "Nom De Nom",
                                    "is_group": false
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2018-02",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                                "id": 12,
                                "name": "Browser"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/20/?format=api",
                                "id": 20,
                                "name": "512b Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2018/js1k18/"
        }
    ]
}