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

{
    "url": "https://demozoo.org/api/v1/releasers/133443/?format=api",
    "demozoo_url": "https://demozoo.org/groups/133443/",
    "id": 133443,
    "name": "Galaxy Gang",
    "is_group": true,
    "nicks": [
        {
            "name": "Galaxy Gang",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Galaxy Gang"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/133444/?format=api",
                "id": 133444,
                "name": "Alex Zop"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/133445/?format=api",
                "id": 133445,
                "name": "SubZero"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=3676"
        }
    ]
}