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

{
    "url": "https://demozoo.org/api/v1/parties/1438/?format=api",
    "demozoo_url": "https://demozoo.org/parties/1438/",
    "id": 1438,
    "name": "Meeting 2000",
    "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": "2000-04-21",
    "end_date": "2000-04-23",
    "location": "France",
    "is_online": false,
    "country_code": "FR",
    "latitude": 46.71067,
    "longitude": 1.71819,
    "website": "",
    "invitations": [
        {
            "url": "https://demozoo.org/api/v1/productions/144827/?format=api",
            "demozoo_url": "https://demozoo.org/productions/144827/",
            "id": 144827,
            "title": "Dommage",
            "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": "2000",
            "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": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=176&when=2000"
        }
    ]
}