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

{
    "url": "https://demozoo.org/api/v1/releasers/9555/?format=api",
    "demozoo_url": "https://demozoo.org/groups/9555/",
    "id": 9555,
    "name": "Jumble",
    "is_group": true,
    "nicks": [
        {
            "name": "JMB",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "JMB"
            ]
        },
        {
            "name": "Jumble",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Jumble"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9554/?format=api",
                "id": 9554,
                "name": "sq"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9526/?format=api",
                "id": 9526,
                "name": "Survivor"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=2506"
        }
    ]
}