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

{
    "url": "https://demozoo.org/api/v1/releasers/5267/?format=api",
    "demozoo_url": "https://demozoo.org/groups/5267/",
    "id": 5267,
    "name": "Carl B",
    "is_group": true,
    "nicks": [
        {
            "name": "Carl B",
            "abbreviation": "CB",
            "is_primary_nick": true,
            "variants": [
                "CB",
                "Carl B"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/1998/?format=api",
                "id": 1998,
                "name": "Kusma"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/90/?format=api",
                "id": 90,
                "name": "lug00ber"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=2588"
        }
    ]
}