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

{
    "url": "https://demozoo.org/api/v1/releasers/123035/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/123035/",
    "id": 123035,
    "name": "The Fat Boy",
    "is_group": false,
    "nicks": [
        {
            "name": "The Fat Boy",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "TFB",
                "The Fat Boy"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/76363/?format=api",
                "id": 76363,
                "name": "Scoop"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/109029/?format=api",
                "id": 109029,
                "name": "Smash"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/108892/?format=api",
                "id": 108892,
                "name": "Shamrock"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/106858/?format=api",
                "id": 106858,
                "name": "Unibit"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/107403/?format=api",
                "id": 107403,
                "name": "Cosmic Cracking Force"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbScener",
            "url": "https://csdb.dk/scener/?id=8483"
        }
    ]
}