---
title: "GET /episodes/{id}/extended"
method: GET
path: "/episodes/{id}/extended"
tags: ["Episodes"]
---

# GET /episodes/{id}/extended

`GET /episodes/{id}/extended`

Returns episode extended record

## Path parameters

- `id` number, required

## Query parameters

- `meta` 'translations'

## Response `200`

response

- object
  - `data` EpisodeExtendedRecord — extended episode record
    - `aired` string
    - `airsAfterSeason` integer
    - `airsBeforeEpisode` integer
    - `airsBeforeSeason` integer
    - `awards` AwardBaseRecord[]
      - `id` integer
      - `name` 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` 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
    - `finaleType` string — season, midseason, or series
    - `id` integer
    - `image` string
    - `imageType` integer, nullable
    - `isMovie` integer
    - `lastUpdated` string
    - `linkedMovie` integer
    - `name` string
    - `nameTranslations` string[]
    - `networks` 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
    - `nominations` AwardNomineeBaseRecord[]
      - `character` Character — character 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.
        - `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
      - `details` string
      - `episode` EpisodeBaseRecord — base episode record
        - `absoluteNumber` integer
        - `aired` string
        - `airsAfterSeason` integer
        - `airsBeforeEpisode` integer
        - `airsBeforeSeason` integer
        - `finaleType` string — season, midseason, or series
        - `id` integer
        - `image` string
        - `imageType` integer, nullable
        - `isMovie` integer
        - `lastUpdated` string
        - `linkedMovie` integer
        - `name` string
        - `nameTranslations` string[]
        - `number` integer
        - `overview` string
        - `overviewTranslations` string[]
        - `runtime` integer, nullable
        - `seasonNumber` integer
        - `seasons` SeasonBaseRecord[]
          - `id` integer
          - `image` string
          - `imageType` integer
          - `lastUpdated` string
          - `name` string
          - `nameTranslations` string[]
          - `number` integer
          - `overviewTranslations` string[]
          - `companies` Companies — Companies by type record
            - `studio` Company[]
              - …
            - `network` Company[]
              - …
            - `production` Company[]
              - …
            - `distributor` Company[]
              - …
            - `special_effects` Company[]
              - …
          - `seriesId` integer
          - `type` SeasonType — season type record
            - `alternateName` string
            - `id` integer
            - `name` string
            - `type` string
          - `year` string
        - `seriesId` integer
        - `seasonName` string
        - `year` string
      - `id` integer
      - `isWinner` boolean
      - `movie` 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
      - `series` SeriesBaseRecord — The base record for a series. All series airs time like firstAired, lastAired, nextAired, etc. are in US EST for US series, and for all non-US series, the time of the show’s country capital or most populous city. For streaming services, is the official release time. See https://support.thetvdb.com/kb/faq.php?id=29.
        - `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.
        - `averageRuntime` integer, nullable
        - `country` string
        - `defaultSeasonType` integer
        - `episodes` EpisodeBaseRecord[]
          - `absoluteNumber` integer
          - `aired` string
          - `airsAfterSeason` integer
          - `airsBeforeEpisode` integer
          - `airsBeforeSeason` integer
          - `finaleType` string — season, midseason, or series
          - `id` integer
          - `image` string
          - `imageType` integer, nullable
          - `isMovie` integer
          - `lastUpdated` string
          - `linkedMovie` integer
          - `name` string
          - `nameTranslations` string[]
          - `number` integer
          - `overview` string
          - `overviewTranslations` string[]
          - `runtime` integer, nullable
          - `seasonNumber` integer
          - `seasons` SeasonBaseRecord[]
            - `id` integer
            - `image` string
            - `imageType` integer
            - `lastUpdated` string
            - `name` string
            - `nameTranslations` string[]
            - `number` integer
            - `overviewTranslations` string[]
            - `companies` Companies — Companies by type record
              - …
            - `seriesId` integer
            - `type` SeasonType — season type record
              - …
            - `year` string
          - `seriesId` integer
          - `seasonName` string
          - `year` string
        - `firstAired` string
        - `id` integer
        - `image` string
        - `isOrderRandomized` boolean
        - `lastAired` string
        - `lastUpdated` string
        - `name` string
        - `nameTranslations` string[]
        - `nextAired` string
        - `originalCountry` string
        - `originalLanguage` string
        - `overviewTranslations` string[]
        - `score` number, double
        - `slug` string
        - `status` Status — status record
          - `id` integer, nullable
          - `keepUpdated` boolean
          - `name` string
          - `recordType` string
        - `year` string
      - `year` string
      - `category` string
      - `name` string
    - `number` integer
    - `overview` string
    - `overviewTranslations` string[]
    - `productionCode` string
    - `remoteIds` RemoteID[]
      - `id` string
      - `type` integer
      - `sourceName` string
    - `runtime` integer, nullable
    - `seasonNumber` integer
    - `seasons` SeasonBaseRecord[]
      - `id` integer
      - `image` string
      - `imageType` integer
      - `lastUpdated` string
      - `name` string
      - `nameTranslations` string[]
      - `number` integer
      - `overviewTranslations` 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
              - …
          - `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
              - …
          - `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
              - …
          - `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
              - …
          - `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
              - …
          - `tagOptions` TagOption[]
            - `helpText` string
            - `id` integer
            - `name` string
            - `tag` integer
            - `tagName` string
      - `seriesId` integer
      - `type` SeasonType — season type record
        - `alternateName` string
        - `id` integer
        - `name` string
        - `type` string
      - `year` string
    - `seriesId` integer
    - `studios` 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
    - `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 episode id
- `401` — Unauthorized
- `404` — Episode 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)
