> ## Documentation Index
> Fetch the complete documentation index at: https://devliz.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch tv show videos

> This endpoint allows you to get the videos that belong to a TV show.



## OpenAPI

````yaml get /tv/{{series_id}}/videos
openapi: 3.0.3
info:
  title: TMDB API DOCS
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org/3
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: >-
      This section contains endpoints that let you create authentication
      sessions for TMDB Guests and User accounts.
  - name: Account
    description: >-
      This section contains endpoints that let you access and sync with TMDB
      user account information.
  - name: Certifications
    description: >-
      This section contains endpoints that provide an up-to-date list of the
      officially supported movies and TV show certifications on TMDB.
  - name: Changes
    description: >-
      This section contains endpoints that let you fetch the list of Movie IDs,
      People IDs, and TV show IDs that have been changed in the past 24 hours.
  - name: Collections
    description: >-
      This collection contains endpoints that let you fetch movie collection
      details.
  - name: Discover
    description: >-
      This section contains endpoints that let you search for movies and TV
      shows, using sorts and filters.
  - name: Configuration
    description: This section contains endpoints that let you query the API configuration.
  - name: Movies
    description: >-
      This section contains endpoints that let you fetch information about the
      movie resource.
  - name: Companies
    description: >-
      This section contains endpoints that fetch information about a movie
      production company.
  - name: Credits
    description: This section contains endpoint for credit details.
  - name: Find
    description: This section contains endpoints that let you find movie or TV data.
  - name: Genres
    description: This section contain endpoints that let you get movie and TV genres.
  - name: Search
    description: This section contains endpoints that let you search through TMDB
  - name: Keywords
    description: This section contains endpoints for keyword information in TMDB
  - name: Movie Lists
    description: >-
      This section contains endpoints that let you fetch information about list
      of movies on TMDB
  - name: Networks
    description: >-
      This section contains endpoints that let you get information about the
      streaming networks.
  - name: People Lists
    description: This section contains endpoints of list of people.
  - name: People
    description: >-
      This section contains endpoints that let you get information about a
      person.
  - name: Reviews
    description: This section contains endpoints for movie or TV reviews.
  - name: Trending
    description: This section contains endpoints for trending movies, TV shows, and people.
  - name: TV Series List
    description: This section contains endpoints for listing TV series.
  - name: TV Series
    description: >-
      This section contains endpoints that let you get information for a TV
      series by ID
  - name: TV Seasons
    description: This section contains endpoints for TV show seasons.
  - name: TV Episodes
    description: >-
      This section contains endpoints that let you query information about a TV
      episode.
  - name: TV Episode groups
    description: This section contains endpoints for TV Episode information
  - name: Watch providers
    description: >-
      This section contains endpoints that let you get information about watch
      providers.
paths:
  /tv/{{series_id}}/videos:
    parameters:
      - name: series_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Fetch tv show videos
      description: This endpoint allows you to get the videos that belong to a TV show.
      operationId: fetchTvShowVideos
      parameters:
        - name: include_video_language
          in: query
          schema:
            type: string
            example: string
          description: >-
            filter the list results by language, supports more than one value by
            using a comma
        - name: language
          in: query
          schema:
            type: string
            example: string
          description: Defaults to en-US
      responses:
        '200':
          description: Fetch tv show videos
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=5416
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 10:08:33 GMT
            ETag:
              schema:
                type: string
                example: W/"a01b52fc48e87496171e6cd0e9483eb2"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 e2e847b082ff9d1bdd61dc9c27ca0786.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: MlFj_XM752mKlEfFDU5BbhfE3ITu-_N0mZUkUxsbYJvKcAmuJhoAHw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD61-P1
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '21024'
            x-memc-expires:
              schema:
                type: string
                example: '5416'
            x-memc-key:
              schema:
                type: string
                example: 94027c049bef6a75f369dbd0e7bed155
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1399
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 64ec59a7e894a60101224a01
                        iso_3166_1:
                          type: string
                          example: US
                        iso_639_1:
                          type: string
                          example: en
                        key:
                          type: string
                          example: KPLWWIOCOOQ
                        name:
                          type: string
                          example: Game of Thrones | Official Series Trailer
                        official:
                          type: boolean
                          example: true
                        published_at:
                          type: string
                          example: '2021-04-05T16:00:07.000Z'
                        site:
                          type: string
                          example: YouTube
                        size:
                          type: number
                          example: 1080
                        type:
                          type: string
                          example: Trailer
                    example:
                      - id: 64ec59a7e894a60101224a01
                        iso_3166_1: US
                        iso_639_1: en
                        key: KPLWWIOCOOQ
                        name: Game of Thrones | Official Series Trailer
                        official: true
                        published_at: '2021-04-05T16:00:07.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 5c999b48c3a36863b73b9d42
                        iso_3166_1: US
                        iso_639_1: en
                        key: y2ZJ3lTaREY
                        name: 'Inside Game of Thrones: A Story in Camera Work'
                        official: true
                        published_at: '2019-03-25T14:00:06.000Z'
                        site: YouTube
                        size: 1080
                        type: Behind the Scenes
                      - id: 5c92c2519251412b51773135
                        iso_3166_1: US
                        iso_639_1: en
                        key: f3MUpuRF6Ck
                        name: 'Inside Game of Thrones: A Story in Prosthetics'
                        official: true
                        published_at: '2019-03-11T14:00:03.000Z'
                        site: YouTube
                        size: 1080
                        type: Behind the Scenes
                      - id: 6233756fba131b001f875249
                        iso_3166_1: US
                        iso_639_1: en
                        key: s7L2PVdrb_8
                        name: Opening Credits
                        official: true
                        published_at: '2011-04-18T20:20:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Opening Credits
                      - id: 5c9295200e0a267cd8168bd8
                        iso_3166_1: US
                        iso_639_1: en
                        key: BpJYNVhGf1s
                        name: Official Trailer
                        official: true
                        published_at: '2011-03-04T04:21:14.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 6639c6fc3a48c501344fb627
                        iso_3166_1: US
                        iso_639_1: en
                        key: hhqRmcsWqac
                        name: Iron Throne Preview
                        official: true
                        published_at: '2011-01-15T01:59:02.000Z'
                        site: YouTube
                        size: 360
                        type: Teaser
                      - id: 6639c72a3a48c5012b4fbd10
                        iso_3166_1: US
                        iso_639_1: en
                        key: nf5YvIn6XB8
                        name: Inside Game of Thrones
                        official: true
                        published_at: '2011-01-10T19:53:20.000Z'
                        site: YouTube
                        size: 360
                        type: Featurette
              examples:
                Fetch tv show videos:
                  value:
                    id: 1399
                    results:
                      - id: 64ec59a7e894a60101224a01
                        iso_3166_1: US
                        iso_639_1: en
                        key: KPLWWIOCOOQ
                        name: Game of Thrones | Official Series Trailer
                        official: true
                        published_at: '2021-04-05T16:00:07.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 5c999b48c3a36863b73b9d42
                        iso_3166_1: US
                        iso_639_1: en
                        key: y2ZJ3lTaREY
                        name: 'Inside Game of Thrones: A Story in Camera Work'
                        official: true
                        published_at: '2019-03-25T14:00:06.000Z'
                        site: YouTube
                        size: 1080
                        type: Behind the Scenes
                      - id: 5c92c2519251412b51773135
                        iso_3166_1: US
                        iso_639_1: en
                        key: f3MUpuRF6Ck
                        name: 'Inside Game of Thrones: A Story in Prosthetics'
                        official: true
                        published_at: '2019-03-11T14:00:03.000Z'
                        site: YouTube
                        size: 1080
                        type: Behind the Scenes
                      - id: 6233756fba131b001f875249
                        iso_3166_1: US
                        iso_639_1: en
                        key: s7L2PVdrb_8
                        name: Opening Credits
                        official: true
                        published_at: '2011-04-18T20:20:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Opening Credits
                      - id: 5c9295200e0a267cd8168bd8
                        iso_3166_1: US
                        iso_639_1: en
                        key: BpJYNVhGf1s
                        name: Official Trailer
                        official: true
                        published_at: '2011-03-04T04:21:14.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 6639c6fc3a48c501344fb627
                        iso_3166_1: US
                        iso_639_1: en
                        key: hhqRmcsWqac
                        name: Iron Throne Preview
                        official: true
                        published_at: '2011-01-15T01:59:02.000Z'
                        site: YouTube
                        size: 360
                        type: Teaser
                      - id: 6639c72a3a48c5012b4fbd10
                        iso_3166_1: US
                        iso_639_1: en
                        key: nf5YvIn6XB8
                        name: Inside Game of Thrones
                        official: true
                        published_at: '2011-01-10T19:53:20.000Z'
                        site: YouTube
                        size: 360
                        type: Featurette
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````