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

{
    "url": "https://demozoo.org/api/v1/productions/321516/?format=api",
    "demozoo_url": "https://demozoo.org/productions/321516/",
    "id": 321516,
    "title": "LynxNICCC2000",
    "author_nicks": [
        {
            "name": "42Bastian",
            "abbreviation": "",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/12049/?format=api",
                "id": 12049,
                "name": "42Bastian",
                "is_group": false
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "2023-03-19",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/70/?format=api",
            "id": 70,
            "name": "Atari Lynx"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
            "id": 1,
            "name": "Demo",
            "supertype": "production"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "42Bastian",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12049/?format=api",
                    "id": 12049,
                    "name": "42Bastian",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        },
        {
            "nick": {
                "name": "Leonard",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2527/?format=api",
                    "id": 2527,
                    "name": "Leonard",
                    "is_group": false
                }
            },
            "category": "Graphics",
            "role": "Scene data"
        }
    ],
    "download_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://github.com/42Bastian/lynx_hacking/blob/master/lniccc2000/lniccc2000.lnx"
        }
    ],
    "external_links": [
        {
            "link_class": "GithubDirectory",
            "url": "http://github.com/42Bastian/lynx_hacking/tree/master/lniccc2000"
        },
        {
            "link_class": "PouetProduction",
            "url": "https://www.pouet.net/prod.php?which=93965"
        },
        {
            "link_class": "YoutubeVideo",
            "url": "https://www.youtube.com/watch?v=CvUU6BACvc8"
        }
    ],
    "release_parties": [],
    "competition_placings": [],
    "invitation_parties": [],
    "screenshots": [
        {
            "original_url": "https://media.demozoo.org/screens/o/40/06/0916.322539.jpg",
            "original_width": 328,
            "original_height": 210,
            "standard_url": "https://media.demozoo.org/screens/s/40/06/0916.322539.jpg",
            "standard_width": 328,
            "standard_height": 210,
            "thumbnail_url": "https://media.demozoo.org/screens/t/40/06/0916.322539.jpg",
            "thumbnail_width": 200,
            "thumbnail_height": 128
        }
    ],
    "tags": [
        "source-available",
        "stniccc-challenge"
    ]
}