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

{
    "url": "https://demozoo.org/api/v1/releasers/5921/?format=api",
    "demozoo_url": "https://demozoo.org/groups/5921/",
    "id": 5921,
    "name": "3rd Child",
    "is_group": true,
    "nicks": [
        {
            "name": "3rd Child",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "3rd Child"
            ]
        },
        {
            "name": "Third Child",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Third Child"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/559/?format=api",
                "id": 559,
                "name": "sYntiq"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/461/?format=api",
                "id": 461,
                "name": "Bombe"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://3cd.blindsicht.de/"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=4298"
        }
    ]
}