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

{
    "url": "https://demozoo.org/api/v1/parties/3117/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3117/",
    "id": 3117,
    "name": "Movement 1999",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/261/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/261/",
        "id": 261,
        "name": "Movement",
        "website": ""
    },
    "start_date": "1999",
    "end_date": "1999",
    "location": "Israel",
    "is_online": false,
    "country_code": "IL",
    "latitude": 31.5,
    "longitude": 34.75,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 13023,
            "demozoo_url": "https://demozoo.org/competitions/13023/",
            "name": "Intro",
            "shown_date": "1999",
            "platform": null,
            "production_type": null,
            "results": [
                {
                    "position": 1,
                    "ranking": "",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/168134/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/168134/",
                        "id": 168134,
                        "title": "Movement99",
                        "author_nicks": [
                            {
                                "name": "ANDESA Soft Int.",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/26819/?format=api",
                                    "id": 26819,
                                    "name": "ANDESA Soft Int.",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1999",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                                "id": 4,
                                "name": "MS-Dos"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/3/?format=api",
                                "id": 3,
                                "name": "4K Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=324&when=1999"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/1999/movement99/"
        }
    ]
}