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

{
    "url": "https://demozoo.org/api/v1/parties/2049/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2049/",
    "id": 2049,
    "name": "Amstrad Expo 2001",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/545/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/545/",
        "id": 545,
        "name": "Amstrad Expo",
        "website": "http://expo.cpcscene.com"
    },
    "start_date": "2001-04-14",
    "end_date": "2001-04-16",
    "location": "Coutances, Département de la Manche, Lower Normandy, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 49.05,
    "longitude": -1.43333,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/167858/?format=api",
            "demozoo_url": "https://demozoo.org/productions/167858/",
            "id": 167858,
            "title": "Amstrad Expo 2001 Invitro",
            "author_nicks": [
                {
                    "name": "Benediction",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/11765/?format=api",
                        "id": 11765,
                        "name": "Benediction",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2001-04",
            "supertype": "production",
            "platforms": [
                {
                    "url": "https://demozoo.org/api/v1/platforms/36/?format=api",
                    "id": 36,
                    "name": "Amstrad CPC"
                }
            ],
            "types": [
                {
                    "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                    "id": 11,
                    "name": "Invitation",
                    "supertype": "production"
                }
            ],
            "tags": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/amstrad-cpc-expo/amstrad-cpc-expo-2001"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=1046&when=2001"
        }
    ]
}