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

{
    "url": "https://demozoo.org/api/v1/releasers/10974/?format=api",
    "demozoo_url": "https://demozoo.org/groups/10974/",
    "id": 10974,
    "name": "AY Group",
    "is_group": true,
    "nicks": [
        {
            "name": "AY Group",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "AY Group"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9619/?format=api",
                "id": 9619,
                "name": "Raynoa"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/15095/?format=api",
                "id": 15095,
                "name": "Yuri"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/5391/?format=api",
                "id": 5391,
                "name": "Djinn"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=6673"
        }
    ]
}