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

{
    "url": "https://demozoo.org/api/v1/releasers/45386/?format=api",
    "demozoo_url": "https://demozoo.org/groups/45386/",
    "id": 45386,
    "name": "Fantasy Project",
    "is_group": true,
    "nicks": [
        {
            "name": "Fantasy Project",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Fantasy Project"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/13685/?format=api",
                "id": 13685,
                "name": "Unreal"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/6876/?format=api",
                "id": 6876,
                "name": "DeZign"
            },
            "is_current": false
        }
    ],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/6875/?format=api",
                "id": 6875,
                "name": "Skin"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/7060/?format=api",
                "id": 7060,
                "name": "Amblin"
            },
            "is_current": false
        }
    ],
    "subgroups": [
        {
            "subgroup": {
                "url": "https://demozoo.org/api/v1/releasers/6876/?format=api",
                "id": 6876,
                "name": "DeZign"
            },
            "is_current": true
        },
        {
            "subgroup": {
                "url": "https://demozoo.org/api/v1/releasers/13685/?format=api",
                "id": 13685,
                "name": "Unreal"
            },
            "is_current": false
        }
    ],
    "external_links": []
}