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

{
    "url": "https://demozoo.org/api/v1/releasers/22213/?format=api",
    "demozoo_url": "https://demozoo.org/groups/22213/",
    "id": 22213,
    "name": "AA Project",
    "is_group": true,
    "nicks": [
        {
            "name": "AA Project",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "AA Project"
            ]
        },
        {
            "name": "AA-Group",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "AA-Group"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/51252/?format=api",
                "id": 51252,
                "name": "FK"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/134543/?format=api",
                "id": 134543,
                "name": "HH"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/134544/?format=api",
                "id": 134544,
                "name": "KT"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/134545/?format=api",
                "id": 134545,
                "name": "MS"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://aa-project.sourceforge.net/"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=1896"
        }
    ]
}