---
title: "Returns all the characters."
method: GET
path: "/api/v1/Characters"
tags: ["Characters"]
---

# Returns all the characters.

`GET /api/v1/Characters`

GET api/characters

## Response `200`

Success

- CharacterModel[]
  - `id` integer
  - `name` string, nullable
  - `title` string, nullable

---

[API](https://skmtc.dev/thronesapi/apis/game-of-thrones-api.md) · [All operations](https://skmtc.dev/thronesapi/apis/game-of-thrones-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thronesapi/game-of-thrones-api/revisions/2b41deeb5e62/schema)
