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

{
    "url": "https://demozoo.org/api/v1/releasers/123864/?format=api",
    "demozoo_url": "https://demozoo.org/groups/123864/",
    "id": 123864,
    "name": "LZW",
    "is_group": true,
    "nicks": [
        {
            "name": "LZW",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "LZW"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/123865/?format=api",
                "id": 123865,
                "name": "wermi"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/123866/?format=api",
                "id": 123866,
                "name": "Loni"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/60960/?format=api",
                "id": 60960,
                "name": "Zlew"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=15284"
        }
    ]
}