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

# GET /lists/slug/{slug}

`GET /lists/slug/{slug}`

returns an list base record search by slug

## Path parameters

- `slug` string, required

## Response `200`

response

- object
  - `data` ListBaseRecord — base 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.
    - `id` integer
    - `image` string
    - `imageIsFallback` boolean
    - `isOfficial` boolean
    - `name` string
    - `nameTranslations` string[]
    - `overview` string
    - `overviewTranslations` string[]
    - `remoteIds` RemoteID[]
      - `id` string
      - `type` integer
      - `sourceName` string
    - `tags` TagOption[]
      - `helpText` string
      - `id` integer
      - `name` string
      - `tag` integer
      - `tagName` string
    - `score` integer
    - `url` string
  - `status` string

## Other responses

- `400` — Invalid list slug
- `401` — Unauthorized
- `404` — List not found

## Changes

- **2022-09-22** `490e38162ae8` — 1 info
  - endpoint added
- **2022-05-12** `e01e84a26def` — 1 breaking
  - api path removed without deprecation

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