GET /api/v1/releasers/123567/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"url": "https://demozoo.org/api/v1/releasers/123567/?format=api",
"demozoo_url": "https://demozoo.org/groups/123567/",
"id": 123567,
"name": "Wildstar",
"is_group": true,
"nicks": [
{
"name": "Wildstar",
"abbreviation": "WS",
"is_primary_nick": true,
"variants": [
"WS",
"Wildstar"
]
}
],
"member_of": [],
"members": [
{
"member": {
"url": "https://demozoo.org/api/v1/releasers/123568/?format=api",
"id": 123568,
"name": "3M"
},
"is_current": true
},
{
"member": {
"url": "https://demozoo.org/api/v1/releasers/123569/?format=api",
"id": 123569,
"name": "Ice Dog"
},
"is_current": true
},
{
"member": {
"url": "https://demozoo.org/api/v1/releasers/123570/?format=api",
"id": 123570,
"name": "Sunny K"
},
"is_current": true
}
],
"subgroups": [],
"external_links": []
}