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

{
    "url": "https://demozoo.org/api/v1/releasers/139852/?format=api",
    "demozoo_url": "https://demozoo.org/groups/139852/",
    "id": 139852,
    "name": "ABC",
    "is_group": true,
    "nicks": [
        {
            "name": "ABC",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "ABC"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/7283/?format=api",
                "id": 7283,
                "name": "Sun Dancer"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/22193/?format=api",
                "id": 22193,
                "name": "Fly"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=7886"
        }
    ]
}