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

{
    "url": "https://demozoo.org/api/v1/releasers/108000/?format=api",
    "demozoo_url": "https://demozoo.org/groups/108000/",
    "id": 108000,
    "name": "Freestyle",
    "is_group": true,
    "nicks": [
        {
            "name": "Freestyle",
            "abbreviation": "FSI",
            "is_primary_nick": true,
            "variants": [
                "FSI",
                "Freestyle"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/69423/?format=api",
                "id": 69423,
                "name": "Look"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/4041/?format=api",
                "id": 4041,
                "name": "Freddy Krueger"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=3240"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=8101"
        }
    ]
}