---
title: "GET /lists/{id}/extended"
method: GET
path: "/lists/{id}/extended"
tags: ["Lists"]
---

# GET /lists/{id}/extended

`GET /lists/{id}/extended`

returns a list extended record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` ListExtendedRecord — extended list 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.
    - `entities` Entity[]
      - `movieId` integer
      - `order` integer
      - `seriesId` integer
    - `id` integer
    - `image` string
    - `imageIsFallback` boolean
    - `isOfficial` boolean
    - `name` string
    - `nameTranslations` string[]
    - `overview` string
    - `overviewTranslations` string[]
    - `score` integer
    - `url` string
  - `status` string

## Other responses

- `400` — Invalid list id
- `401` — Unauthorized
- `404` — Lists 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/revisions/5d7caa274c72/schema)
