---
title: "Anime staff information."
method: GET
path: "/anime/{animeID}/staff"
tags: ["anime"]
---

# Anime staff information.

`GET /anime/{animeID}/staff`

This endpoint will retrieve the staff of an Anime item.

## Path parameters

- `animeID` integer, required

## Query parameters

- `limit` string
- `page` string

## Response `200`

Successful GET Anime Staff JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-06-24** `9e5ecac58c7d` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
- **2021-05-13** `85ac20c1b7bb` — 1 breaking, 2 warning, 1 info
  - for the `path` request parameter `animeID`, the type changed from `string` to `integer`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `page`
  - the endpoint scheme security `apiKey` was removed from the API

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/anime/:animeID/staff/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.dev/kurozora/apis/kurozora-api/revisions/e0adaecac322?raw)
