---
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

---

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