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

# Videos

> This endpoint retrieves a list of videos that belong to a TV show.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}/videos
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/tv/{{series_id}}/videos:
    parameters:
      - name: series_id
        in: path
        description: >-
          This represents the series ID. Get it
          [here](https://starlight.mintlify.app/api-reference/seriesid)
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Videos
      description: This endpoint retrieves a list of videos that belong to a TV show.
      operationId: videos1
      parameters:
        - name: include_video_language
          in: query
          schema:
            type: string
            example: french, korea
          description: >-
            This represents the language of the video you want to retrieve. It
            supports more than one value by using a comma.
      responses:
        '200':
          description: Videos
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=26162
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 29 Dec 2024 20:59:44 GMT
            ETag:
              schema:
                type: string
                example: W/"fe910b106312953ac6c4a469aaddd464"
            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 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: JRFMBkPXZQg_APUsOxpTaVPEI6ObrxsLe6UccUTCIjTBjHJac641PQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '26162'
            x-memc-key:
              schema:
                type: string
                example: 531f02847a40c60351680b08da074dda
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 93405
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 61310236f0647c00426c1680
                        iso_3166_1:
                          type: string
                          example: US
                        iso_639_1:
                          type: string
                          example: en
                        key:
                          type: string
                          example: oqxAJKy0ii4
                        name:
                          type: string
                          example: Official Trailer [Subtitled]
                        official:
                          type: boolean
                          example: true
                        published_at:
                          type: string
                          example: '2021-09-02T00:00:02.000Z'
                        site:
                          type: string
                          example: YouTube
                        size:
                          type: number
                          example: 1080
                        type:
                          type: string
                          example: Trailer
                    example:
                      - id: 61310236f0647c00426c1680
                        iso_3166_1: US
                        iso_639_1: en
                        key: oqxAJKy0ii4
                        name: Official Trailer [Subtitled]
                        official: true
                        published_at: '2021-09-02T00:00:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 6113e3355c5634007d4dbfec
                        iso_3166_1: US
                        iso_639_1: en
                        key: 5oFn2eodVD0
                        name: 'Official Teaser #1 [ENG SUB]'
                        official: true
                        published_at: '2021-08-11T06:36:46.000Z'
                        site: YouTube
                        size: 1080
                        type: Teaser
              examples:
                Videos:
                  value:
                    id: 93405
                    results:
                      - id: 61310236f0647c00426c1680
                        iso_3166_1: US
                        iso_639_1: en
                        key: oqxAJKy0ii4
                        name: Official Trailer [Subtitled]
                        official: true
                        published_at: '2021-09-02T00:00:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 6113e3355c5634007d4dbfec
                        iso_3166_1: US
                        iso_639_1: en
                        key: 5oFn2eodVD0
                        name: 'Official Teaser #1 [ENG SUB]'
                        official: true
                        published_at: '2021-08-11T06:36:46.000Z'
                        site: YouTube
                        size: 1080
                        type: Teaser
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````