---
title: "(Optional authentication) Get studio anime details."
method: GET
path: "/studios/{studioID}/anime"
tags: ["studios"]
---

# (Optional authentication) Get studio anime details.

`GET /studios/{studioID}/anime`

This endpoint will retrieve the anime details for a studio.

## Path parameters

- `studioID` integer, required

## Query parameters

- `limit` string
- `page` string

## Response `200`

Successful GET Studios Anime JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-11-28** `32f393ace829` — 2 info
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `kurozoraBearer` was removed from the API
- **2021-06-24** `5a277fb9c5f2` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
- **2021-05-13** `85ac20c1b7bb` — 2 warning, 4 info
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `page`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - …2 more

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/studios/:studioID/anime/get.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kurozora/kurozora-api/revisions/ee718d0959cd/schema)
