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

{
    "url": "https://demozoo.org/api/v1/releasers/123017/?format=api",
    "demozoo_url": "https://demozoo.org/groups/123017/",
    "id": 123017,
    "name": "Software Pirates Inc.",
    "is_group": true,
    "nicks": [
        {
            "name": "Software Pirates Inc.",
            "abbreviation": "SPI",
            "is_primary_nick": true,
            "variants": [
                "SPI",
                "Software Pirates Inc."
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/146435/?format=api",
                "id": 146435,
                "name": "Aiken Drum"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/146464/?format=api",
                "id": 146464,
                "name": "Softbeard the Pirate"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/146465/?format=api",
                "id": 146465,
                "name": "Black Beard"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/146466/?format=api",
                "id": 146466,
                "name": "Camel"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "Defacto2Group",
            "url": "https://defacto2.net/g/software-pirates-inc"
        }
    ]
}