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

# List Favorites

`GET /characters/favorites`

List user's favorite characters.

## Response `200`

Successful Response

- CharacterPublic[]
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, nullable
  - `tagline` string, nullable
  - `image_url` string, nullable
  - `tags` string[]
  - `rating` string, nullable
  - `is_explicit_image` boolean
  - `message_total` integer
  - `chat_total` integer
  - `created_by` string, uuid, nullable
  - `creator_name` string, nullable
  - `creator_avatar` string, nullable
  - `is_favorite` boolean
  - `created_at` string, date-time, required

---

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