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

{
    "url": "https://demozoo.org/api/v1/releasers/9262/?format=api",
    "demozoo_url": "https://demozoo.org/groups/9262/",
    "id": 9262,
    "name": "Power Hackers Group",
    "is_group": true,
    "nicks": [
        {
            "name": "Power Hackers Group",
            "abbreviation": "PHG",
            "is_primary_nick": true,
            "variants": [
                "PHG",
                "Power Hackers Group"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9261/?format=api",
                "id": 9261,
                "name": "Jagura"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/33190/?format=api",
                "id": 33190,
                "name": "Imperio"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/145503/?format=api",
                "id": 145503,
                "name": "Delta"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "SpeccyWikiPage",
            "url": "http://speccy.info/Power_Hackers_Group"
        }
    ]
}