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

{
    "url": "https://demozoo.org/api/v1/releasers/7643/?format=api",
    "demozoo_url": "https://demozoo.org/groups/7643/",
    "id": 7643,
    "name": "20th Century Composers",
    "is_group": true,
    "nicks": [
        {
            "name": "20th Century Composers",
            "abbreviation": "20CC",
            "is_primary_nick": true,
            "variants": [
                "20CC",
                "20th Century Composers"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/4971/?format=api",
                "id": 4971,
                "name": "AMOK"
            },
            "is_current": false
        }
    ],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/7641/?format=api",
                "id": 7641,
                "name": "EVS"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/14666/?format=api",
                "id": 14666,
                "name": "Falco Paul"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=626"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=5764"
        }
    ]
}