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

{
    "url": "https://demozoo.org/api/v1/parties/3648/?format=api",
    "demozoo_url": "https://demozoo.org/parties/3648/",
    "id": 3648,
    "name": "Meeting 1994",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/263/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/263/",
        "id": 263,
        "name": "Meeting",
        "website": "http://themeeting.free.fr/"
    },
    "start_date": "1994-07-05",
    "end_date": "1994-07-06",
    "location": "Villeneuve-d'Ascq, Département du Nord, Nord-Pas-de-Calais-Picardie, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 50.62278,
    "longitude": 3.14417,
    "website": "http://themeeting.free.fr/",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 14388,
            "demozoo_url": "https://demozoo.org/competitions/14388/",
            "name": "Demo",
            "shown_date": "1994-07-05",
            "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": "3",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/188940/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/188940/",
                        "id": 188940,
                        "title": "Electrostatic Motion",
                        "author_nicks": [
                            {
                                "name": "Euphoria",
                                "abbreviation": "EPH",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/61414/?format=api",
                                    "id": 61414,
                                    "name": "Euphoria",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1994-07-05",
                        "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/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=44&when=1994"
        }
    ]
}