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

[
    {
        "url": "https://demozoo.org/api/v1/productions/313259/?format=api",
        "demozoo_url": "https://demozoo.org/productions/313259/",
        "id": 313259,
        "title": "MyFirstDemo.frag.glsl",
        "author_nicks": [
            {
                "name": "Mond",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/133761/?format=api",
                    "id": 133761,
                    "name": "t. Mond",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2022-09-17",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "screenshots-needed"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/313167/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/313167/",
        "id": 313167,
        "title": "Guten Tag",
        "author_nicks": [
            {
                "name": "t. Mond",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/133761/?format=api",
                    "id": 133761,
                    "name": "t. Mond",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2022-09-15",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/36/?format=api",
                "id": 36,
                "name": "Photo",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]