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

{
    "url": "https://demozoo.org/api/v1/releasers/8888/?format=api",
    "demozoo_url": "https://demozoo.org/groups/8888/",
    "id": 8888,
    "name": "Yolpa Bros",
    "is_group": true,
    "nicks": [
        {
            "name": "Yolpa Bros",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Yolpa Bros"
            ]
        },
        {
            "name": "Yolpa Brothers",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Yolpa Brothers"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/8889/?format=api",
                "id": 8889,
                "name": "Extacy-3"
            },
            "is_current": false
        }
    ],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/8938/?format=api",
                "id": 8938,
                "name": "Bogie"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/8934/?format=api",
                "id": 8934,
                "name": "LaesQ"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9000/?format=api",
                "id": 9000,
                "name": "K-0s"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=1979"
        }
    ]
}