GET /api/v1/releasers/123478/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"url": "https://demozoo.org/api/v1/productions/308472/?format=api",
"demozoo_url": "https://demozoo.org/productions/308472/",
"id": 308472,
"title": "Sonic",
"author_nicks": [
{
"name": "Denatus",
"abbreviation": "",
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/123478/?format=api",
"id": 123478,
"name": "Denatus",
"is_group": false
}
}
],
"author_affiliation_nicks": [],
"release_date": "2021-05",
"supertype": "production",
"platforms": [
{
"url": "https://demozoo.org/api/v1/platforms/81/?format=api",
"id": 81,
"name": "PICO-8"
}
],
"types": [
{
"url": "https://demozoo.org/api/v1/production_types/4/?format=api",
"id": 4,
"name": "Intro",
"supertype": "production"
}
],
"tags": [
"sonic"
]
}
]