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

{
    "url": "https://demozoo.org/api/v1/releasers/40013/?format=api",
    "demozoo_url": "https://demozoo.org/groups/40013/",
    "id": 40013,
    "name": "Paradise",
    "is_group": true,
    "nicks": [
        {
            "name": "Paradise",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Paradise"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/40012/?format=api",
                "id": 40012,
                "name": "Tutty"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://zxart.ee/eng/groups/p/paradise/"
        }
    ]
}