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

{
    "url": "https://demozoo.org/api/v1/releasers/9606/?format=api",
    "demozoo_url": "https://demozoo.org/groups/9606/",
    "id": 9606,
    "name": "Jeez",
    "is_group": true,
    "nicks": [
        {
            "name": "Jeez",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Jeez"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9605/?format=api",
                "id": 9605,
                "name": "Kooll"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/31167/?format=api",
                "id": 31167,
                "name": "Cornacchia"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=2225"
        }
    ]
}