---
title: "(optional authentication) Anime details."
method: GET
path: "/anime/{animeID}"
tags: ["anime"]
---

# (optional authentication) Anime details.

`GET /anime/{animeID}`

This endpoint will retrieve the details of an Anime item.

## Path parameters

- `animeID` integer, required

## Query parameters

- `include` string[]

## Response `200`

Successful GET 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-05-13** `85ac20c1b7bb` — 1 breaking, 1 warning, 5 info
  - for the `path` request parameter `animeID`, the type changed from `string` to `integer`
  - deleted the `query` request parameter `include[]`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - …3 more

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