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

{
    "url": "https://demozoo.org/api/v1/releasers/43434/?format=api",
    "demozoo_url": "https://demozoo.org/groups/43434/",
    "id": 43434,
    "name": "Mag!",
    "is_group": true,
    "nicks": [
        {
            "name": "Mag!",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Mag!"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/2477/?format=api",
                "id": 2477,
                "name": "Felice"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/2476/?format=api",
                "id": 2476,
                "name": "CiH"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://mag.atari.org"
        }
    ]
}