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

{
    "url": "https://demozoo.org/api/v1/releasers/146011/?format=api",
    "demozoo_url": "https://demozoo.org/groups/146011/",
    "id": 146011,
    "name": "Fantasy 2001",
    "is_group": true,
    "nicks": [
        {
            "name": "Fantasy 2001",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Fantasy 2001"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/146010/?format=api",
                "id": 146010,
                "name": "Gonzo"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/146012/?format=api",
                "id": 146012,
                "name": "Banzai"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=7296"
        }
    ]
}