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

{
    "url": "https://demozoo.org/api/v1/releasers/9806/?format=api",
    "demozoo_url": "https://demozoo.org/groups/9806/",
    "id": 9806,
    "name": "PowerPuff Girls",
    "is_group": true,
    "nicks": [
        {
            "name": "PowerPuff Girls",
            "abbreviation": "PPG",
            "is_primary_nick": true,
            "variants": [
                "PPG",
                "PowerPuff Girls"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9805/?format=api",
                "id": 9805,
                "name": "Sole"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/10020/?format=api",
                "id": 10020,
                "name": "Ayame"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/10021/?format=api",
                "id": 10021,
                "name": "Sardu"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=3083"
        }
    ]
}