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

{
    "url": "https://demozoo.org/api/v1/releasers/15080/?format=api",
    "demozoo_url": "https://demozoo.org/groups/15080/",
    "id": 15080,
    "name": "Glue Team",
    "is_group": true,
    "nicks": [
        {
            "name": "Glue Team",
            "abbreviation": "GT",
            "is_primary_nick": true,
            "variants": [
                "GT",
                "Glue Team"
            ]
        },
        {
            "name": "Glueteam",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Glueteam"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/123/?format=api",
                "id": 123,
                "name": "fthr"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/15081/?format=api",
                "id": 15081,
                "name": "Jka"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/15082/?format=api",
                "id": 15082,
                "name": "Rabbi"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/8607/?format=api",
                "id": 8607,
                "name": "Shaq"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/15083/?format=api",
                "id": 15083,
                "name": "Tuksu"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/15084/?format=api",
                "id": 15084,
                "name": "Stork"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=11461"
        },
        {
            "link_class": "SceneOrgFolder",
            "url": "https://files.scene.org/browse/demos/groups/glueteam/"
        }
    ]
}