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

{
    "url": "https://demozoo.org/api/v1/releasers/11007/?format=api",
    "demozoo_url": "https://demozoo.org/groups/11007/",
    "id": 11007,
    "name": "Wordpress Fan Club",
    "is_group": true,
    "nicks": [
        {
            "name": "Wordpress Fan Club",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Wordpress Fan Club"
            ]
        },
        {
            "name": "e107 Fan Club",
            "abbreviation": "e107fc",
            "is_primary_nick": false,
            "variants": [
                "e107 Fan Club",
                "e107fc"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/3760/?format=api",
                "id": 3760,
                "name": "Blala"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/3759/?format=api",
                "id": 3759,
                "name": "Slyspy"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=8081"
        }
    ]
}