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

{
    "url": "https://demozoo.org/api/v1/releasers/1989/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/1989/",
    "id": 1989,
    "name": "Dweezil",
    "is_group": false,
    "nicks": [
        {
            "name": "Captain America",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Captain America"
            ]
        },
        {
            "name": "Dweezil",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Dweezil"
            ]
        },
        {
            "name": "Superninja",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Superninja"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/1490/?format=api",
                "id": 1490,
                "name": "Stellar"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/1990/?format=api",
                "id": 1990,
                "name": "Carillon"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/16342/?format=api",
                "id": 16342,
                "name": "SCUP"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/370/?format=api",
                "id": 370,
                "name": "Byterapers"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "https://www.mobygames.com/person/1154585/markku-juhani-o-saarinen/"
        },
        {
            "link_class": "KestraBitworldAuthor",
            "url": "https://janeway.exotica.org.uk/author.php?id=1985"
        }
    ]
}