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

{
    "url": "https://demozoo.org/api/v1/parties/2024/?format=api",
    "demozoo_url": "https://demozoo.org/parties/2024/",
    "id": 2024,
    "name": "Aero Conference 1991",
    "tagline": "",
    "party_series": {
        "url": "https://demozoo.org/api/v1/party_series/806/?format=api",
        "demozoo_url": "https://demozoo.org/parties/series/806/",
        "id": 806,
        "name": "Aero Conference",
        "website": ""
    },
    "start_date": "1991-01-25",
    "end_date": "1991-01-27",
    "location": "Middelfart, Middelfart Kommune, South Denmark, Denmark",
    "is_online": false,
    "country_code": "DK",
    "latitude": 55.50591,
    "longitude": 9.73054,
    "website": "",
    "invitations": [],
    "releases": [],
    "competitions": [
        {
            "id": 9774,
            "demozoo_url": "https://demozoo.org/competitions/9774/",
            "name": "Amiga Demo",
            "shown_date": "1991-01-26",
            "platform": {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            },
            "production_type": {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            "results": [
                {
                    "position": 1,
                    "ranking": "1",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/10375/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/10375/",
                        "id": 10375,
                        "title": "The Bubblefields",
                        "author_nicks": [
                            {
                                "name": "Flash Production",
                                "abbreviation": "FP",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/681/?format=api",
                                    "id": 681,
                                    "name": "Flash Production",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1991-01-26",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                                "id": 5,
                                "name": "Amiga OCS/ECS"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                },
                {
                    "position": 2,
                    "ranking": "2",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/254614/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/254614/",
                        "id": 254614,
                        "title": "Meeting Intro",
                        "author_nicks": [
                            {
                                "name": "Prologic",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/2750/?format=api",
                                    "id": 2750,
                                    "name": "Prologic",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1991-01-25",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                                "id": 5,
                                "name": "Amiga OCS/ECS"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                                "id": 4,
                                "name": "Intro",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                },
                {
                    "position": 3,
                    "ranking": "3",
                    "score": "",
                    "production": {
                        "url": "https://demozoo.org/api/v1/productions/95818/?format=api",
                        "demozoo_url": "https://demozoo.org/productions/95818/",
                        "id": 95818,
                        "title": "Family Fun",
                        "author_nicks": [
                            {
                                "name": "Inzzest",
                                "abbreviation": "",
                                "releaser": {
                                    "url": "https://demozoo.org/api/v1/releasers/4987/?format=api",
                                    "id": 4987,
                                    "name": "Inzzest",
                                    "is_group": true
                                }
                            }
                        ],
                        "author_affiliation_nicks": [],
                        "release_date": "1991-01-26",
                        "supertype": "production",
                        "platforms": [
                            {
                                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                                "id": 5,
                                "name": "Amiga OCS/ECS"
                            }
                        ],
                        "types": [
                            {
                                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                                "id": 1,
                                "name": "Demo",
                                "supertype": "production"
                            }
                        ],
                        "tags": []
                    }
                }
            ]
        }
    ],
    "external_links": [
        {
            "link_class": "KestraBitworldParty",
            "url": "http://janeway.exotica.org.uk/party.php?id=41"
        },
        {
            "link_class": "PouetParty",
            "url": "https://www.pouet.net/party.php?which=515&when=1991"
        }
    ]
}