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

{
    "url": "https://demozoo.org/api/v1/releasers/134445/?format=api",
    "demozoo_url": "https://demozoo.org/groups/134445/",
    "id": 134445,
    "name": "Totally Rad Assholes",
    "is_group": true,
    "nicks": [
        {
            "name": "Totally Rad Assholes",
            "abbreviation": "TRA",
            "is_primary_nick": true,
            "variants": [
                "TRA",
                "Totally Rad Assholes"
            ]
        },
        {
            "name": "Totally Rude Assholes",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Totally Rude Assholes"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/134444/?format=api",
                "id": 134444,
                "name": "Ice Breaker"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/134448/?format=api",
                "id": 134448,
                "name": "Computer Wiz"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=10712"
        }
    ]
}