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

{
    "url": "https://demozoo.org/api/v1/releasers/10234/?format=api",
    "demozoo_url": "https://demozoo.org/groups/10234/",
    "id": 10234,
    "name": "XSolution",
    "is_group": true,
    "nicks": [
        {
            "name": "XSolution",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "XSolution"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/10233/?format=api",
                "id": 10233,
                "name": "SFG"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/10235/?format=api",
                "id": 10235,
                "name": "Braini"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/10236/?format=api",
                "id": 10236,
                "name": "Phantom"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=1285"
        }
    ]
}