---
title: "GET /people/{id}/extended"
method: GET
path: "/people/{id}/extended"
tags: ["People"]
---

# GET /people/{id}/extended

`GET /people/{id}/extended`

Returns people extended record

## Path parameters

- `id` number, required

## Query parameters

- `meta` 'translations'

## Response `200`

response

- object
  - `data` PeopleExtendedRecord — extended people 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.
    - `awards` AwardBaseRecord[]
      - `id` integer
      - `name` string
    - `biographies` Biography[]
      - `biography` string
      - `language` string
    - `birth` string
    - `birthPlace` string
    - `characters` Character[]
      - `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
    - `death` string
    - `gender` integer
    - `id` integer
    - `image` string
    - `lastUpdated` string
    - `name` string
    - `nameTranslations` string[]
    - `overviewTranslations` string[]
    - `races` Race[]
    - `remoteIds` RemoteID[]
      - `id` string
      - `type` integer
      - `sourceName` string
    - `score` integer
    - `slug` string
    - `tagOptions` TagOption[]
      - `helpText` string
      - `id` integer
      - `name` string
      - `tag` integer
      - `tagName` string
    - `translations` TranslationExtended — translation extended record
      - `nameTranslations` Translation[]
        - `aliases` string[]
        - `isAlias` boolean
        - `isPrimary` boolean
        - `language` string
        - `name` string
        - `overview` string
        - `tagline` string — Only populated for movie translations. We disallow taglines without a title.
      - `overviewTranslations` Translation[]
        - `aliases` string[]
        - `isAlias` boolean
        - `isPrimary` boolean
        - `language` string
        - `name` string
        - `overview` string
        - `tagline` string — Only populated for movie translations. We disallow taglines without a title.
      - `alias` string[]
  - `status` string

## Other responses

- `400` — Invalid people id
- `401` — Unauthorized
- `404` — People not found

---

[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/versions/5d7caa274c72/schema)
