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

{
    "url": "https://demozoo.org/api/v1/releasers/112201/?format=api",
    "demozoo_url": "https://demozoo.org/groups/112201/",
    "id": 112201,
    "name": "ViSi",
    "is_group": true,
    "nicks": [
        {
            "name": "ViSi",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "ViSi"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/120215/?format=api",
                "id": 120215,
                "name": "Victor Ivanov"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/120216/?format=api",
                "id": 120216,
                "name": "Simon Demeule"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=14784"
        }
    ]
}