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

{
    "url": "https://demozoo.org/api/v1/releasers/9031/?format=api",
    "demozoo_url": "https://demozoo.org/groups/9031/",
    "id": 9031,
    "name": "Technium 220",
    "is_group": true,
    "nicks": [
        {
            "name": "T220",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "T220"
            ]
        },
        {
            "name": "Tech 220",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Tech 220"
            ]
        },
        {
            "name": "Technium 220",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Technium 220"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9030/?format=api",
                "id": 9030,
                "name": "Equinox"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9375/?format=api",
                "id": 9375,
                "name": "Captain Bob"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=4297"
        }
    ]
}