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

# GET /people

`GET /people`

Returns a list of people base records with the basic attributes.

## Query parameters

- `page` number

## Response `200`

response

- object
  - `data` PeopleBaseRecord[]
    - `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
  - `links` Links — Links for next, previous and current record
    - `prev` string, nullable
    - `self` string, nullable
    - `next` string
    - `total_items` integer
    - `page_size` integer

## Other responses

- `401` — Unauthorized

## Changes

- **2026-07-17** `5d7caa274c72` — 2 breaking
  - the response property `links/prev` became nullable for the status `200`
  - the response property `links/self` became nullable for the status `200`
- **2022-07-12** `7cfc67e90b13` — 1 info
  - added the optional property `data/items/lastUpdated` to the response with the `200` status
- **2022-06-25** `4626b0079a8b` — 1 info
  - endpoint added
- **2022-06-25** `850e2eecb98c` — 1 breaking
  - api path removed without deprecation
- **2022-06-22** `66dc70fad7cb` — 1 warning
  - removed the optional property `data/items/lastUpdated` from the response with the `200` status

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