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

{
    "url": "https://demozoo.org/api/v1/releasers/123441/?format=api",
    "demozoo_url": "https://demozoo.org/groups/123441/",
    "id": 123441,
    "name": "Five O",
    "is_group": true,
    "nicks": [
        {
            "name": "Five O",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Five 0",
                "Five O"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/131146/?format=api",
                "id": 131146,
                "name": "XPAX"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/131147/?format=api",
                "id": 131147,
                "name": "Kloey Detect"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/131148/?format=api",
                "id": 131148,
                "name": "Mr. Camaro"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/146436/?format=api",
                "id": 146436,
                "name": "Mr. Byte"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "Defacto2Group",
            "url": "https://defacto2.net/g/five-o"
        }
    ]
}