GET /api/v1/releasers/1234/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"url": "https://demozoo.org/api/v1/releasers/1234/?format=api",
"demozoo_url": "https://demozoo.org/sceners/1234/",
"id": 1234,
"name": "Shady",
"is_group": false,
"nicks": [
{
"name": "Shady",
"abbreviation": "",
"is_primary_nick": true,
"variants": [
"Shady"
]
}
],
"member_of": [
{
"group": {
"url": "https://demozoo.org/api/v1/releasers/12/?format=api",
"id": 12,
"name": "Crusaders"
},
"is_current": true
},
{
"group": {
"url": "https://demozoo.org/api/v1/releasers/4022/?format=api",
"id": 4022,
"name": "Deadline"
},
"is_current": false
}
],
"members": [],
"subgroups": [],
"external_links": [
{
"link_class": "KestraBitworldAuthor",
"url": "http://janeway.exotica.org.uk/author.php?id=20812"
},
{
"link_class": "KestraBitworldAuthor",
"url": "http://janeway.exotica.org.uk/author.php?id=27156"
},
{
"link_class": "SlengpungUser",
"url": "http://www.slengpung.com/?userid=3716"
}
]
}