---
title: "GET /seasons/{id}/extended"
method: GET
path: "/seasons/{id}/extended"
tags: ["Seasons"]
---

# GET /seasons/{id}/extended

`GET /seasons/{id}/extended`

Returns season extended record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` SeasonExtendedRecord — extended season record
    - `artwork` 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
    - `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
    - `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
          - `studio` Company[]
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer, nullable
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `network` Company[]
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer, nullable
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `production` Company[]
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer, nullable
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `distributor` Company[]
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer, nullable
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `special_effects` Company[]
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer, nullable
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
        - `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
    - `image` string
    - `imageType` integer
    - `lastUpdated` string
    - `name` string
    - `nameTranslations` string[]
    - `number` integer
    - `overviewTranslations` string[]
    - `seriesId` integer
    - `trailers` Trailer[]
      - `id` integer
      - `language` string
      - `name` string
      - `url` string
      - `runtime` integer
    - `type` SeasonType — season type record
      - `alternateName` string
      - `id` integer
      - `name` string
      - `type` string
    - `tagOptions` TagOption[]
      - `helpText` string
      - `id` integer
      - `name` string
      - `tag` integer
      - `tagName` string
    - `translations` 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.
    - `year` string
  - `status` string

## Other responses

- `400` — Invalid seasons id
- `401` — Unauthorized
- `404` — Season 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)
