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

{
    "url": "https://demozoo.org/api/v1/parties/1107/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1107/",
    "id": 1107,
    "name": "Epidemic 2000",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/441/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/441/",
        "id": 441,
        "name": "Epidemic",
        "website": ""
    },
    "start_date": "2000",
    "end_date": "2000",
    "location": "Le Kremlin-Bicêtre, Département du Val-de-Marne, Île-de-France, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 48.81471,
    "longitude": 2.36073,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/358235/?format=api",
            "demozoo_url": "https://demozoo.org/productions/358235/",
            "id": 358235,
            "title": "Epidemic 2000",
            "author_nicks": [
                {
                    "name": "Epidemic",
                    "abbreviation": "",
                    "releaser": {
                        "url": "https://demozoo.org/api/v1/releasers/14497/?format=api",
                        "id": 14497,
                        "name": "Epidemic",
                        "is_group": true
                    }
                }
            ],
            "author_affiliation_nicks": [],
            "release_date": "2000-10",
            "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": []
        }
    ],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=116&when=2000"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/parties/2000/epidemic00/"
        }
    ]
}