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

{
    "url": "https://demozoo.org/api/v1/releasers/74045/?format=api",
    "demozoo_url": "https://demozoo.org/groups/74045/",
    "id": 74045,
    "name": "One",
    "is_group": true,
    "nicks": [
        {
            "name": "One",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "One"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/8203/?format=api",
                "id": 8203,
                "name": "The Jack"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/8201/?format=api",
                "id": 8201,
                "name": "Han Solo"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=9454"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=13739"
        }
    ]
}