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

{
    "url": "https://demozoo.org/api/v1/parties/1446/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1446/",
    "id": 1446,
    "name": "Geeks Can Dance 2012",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/503/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/503/",
        "id": 503,
        "name": "Geeks Can Dance",
        "website": "https://gcd.untergrund.net/"
    },
    "start_date": "2012-09-15",
    "end_date": "2012-09-15",
    "location": "Berlin, Germany",
    "is_online": false,
    "country_code": "DE",
    "latitude": 52.516071,
    "longitude": 13.37698,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 4080,
            "demozoo_url": "https://demozoo.org/competitions/4080/",
            "name": "PC Demo",
            "shown_date": "2012",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            },
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/42502/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/42502/",
                        "id": 42502,
                        "title": "Square",
                        "author_nicks": [
                            {
                                "name": "Still",
                                "abbreviation": "STL",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/862/?format=api",
                                    "id": 862,
                                    "name": "Still",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2012-09-28",
                        "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/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": [
                            "bass",
                            "city",
                            "vocals-in-music",
                            "tooll2",
                            "ultrahd"
                        ]
                    }
                }
            ]
        },
        {
            "id": 4761,
            "demozoo_url": "https://demozoo.org/competitions/4761/",
            "name": "PC Intro",
            "shown_date": "2012-09-15",
            "platform": null,
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/47313/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/47313/",
                        "id": 47313,
                        "title": "What The Frac",
                        "author_nicks": [
                            {
                                "name": "Alter!Krass!",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/29072/?format=api",
                                    "id": 29072,
                                    "name": "Alter!Krass!",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "2012-09-15",
                        "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/21/?format=api",
                                "id": 21,
                                "name": "1K Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1530&when=2012"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2012/geekscandance12/"
        }
    ]
}