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

{
    "url": "https://demozoo.org/api/v1/releasers/135769/?format=api",
    "demozoo_url": "https://demozoo.org/groups/135769/",
    "id": 135769,
    "name": "The Amazing Pirates",
    "is_group": true,
    "nicks": [
        {
            "name": "The Amazing Pirates",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "The Amazing Pirates"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/13382/?format=api",
                "id": 13382,
                "name": "Steve"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/122546/?format=api",
                "id": 122546,
                "name": "Macro Nit"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/5118/?format=api",
                "id": 5118,
                "name": "Dexter"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=2337"
        }
    ]
}