---
title: "GET /series"
method: GET
path: "/series"
tags: ["Series"]
---

# GET /series

`GET /series`

returns list of series base records

## Query parameters

- `page` number

## Response `200`

response

- object
  - `data` SeriesBaseRecord[]
    - `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
    - `country` string
    - `defaultSeasonType` integer
    - `episodes` EpisodeBaseRecord[]
      - `aired` string
      - `airsAfterSeason` integer
      - `airsBeforeEpisode` integer
      - `airsBeforeSeason` integer
      - `finaleType` string — season, midseason, or series
      - `id` integer
      - `image` string
      - `imageType` integer
      - `isMovie` integer
      - `lastUpdated` string
      - `linkedMovie` integer
      - `name` string
      - `nameTranslations` string[]
      - `number` integer
      - `overview` string
      - `overviewTranslations` string[]
      - `runtime` integer
      - `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 — A company record
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `network` Company — A company record
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `production` Company — A company record
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `distributor` Company — A company record
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer
            - `slug` string
            - `parentCompany` ParentCompany — A parent company record
              - …
            - `tagOptions` TagOption[]
              - …
          - `special_effects` Company — A company record
            - `activeDate` string
            - `aliases` Alias[]
              - …
            - `country` string
            - `id` integer
            - `inactiveDate` string
            - `name` string
            - `nameTranslations` string[]
            - `overviewTranslations` string[]
            - `primaryCompanyType` integer
            - `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
    - `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
      - `keepUpdated` boolean
      - `name` string
      - `recordType` string
    - `year` string
  - `status` string
  - `links` Links — Links for next, previous and current record
    - `prev` string
    - `self` string
    - `next` string
    - `total_items` integer
    - `page_size` integer

## Other responses

- `401` — Unauthorized

## Changes

- **2022-10-04** `ad6b2826f387` — 1 info
  - added the optional property `data/items/episodes/items/linkedMovie` to the response with the `200` status
- **2022-08-09** `499c304033fa` — 3 info
  - added the optional property `data/items/episodes/items/seasons/items/year` to the response with the `200` status
  - added the optional property `data/items/episodes/items/year` to the response with the `200` status
  - added the optional property `data/items/year` to the response with the `200` status
- **2022-08-09** `925b928e7ab9` — 3 warning
  - removed the optional property `data/items/episodes/items/seasons/items/year` from the response with the `200` status
  - removed the optional property `data/items/episodes/items/year` from the response with the `200` status
  - removed the optional property `data/items/year` from the response with the `200` status
- **2022-08-09** `fa722c514523` — 3 info
  - added the optional property `data/items/episodes/items/seasons/items/year` to the response with the `200` status
  - added the optional property `data/items/episodes/items/year` to the response with the `200` status
  - added the optional property `data/items/year` to the response with the `200` status
- **2022-08-01** `b04adee4ad32` — 1 info
  - added the optional property `data/items/slug` to the response with the `200` status

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