---
title: "Returns a specific character, by id."
method: GET
path: "/api/v1/Characters/{id}"
tags: ["Characters"]
---

# Returns a specific character, by id.

`GET /api/v1/Characters/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- CharacterModel — Information on a character.
  - `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)
