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

# Anime cast information.

`GET /anime/{animeID}/cast`

This endpoint will retrieve the casts of an Anime item.

## Path parameters

- `animeID` integer, required

## Query parameters

- `limit` string
- `page` string

## Response `200`

Successful GET Anime Cast JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-06-24** `84689f017604` — 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/cast/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)
