---
title: "GET /movies/slug/{slug}"
method: GET
path: "/movies/slug/{slug}"
tags: ["Movies"]
---

# GET /movies/slug/{slug}

`GET /movies/slug/{slug}`

Returns movie base record search by slug

## Path parameters

- `slug` string, required

## Response `200`

response

- object
  - `data` MovieBaseRecord — base movie 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` number, double
    - `slug` string
    - `status` Status — status record
      - `id` integer, nullable
      - `keepUpdated` boolean
      - `name` string
      - `recordType` string
    - `runtime` integer, nullable
    - `year` string
  - `status` string

## Other responses

- `400` — Invalid movie slug
- `401` — Unauthorized
- `404` — Movie 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/versions/5d7caa274c72/schema)
