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

{
    "url": "https://demozoo.org/api/v1/releasers/72340/?format=api",
    "demozoo_url": "https://demozoo.org/groups/72340/",
    "id": 72340,
    "name": "The Scientists",
    "is_group": true,
    "nicks": [
        {
            "name": "The Scientists",
            "abbreviation": "TS",
            "is_primary_nick": true,
            "variants": [
                "TS",
                "The Scientists"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/54652/?format=api",
                "id": 54652,
                "name": "The Last Science"
            },
            "is_current": true
        }
    ],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/72341/?format=api",
                "id": 72341,
                "name": "Jack The Ripper"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/72342/?format=api",
                "id": 72342,
                "name": "The Executioner"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=3068"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=9081"
        }
    ]
}