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

# (optional authentication) Anime details.

`GET /myanimelist/anime/{malID}`

This endpoint will retrieve the details of an Anime item using the MyAnimeList ID.

## Path parameters

- `malID` string, required

## Query parameters

- `include[]` string[] — The relations to include in the response.

## Response `200`

Successful GET Anime JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response
- `403` — Authentication error JSON response

---

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