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

# GET /people/{id}

`GET /people/{id}`

Returns people base record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` PeopleBaseRecord — base 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.
    - `id` integer
    - `image` string
    - `lastUpdated` string
    - `name` string
    - `nameTranslations` string[]
    - `overviewTranslations` string[]
    - `score` integer
  - `status` string

## Other responses

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

## Changes

- **2022-07-12** `7cfc67e90b13` — 1 info
  - added the optional property `data/lastUpdated` to the response with the `200` status
- **2022-06-22** `66dc70fad7cb` — 1 warning
  - removed the optional property `data/lastUpdated` from the response with the `200` status
- **2022-06-07** `c33de2fcf7fd` — 1 info
  - added the optional property `data/lastUpdated` to the response with the `200` status
- **2022-05-12** `e01e84a26def` — 1 warning
  - removed the optional property `data/lastUpdated` from the response with the `200` status

[Change history](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/changes/people/: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)
