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

# GET /seasons/{id}

`GET /seasons/{id}`

Returns season base record

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` SeasonBaseRecord — season genre record
    - `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
            - `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
    - `seriesId` integer
    - `type` SeasonType — season type record
      - `alternateName` string
      - `id` integer
      - `name` string
      - `type` string
    - `year` string
  - `status` string

## Other responses

- `400` — Invalid season id
- `401` — Unauthorized
- `404` — Season not found

## Changes

- **2024-03-24** `f825d3005872` — 5 breaking
  - the response property `data/companies/distributor/items/primaryCompanyType` became nullable for the status `200`
  - the response property `data/companies/network/items/primaryCompanyType` became nullable for the status `200`
  - the response property `data/companies/production/items/primaryCompanyType` became nullable for the status `200`
  - the response property `data/companies/special_effects/items/primaryCompanyType` became nullable for the status `200`
  - …1 more
- **2024-02-08** `8cb67a07c134` — 60 warning
  - removed the optional property `data/companies/distributor/activeDate` from the response with the `200` status
  - removed the optional property `data/companies/distributor/aliases` from the response with the `200` status
  - removed the optional property `data/companies/distributor/country` from the response with the `200` status
  - removed the optional property `data/companies/distributor/id` from the response with the `200` status
  - …56 more
- **2022-08-09** `499c304033fa` — 1 info
  - added the optional property `data/year` to the response with the `200` status
- **2022-08-09** `925b928e7ab9` — 1 warning
  - removed the optional property `data/year` from the response with the `200` status
- **2022-08-09** `fa722c514523` — 1 info
  - added the optional property `data/year` to the response with the `200` status

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