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

[
    {
        "url": "https://demozoo.org/api/v1/productions/285001/?format=api",
        "demozoo_url": "https://demozoo.org/productions/285001/",
        "id": 285001,
        "title": "S3MRIP",
        "author_nicks": [
            {
                "name": "Patch",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47058/?format=api",
                    "id": 47058,
                    "name": "Patch",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Avalanche",
                "abbreviation": "AVA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7913/?format=api",
                    "id": 7913,
                    "name": "Avalanche",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-11-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/124169/?format=api",
        "demozoo_url": "https://demozoo.org/productions/124169/",
        "id": 124169,
        "title": "Future Crew Data File Extractor",
        "author_nicks": [
            {
                "name": "Patch",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47058/?format=api",
                    "id": 47058,
                    "name": "Patch",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-07-25",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "depacker"
        ]
    }
]