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

{
    "url": "https://demozoo.org/api/v1/releasers/997/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/997/",
    "id": 997,
    "name": "CodingCat",
    "is_group": false,
    "nicks": [
        {
            "name": "CodingCat",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "CodingCat"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/996/?format=api",
                "id": 996,
                "name": "BluFlame"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.alphanew.net"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=10916"
        },
        {
            "link_class": "SceneidAccount",
            "url": "https://www.pouet.net/user.php?who=47536"
        }
    ]
}