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

# GET /movies/{id}/extended

`GET /movies/{id}/extended`

Returns movie extended record

## Path parameters

- `id` number, required

## Query parameters

- `meta` 'translations'
- `short` true | false

## Response `200`

response

- object
  - `data` MovieExtendedRecord — extended 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.
    - `artworks` ArtworkBaseRecord[]
      - `height` integer
      - `id` integer
      - `image` string
      - `includesText` boolean
      - `language` string
      - `score` number
      - `thumbnail` string
      - `type` integer — The artwork type corresponds to the ids from the /artwork/types endpoint.
      - `width` integer
    - `audioLanguages` string[]
    - `awards` AwardBaseRecord[]
      - `id` integer
      - `name` string
    - `boxOffice` string
    - `boxOfficeUS` string
    - `budget` string
    - `characters` Character[]
      - `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.
      - `episode` RecordInfo — base record info
        - `image` string
        - `name` string
        - `year` string
      - `episodeId` integer, nullable
      - `id` integer
      - `image` string
      - `isFeatured` boolean
      - `movieId` integer, nullable
      - `movie` RecordInfo — base record info
        - `image` string
        - `name` string
        - `year` string
      - `name` string
      - `nameTranslations` string[]
      - `overviewTranslations` string[]
      - `peopleId` integer
      - `personImgURL` string
      - `peopleType` string
      - `seriesId` integer, nullable
      - `series` RecordInfo — base record info
        - `image` string
        - `name` string
        - `year` string
      - `sort` integer
      - `tagOptions` TagOption[]
        - `helpText` string
        - `id` integer
        - `name` string
        - `tag` integer
        - `tagName` string
      - `type` integer
      - `url` string
      - `personName` string
    - `companies` Companies — Companies by type record
      - `studio` Company[]
        - `activeDate` string
        - `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.
        - `country` string
        - `id` integer
        - `inactiveDate` string
        - `name` string
        - `nameTranslations` string[]
        - `overviewTranslations` string[]
        - `primaryCompanyType` integer, nullable
        - `slug` string
        - `parentCompany` ParentCompany — A parent company record
          - `id` integer, nullable
          - `name` string
          - `relation` CompanyRelationShip — A company relationship
            - `id` integer, nullable
            - `typeName` string
        - `tagOptions` TagOption[]
          - `helpText` string
          - `id` integer
          - `name` string
          - `tag` integer
          - `tagName` string
      - `network` Company[]
        - `activeDate` string
        - `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.
        - `country` string
        - `id` integer
        - `inactiveDate` string
        - `name` string
        - `nameTranslations` string[]
        - `overviewTranslations` string[]
        - `primaryCompanyType` integer, nullable
        - `slug` string
        - `parentCompany` ParentCompany — A parent company record
          - `id` integer, nullable
          - `name` string
          - `relation` CompanyRelationShip — A company relationship
            - `id` integer, nullable
            - `typeName` string
        - `tagOptions` TagOption[]
          - `helpText` string
          - `id` integer
          - `name` string
          - `tag` integer
          - `tagName` string
      - `production` Company[]
        - `activeDate` string
        - `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.
        - `country` string
        - `id` integer
        - `inactiveDate` string
        - `name` string
        - `nameTranslations` string[]
        - `overviewTranslations` string[]
        - `primaryCompanyType` integer, nullable
        - `slug` string
        - `parentCompany` ParentCompany — A parent company record
          - `id` integer, nullable
          - `name` string
          - `relation` CompanyRelationShip — A company relationship
            - `id` integer, nullable
            - `typeName` string
        - `tagOptions` TagOption[]
          - `helpText` string
          - `id` integer
          - `name` string
          - `tag` integer
          - `tagName` string
      - `distributor` Company[]
        - `activeDate` string
        - `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.
        - `country` string
        - `id` integer
        - `inactiveDate` string
        - `name` string
        - `nameTranslations` string[]
        - `overviewTranslations` string[]
        - `primaryCompanyType` integer, nullable
        - `slug` string
        - `parentCompany` ParentCompany — A parent company record
          - `id` integer, nullable
          - `name` string
          - `relation` CompanyRelationShip — A company relationship
            - `id` integer, nullable
            - `typeName` string
        - `tagOptions` TagOption[]
          - `helpText` string
          - `id` integer
          - `name` string
          - `tag` integer
          - `tagName` string
      - `special_effects` Company[]
        - `activeDate` string
        - `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.
        - `country` string
        - `id` integer
        - `inactiveDate` string
        - `name` string
        - `nameTranslations` string[]
        - `overviewTranslations` string[]
        - `primaryCompanyType` integer, nullable
        - `slug` string
        - `parentCompany` ParentCompany — A parent company record
          - `id` integer, nullable
          - `name` string
          - `relation` CompanyRelationShip — A company relationship
            - `id` integer, nullable
            - `typeName` string
        - `tagOptions` TagOption[]
          - `helpText` string
          - `id` integer
          - `name` string
          - `tag` integer
          - `tagName` string
    - `contentRatings` ContentRating[]
      - `id` integer
      - `name` string
      - `description` string
      - `country` string
      - `contentType` string
      - `order` integer
      - `fullName` string
    - `first_release` Release — release record
      - `country` string
      - `date` string
      - `detail` string
    - `genres` GenreBaseRecord[]
      - `id` integer
      - `name` string
      - `slug` string
    - `id` integer
    - `image` string
    - `inspirations` Inspiration[]
      - `id` integer
      - `type` string
      - `type_name` string
      - `url` string
    - `lastUpdated` string
    - `lists` ListBaseRecord[]
      - `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
    - `name` string
    - `nameTranslations` string[]
    - `originalCountry` string
    - `originalLanguage` string
    - `overviewTranslations` string[]
    - `production_countries` ProductionCountry[]
      - `id` integer
      - `country` string
      - `name` string
    - `releases` Release[]
      - `country` string
      - `date` string
      - `detail` string
    - `remoteIds` RemoteID[]
      - `id` string
      - `type` integer
      - `sourceName` string
    - `runtime` integer, nullable
    - `score` number, double
    - `slug` string
    - `spoken_languages` string[]
    - `status` Status — status record
      - `id` integer, nullable
      - `keepUpdated` boolean
      - `name` string
      - `recordType` string
    - `studios` StudioBaseRecord[]
      - `id` integer
      - `name` string
      - `parentStudio` integer
    - `subtitleLanguages` string[]
    - `tagOptions` TagOption[]
      - `helpText` string
      - `id` integer
      - `name` string
      - `tag` integer
      - `tagName` string
    - `trailers` Trailer[]
      - `id` integer
      - `language` string
      - `name` string
      - `url` string
      - `runtime` integer
    - `translations` TranslationExtended — translation extended record
      - `nameTranslations` Translation[]
        - `aliases` string[]
        - `isAlias` boolean
        - `isPrimary` boolean
        - `language` string
        - `name` string
        - `overview` string
        - `tagline` string — Only populated for movie translations. We disallow taglines without a title.
      - `overviewTranslations` Translation[]
        - `aliases` string[]
        - `isAlias` boolean
        - `isPrimary` boolean
        - `language` string
        - `name` string
        - `overview` string
        - `tagline` string — Only populated for movie translations. We disallow taglines without a title.
      - `alias` string[]
    - `year` string
  - `status` string

## Other responses

- `400` — Invalid movie id
- `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/revisions/5d7caa274c72/schema)
