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

{
    "url": "https://demozoo.org/api/v1/parties/1904/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1904/",
    "id": 1904,
    "name": "Syntax Society Summer Party 2013",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/767/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/767/",
        "id": 767,
        "name": "Syntax Society",
        "website": "http://syntaxsociety.se/"
    },
    "start_date": "2013-07-18",
    "end_date": "2013-07-22",
    "location": "Landskrona, Sweden",
    "is_online": false,
    "country_code": "SE",
    "latitude": 55.872028,
    "longitude": 12.83013,
    "website": "http://www.syntaxsociety.se/party/",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 8339,
            "demozoo_url": "https://demozoo.org/competitions/8339/",
            "name": "Demo",
            "shown_date": "2013-07-20",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/80386/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/80386/",
                        "id": 80386,
                        "title": "Old Cranky Style",
                        "author_nicks": [
                            {
                                "name": "Genesis Project",
                                "abbreviation": "G*P",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/3170/?format=api",
                                    "id": 3170,
                                    "name": "Genesis Project",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2013-07-20",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                                "id": 5,
                                "name": "Amiga OCS/ECS"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                                "id": 4,
                                "name": "Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                },
                {
                    "position": 2,
                    "ranking": "2",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/88205/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/88205/",
                        "id": 88205,
                        "title": "Z-Nexx In Space",
                        "author_nicks": [
                            {
                                "name": "The Moose Brothers",
                                "abbreviation": "TMB",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/10740/?format=api",
                                    "id": 10740,
                                    "name": "The Moose Brothers",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2013-07-20",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/26/?format=api",
                                "id": 26,
                                "name": "Amiga PPC/RTG"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "amiga-os4",
                            "aros"
                        ]
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1616&when=2013"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2013/syntaxsocietysummerparty13/"
        }
    ]
}