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

{
    "url": "https://demozoo.org/api/v1/releasers/37544/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/37544/",
    "id": 37544,
    "name": "Grey",
    "is_group": false,
    "nicks": [
        {
            "name": "Grey",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Grey"
            ]
        },
        {
            "name": "Hacker Grey",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Hacker Grey"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/9228/?format=api",
                "id": 9228,
                "name": "Mafia"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/9125/?format=api",
                "id": 9125,
                "name": "Omega Hackers Group"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/9096/?format=api",
                "id": 9096,
                "name": "Die Krupps"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "SpeccyWikiPage",
            "url": "http://speccy.info/Grey_%28OHG%29"
        }
    ]
}