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

{
    "url": "https://demozoo.org/api/v1/releasers/45974/?format=api",
    "demozoo_url": "https://demozoo.org/groups/45974/",
    "id": 45974,
    "name": "Three Brits",
    "is_group": true,
    "nicks": [
        {
            "name": "Three Brits",
            "abbreviation": "TB",
            "is_primary_nick": true,
            "variants": [
                "TB",
                "Three Brits"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/15529/?format=api",
                "id": 15529,
                "name": "Liam the Lemming"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/45976/?format=api",
                "id": 45976,
                "name": "Ballistique"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/45973/?format=api",
                "id": 45973,
                "name": "Argh!"
            },
            "is_current": false
        }
    ],
    "subgroups": [
        {
            "subgroup": {
                "url": "https://demozoo.org/api/v1/releasers/45975/?format=api",
                "id": 45975,
                "name": "Two Brits"
            },
            "is_current": true
        }
    ],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=2003"
        }
    ]
}