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

{
    "url": "https://demozoo.org/api/v1/releasers/123116/?format=api",
    "demozoo_url": "https://demozoo.org/groups/123116/",
    "id": 123116,
    "name": "The Wolf Squad",
    "is_group": true,
    "nicks": [
        {
            "name": "The Wolf Squad",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "The Wolf Squad"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/370/?format=api",
                "id": 370,
                "name": "Byterapers"
            },
            "is_current": false
        }
    ],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/63184/?format=api",
                "id": 63184,
                "name": "Growl"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/63180/?format=api",
                "id": 63180,
                "name": "TWS"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=8865"
        }
    ]
}