GET /api/v1/releasers/9002/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"url": "https://demozoo.org/api/v1/releasers/9002/?format=api",
"demozoo_url": "https://demozoo.org/groups/9002/",
"id": 9002,
"name": "Crazytronic",
"is_group": true,
"nicks": [
{
"name": "Crazytronic",
"abbreviation": "CT",
"is_primary_nick": true,
"variants": [
"CT",
"Crazytronic"
]
}
],
"member_of": [],
"members": [
{
"member": {
"url": "https://demozoo.org/api/v1/releasers/9001/?format=api",
"id": 9001,
"name": "Mr. Bob"
},
"is_current": true
},
{
"member": {
"url": "https://demozoo.org/api/v1/releasers/9003/?format=api",
"id": 9003,
"name": "Hannah"
},
"is_current": true
},
{
"member": {
"url": "https://demozoo.org/api/v1/releasers/9094/?format=api",
"id": 9094,
"name": "Hood"
},
"is_current": true
}
],
"subgroups": [],
"external_links": [
{
"link_class": "PouetGroup",
"url": "https://www.pouet.net/groups.php?which=2563"
}
]
}