---
title: "GET /characters/{id}"
method: GET
path: "/characters/{id}"
tags: ["Characters"]
---

# GET /characters/{id}

`GET /characters/{id}`

Returns character base record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` Character — character record
    - `aliases` Alias[]
      - `language` string — A 3-4 character string indicating the language of the alias, as defined in Language.
      - `name` string — A string containing the alias itself.
    - `episode` RecordInfo — base record info
      - `image` string
      - `name` string
      - `year` string
    - `episodeId` integer, nullable
    - `id` integer
    - `image` string
    - `isFeatured` boolean
    - `movieId` integer, nullable
    - `movie` RecordInfo — base record info
      - `image` string
      - `name` string
      - `year` string
    - `name` string
    - `nameTranslations` string[]
    - `overviewTranslations` string[]
    - `peopleId` integer
    - `personImgURL` string
    - `peopleType` string
    - `seriesId` integer, nullable
    - `series` RecordInfo — base record info
      - `image` string
      - `name` string
      - `year` string
    - `sort` integer
    - `tagOptions` TagOption[]
      - `helpText` string
      - `id` integer
      - `name` string
      - `tag` integer
      - `tagName` string
    - `type` integer
    - `url` string
    - `personName` string
  - `status` string

## Other responses

- `400` — Invalid character id
- `401` — Unauthorized
- `404` — Character not found

## Changes

- **2024-02-08** `8cb67a07c134` — 3 breaking
  - the response property `data/episodeId` became nullable for the status `200`
  - the response property `data/movieId` became nullable for the status `200`
  - the response property `data/seriesId` became nullable for the status `200`
- **2022-08-15** `04eb4ddf68c8` — 1 info
  - added the optional property `data/episode` to the response with the `200` status
- **2022-08-09** `0f6d7dcca3cf` — 2 info
  - added the optional property `data/movie` to the response with the `200` status
  - added the optional property `data/series` to the response with the `200` status
- **2022-08-09** `7fab0178ec7d` — 2 warning
  - removed the optional property `data/movie` from the response with the `200` status
  - removed the optional property `data/series` from the response with the `200` status
- **2022-08-09** `925b928e7ab9` — 2 info
  - added the optional property `data/movie` to the response with the `200` status
  - added the optional property `data/series` to the response with the `200` status

[Full history](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/changes/characters/:id/get.md)

---

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