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

{
    "url": "https://demozoo.org/api/v1/releasers/42738/?format=api",
    "demozoo_url": "https://demozoo.org/groups/42738/",
    "id": 42738,
    "name": "Demodojo",
    "is_group": true,
    "nicks": [
        {
            "name": "Demodojo",
            "abbreviation": "DD",
            "is_primary_nick": true,
            "variants": [
                "DD",
                "Demodojo"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/17096/?format=api",
                "id": 17096,
                "name": "Drey"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/53074/?format=api",
                "id": 53074,
                "name": "Bakkada"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/138512/?format=api",
                "id": 138512,
                "name": "Chaotique"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=3430"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=5833"
        },
        {
            "link_class": "WaybackMachinePage",
            "url": "https://web.archive.org/web/20081005123625/http://demodojo.tr-demoscene.info/"
        }
    ]
}