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

{
    "url": "https://demozoo.org/api/v1/parties/695/?format=api",
    "demozoo_url": "https://demozoo.org/parties/695/",
    "id": 695,
    "name": "Meeting 2001",
    "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": "2001-03-02",
    "end_date": "2001-03-04",
    "location": "Lille, Département du Nord, Nord-Pas-de-Calais, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 50.63297,
    "longitude": 3.05858,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/144830/?format=api",
            "demozoo_url": "https://demozoo.org/productions/144830/",
            "id": 144830,
            "title": "No Dancerz",
            "author_nicks": [
                {
                    "name": "Melting Pot",
                    "abbreviation": "MTP",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/1521/?format=api",
                        "id": 1521,
                        "name": "Melting Pot",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2001",
            "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/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": [
                "lost"
            ]
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/the-meeting/the-meeting-2k1"
        }
    ]
}