---
title: "Get an overview of the user's favorite Anime"
method: GET
path: "/users/{userID}/favorite-anime"
tags: ["users"]
---

# Get an overview of the user's favorite Anime

`GET /users/{userID}/favorite-anime`

This endpoint will retrieve the list of Anime in the user's favorites list.

## Path parameters

- `userID` integer, required

## Query parameters

- `limit` string
- `page` string

## Response `200`

Successful Kurozora JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-05-13** `85ac20c1b7bb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/users/:userID/favorite-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.dev/kurozora/apis/kurozora-api/revisions/ea994102e8fc?raw)
