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

{
    "url": "https://demozoo.org/api/v1/productions/141818/?format=api",
    "demozoo_url": "https://demozoo.org/productions/141818/",
    "id": 141818,
    "title": "LZW Decompactor",
    "author_nicks": [
        {
            "name": "Mystic Bytes",
            "abbreviation": "MB",
            "releaser": {
                "url": "https://demozoo.org/api/v1/releasers/2056/?format=api",
                "id": 2056,
                "name": "Mystic Bytes",
                "is_group": true
            }
        }
    ],
    "author_affiliation_nicks": [],
    "release_date": "2015-07-19",
    "supertype": "production",
    "platforms": [
        {
            "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
            "id": 17,
            "name": "Atari Falcon"
        }
    ],
    "types": [
        {
            "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
            "id": 6,
            "name": "Tool",
            "supertype": "production"
        }
    ],
    "credits": [
        {
            "nick": {
                "name": "Sqward",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2058/?format=api",
                    "id": 2058,
                    "name": "Sqward",
                    "is_group": false
                }
            },
            "category": "Code",
            "role": ""
        }
    ],
    "download_links": [
        {
            "link_class": "FujiologyFile",
            "url": "https://ftp.untergrund.net/users/ltk_tscc/fujiology/FALCON/MSB/LZW.ZIP"
        }
    ],
    "external_links": [],
    "release_parties": [],
    "competition_placings": [],
    "invitation_parties": [],
    "screenshots": [
        {
            "original_url": "https://media.demozoo.org/screens/o/f8/9b/6e99.89833.png",
            "original_width": 648,
            "original_height": 566,
            "standard_url": "https://media.demozoo.org/screens/s/f8/9b/6e99.89833.png",
            "standard_width": 343,
            "standard_height": 300,
            "thumbnail_url": "https://media.demozoo.org/screens/t/f8/9b/6e99.89833.png",
            "thumbnail_width": 171,
            "thumbnail_height": 150
        }
    ],
    "tags": [
        "depacker"
    ]
}