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

{
    "url": "https://demozoo.org/api/v1/releasers/4242/?format=api",
    "demozoo_url": "https://demozoo.org/groups/4242/",
    "id": 4242,
    "name": "Flimmer",
    "is_group": true,
    "nicks": [
        {
            "name": "Flimmer",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Flimmer"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/4256/?format=api",
                "id": 4256,
                "name": "Plante"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/4257/?format=api",
                "id": 4257,
                "name": "Gusgus"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/121/?format=api",
                "id": 121,
                "name": "Irvin"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=2062"
        }
    ]
}