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

{
    "url": "https://demozoo.org/api/v1/releasers/10550/?format=api",
    "demozoo_url": "https://demozoo.org/groups/10550/",
    "id": 10550,
    "name": "GlenZ",
    "is_group": true,
    "nicks": [
        {
            "name": "GlenZ",
            "abbreviation": "GLZ",
            "is_primary_nick": true,
            "variants": [
                "GLZ",
                "GlenZ"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/5794/?format=api",
                "id": 5794,
                "name": "EviL"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/313/?format=api",
                "id": 313,
                "name": "ps"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/3048/?format=api",
                "id": 3048,
                "name": "Jeenio"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=3632"
        }
    ]
}