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

{
    "url": "https://demozoo.org/api/v1/releasers/11494/?format=api",
    "demozoo_url": "https://demozoo.org/groups/11494/",
    "id": 11494,
    "name": "Dask",
    "is_group": true,
    "nicks": [
        {
            "name": "Danske ASCII Kreativister",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Danske ASCII Kreativister"
            ]
        },
        {
            "name": "Dask",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Dask"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/483/?format=api",
                "id": 483,
                "name": "Rasmus"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/67727/?format=api",
                "id": 67727,
                "name": "Flower"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/88376/?format=api",
                "id": 88376,
                "name": "GarFlozzy"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=393"
        },
        {
            "link_class": "SixteenColorsGroup",
            "url": "https://16colo.rs/group/dask"
        }
    ]
}