GET /api/v1/releasers/2421/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
{
"url": "https://demozoo.org/api/v1/productions/61150/?format=api",
"demozoo_url": "https://demozoo.org/productions/61150/",
"id": 61150,
"title": "My First Demo",
"author_nicks": [
{
"name": "Nut",
"abbreviation": "",
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/2421/?format=api",
"id": 2421,
"name": "Nut",
"is_group": false
}
}
],
"author_affiliation_nicks": [
{
"name": "Falcon Users Netherlands",
"abbreviation": "FUN",
"releaser": {
"url": "https://demozoo.org/api/v1/releasers/56505/?format=api",
"id": 56505,
"name": "Falcon Users Netherlands",
"is_group": true
}
}
],
"release_date": "1999-07-31",
"supertype": "production",
"platforms": [
{
"url": "https://demozoo.org/api/v1/platforms/17/?format=api",
"id": 17,
"name": "Atari Falcon"
}
],
"types": [
{
"url": "https://demozoo.org/api/v1/production_types/1/?format=api",
"id": 1,
"name": "Demo",
"supertype": "production"
}
],
"tags": [
"sampledemo"
]
}
]