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

{
    "url": "https://demozoo.org/api/v1/parties/2849/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2849/",
    "id": 2849,
    "name": "PjP Party 2001",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/1139/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/1139/",
        "id": 1139,
        "name": "PjP Party",
        "website": ""
    },
    "start_date": "2001-04-20",
    "end_date": "2001-04-21",
    "location": "Vesoul, Département de la Haute-Saône, Franche-Comté, France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 47.63333,
    "longitude": 6.16667,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [],
    "external_links": [
        {
            "link_class": "DemopartyNetParty",
            "url": "https://www.demoparty.net/unique-event/pjp-party-2001"
        }
    ]
}