---
title: "GET /user/favorites"
method: GET
path: "/user/favorites"
tags: ["Favorites"]
---

# GET /user/favorites

`GET /user/favorites`

returns user favorites

## Response `200`

response

- object
  - `data` Favorites[]
    - `series` integer[]
    - `movies` integer[]
    - `episodes` integer[]
    - `artwork` integer[]
    - `people` integer[]
    - `lists` integer[]
  - `status` string

## Other responses

- `401` — Unauthorized

---

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