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

{
    "url": "https://demozoo.org/api/v1/releasers/23981/?format=api",
    "demozoo_url": "https://demozoo.org/groups/23981/",
    "id": 23981,
    "name": "Implexy",
    "is_group": true,
    "nicks": [
        {
            "name": "Implexy",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Implexy"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/12155/?format=api",
                "id": 12155,
                "name": "Szudi"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/3834/?format=api",
                "id": 3834,
                "name": "Traymuss"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/23097/?format=api",
                "id": 23097,
                "name": "Shyz"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.implexy.pl/"
        }
    ]
}