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

{
    "url": "https://demozoo.org/api/v1/releasers/147292/?format=api",
    "demozoo_url": "https://demozoo.org/groups/147292/",
    "id": 147292,
    "name": "Legion of Doom",
    "is_group": true,
    "nicks": [
        {
            "name": "Legion of Doom",
            "abbreviation": "LOD",
            "is_primary_nick": true,
            "variants": [
                "LOD",
                "Legion of Doom"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/147291/?format=api",
                "id": 147291,
                "name": "Sharp Razor"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/147289/?format=api",
                "id": 147289,
                "name": "Lex Luthor"
            },
            "is_current": true
        }
    ],
    "subgroups": [
        {
            "subgroup": {
                "url": "https://demozoo.org/api/v1/releasers/147367/?format=api",
                "id": 147367,
                "name": "Legion of Doom Hackers"
            },
            "is_current": true
        }
    ],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.textfiles.com/magazines/LOD/"
        },
        {
            "link_class": "WikipediaPage",
            "url": "https://en.wikipedia.org/wiki/Legion_of_Doom_(hacker_group)"
        }
    ]
}