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

{
    "url": "https://demozoo.org/api/v1/releasers/20546/?format=api",
    "demozoo_url": "https://demozoo.org/groups/20546/",
    "id": 20546,
    "name": "Shinra",
    "is_group": true,
    "nicks": [
        {
            "name": "Shinra",
            "abbreviation": "SHR",
            "is_primary_nick": true,
            "variants": [
                "SHR",
                "Shinra"
            ]
        },
        {
            "name": "Shinra Team",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Shinra Team"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/12163/?format=api",
                "id": 12163,
                "name": "PulkoMandy"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/53342/?format=api",
                "id": 53342,
                "name": "CloudStrife"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://shinra.cpcscene.com"
        },
        {
            "link_class": "BaseUrl",
            "url": "http://www.cpcwiki.eu/index.php/Shinra_team"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=8089"
        }
    ]
}