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

{
    "url": "https://demozoo.org/api/v1/releasers/1799/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/1799/",
    "id": 1799,
    "name": "Karl",
    "is_group": false,
    "nicks": [
        {
            "name": "Karl",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Karl"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/305/?format=api",
                "id": 305,
                "name": "NoooN"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/7204/?format=api",
                "id": 7204,
                "name": "Infiny"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "MobygamesDeveloper",
            "url": "https://www.mobygames.com/developer/sheet/view/developerId,3307/"
        },
        {
            "link_class": "SlengpungUser",
            "url": "http://www.slengpung.com/?userid=1661"
        }
    ]
}