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

# Get movie videos

> Get movie videos



## OpenAPI

````yaml api-reference/openapi.yaml get /3/movie/18/videos
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/movie/18/videos:
    get:
      tags:
        - Movies
      summary: Get movie videos
      description: Get movie videos
      operationId: getMovieVideos
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=8063
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 22:51:06 GMT
            ETag:
              schema:
                type: string
                example: W/"f3b6298aeade0abc4a2c593f1ed5cf68"
            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 006a0dbaf461fd645f582e94030adb18.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: '-Or4zlfh_e0o7utT8RiUw947AhO8d4BhlqA-gijNUuaZ2mm2dqwLPQ=='
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: CDG50-C1
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '20264'
            x-memc-expires:
              schema:
                type: string
                example: '8063'
            x-memc-key:
              schema:
                type: string
                example: 58670bf34b17fca003bd5c7ba71f68e5
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 18
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: string
                          example: 630de5d1ae384300790860ea
                        iso_3166_1:
                          type: string
                          example: US
                        iso_639_1:
                          type: string
                          example: en
                        key:
                          type: string
                          example: rwU0aYVc8cQ
                        name:
                          type: string
                          example: 'Film Facts from The Fifth Element | #shorts'
                        official:
                          type: boolean
                          example: true
                        published_at:
                          type: string
                          example: '2022-07-19T19:59:03.000Z'
                        site:
                          type: string
                          example: YouTube
                        size:
                          type: number
                          example: 720
                        type:
                          type: string
                          example: Featurette
                    example:
                      - id: 630de5d1ae384300790860ea
                        iso_3166_1: US
                        iso_639_1: en
                        key: rwU0aYVc8cQ
                        name: 'Film Facts from The Fifth Element | #shorts'
                        official: true
                        published_at: '2022-07-19T19:59:03.000Z'
                        site: YouTube
                        size: 720
                        type: Featurette
                      - id: 630cc36fdcb6a300835a3611
                        iso_3166_1: US
                        iso_639_1: en
                        key: 4L3Yvk-Tld0
                        name: 25th Anniversary Fathom Event
                        official: true
                        published_at: '2022-05-25T20:40:37.000Z'
                        site: YouTube
                        size: 1080
                        type: Teaser
                      - id: 6279b760160e730067acc54a
                        iso_3166_1: US
                        iso_639_1: en
                        key: 5Sg2RkdkSvk
                        name: Anniversary Trailer
                        official: true
                        published_at: '2022-05-09T22:50:06.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 645a1dd577d23b00fccb6751
                        iso_3166_1: US
                        iso_639_1: en
                        key: KXwqUMkXFiI
                        name: Zorg Being Iconic for 10 Minutes
                        official: true
                        published_at: '2021-05-31T14:30:09.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d5177d23b00fccb6707
                        iso_3166_1: US
                        iso_639_1: en
                        key: FsJp7YGLXLU
                        name: Connecting The Elements
                        official: true
                        published_at: '2021-05-16T14:30:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d61156cc700e39e88ba
                        iso_3166_1: US
                        iso_639_1: en
                        key: AqipzHYdMS4
                        name: Mangalore Crew Attacks
                        official: true
                        published_at: '2021-05-13T14:30:01.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1da13fe1600172250786
                        iso_3166_1: US
                        iso_639_1: en
                        key: bSi7h_A-Jrc
                        name: Leeloo Fights Off The Mangalore
                        official: true
                        published_at: '2021-05-12T14:30:03.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d8e6aa8e0011ca1d3ae
                        iso_3166_1: US
                        iso_639_1: en
                        key: LNOA3OX2k-8
                        name: Korben Helps Leeloo Escape
                        official: true
                        published_at: '2021-05-11T14:30:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d6e77d23b017037f352
                        iso_3166_1: US
                        iso_639_1: en
                        key: zgDvltS4XV8
                        name: Mondoshawan Spacecraft Is Ambushed
                        official: true
                        published_at: '2021-05-09T14:30:07.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d4377d23b0119e15c82
                        iso_3166_1: US
                        iso_639_1: en
                        key: vBc-7pEtxgo
                        name: Mondoshawans And The Supreme Being
                        official: true
                        published_at: '2021-05-08T14:30:07.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 630de56318864b0080e5a88f
                        iso_3166_1: US
                        iso_639_1: en
                        key: pqs9ycvKfD8
                        name: StudioCanal Trailer
                        official: true
                        published_at: '2020-08-24T09:28:37.000Z'
                        site: YouTube
                        size: 720
                        type: Trailer
                      - id: 6279b86af6fd1800673d525d
                        iso_3166_1: US
                        iso_639_1: en
                        key: FrEf8XHToGI
                        name: Trailer
                        official: true
                        published_at: '2018-08-17T17:59:48.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 578e4e63c3a3685acb013412
                        iso_3166_1: US
                        iso_639_1: en
                        key: 7-9mTiBawSM
                        name: Clip
                        official: true
                        published_at: '2013-12-26T18:42:38.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
              examples:
                New Request:
                  value:
                    id: 18
                    results:
                      - id: 630de5d1ae384300790860ea
                        iso_3166_1: US
                        iso_639_1: en
                        key: rwU0aYVc8cQ
                        name: 'Film Facts from The Fifth Element | #shorts'
                        official: true
                        published_at: '2022-07-19T19:59:03.000Z'
                        site: YouTube
                        size: 720
                        type: Featurette
                      - id: 630cc36fdcb6a300835a3611
                        iso_3166_1: US
                        iso_639_1: en
                        key: 4L3Yvk-Tld0
                        name: 25th Anniversary Fathom Event
                        official: true
                        published_at: '2022-05-25T20:40:37.000Z'
                        site: YouTube
                        size: 1080
                        type: Teaser
                      - id: 6279b760160e730067acc54a
                        iso_3166_1: US
                        iso_639_1: en
                        key: 5Sg2RkdkSvk
                        name: Anniversary Trailer
                        official: true
                        published_at: '2022-05-09T22:50:06.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 645a1dd577d23b00fccb6751
                        iso_3166_1: US
                        iso_639_1: en
                        key: KXwqUMkXFiI
                        name: Zorg Being Iconic for 10 Minutes
                        official: true
                        published_at: '2021-05-31T14:30:09.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d5177d23b00fccb6707
                        iso_3166_1: US
                        iso_639_1: en
                        key: FsJp7YGLXLU
                        name: Connecting The Elements
                        official: true
                        published_at: '2021-05-16T14:30:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d61156cc700e39e88ba
                        iso_3166_1: US
                        iso_639_1: en
                        key: AqipzHYdMS4
                        name: Mangalore Crew Attacks
                        official: true
                        published_at: '2021-05-13T14:30:01.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1da13fe1600172250786
                        iso_3166_1: US
                        iso_639_1: en
                        key: bSi7h_A-Jrc
                        name: Leeloo Fights Off The Mangalore
                        official: true
                        published_at: '2021-05-12T14:30:03.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d8e6aa8e0011ca1d3ae
                        iso_3166_1: US
                        iso_639_1: en
                        key: LNOA3OX2k-8
                        name: Korben Helps Leeloo Escape
                        official: true
                        published_at: '2021-05-11T14:30:02.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d6e77d23b017037f352
                        iso_3166_1: US
                        iso_639_1: en
                        key: zgDvltS4XV8
                        name: Mondoshawan Spacecraft Is Ambushed
                        official: true
                        published_at: '2021-05-09T14:30:07.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 645a1d4377d23b0119e15c82
                        iso_3166_1: US
                        iso_639_1: en
                        key: vBc-7pEtxgo
                        name: Mondoshawans And The Supreme Being
                        official: true
                        published_at: '2021-05-08T14:30:07.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
                      - id: 630de56318864b0080e5a88f
                        iso_3166_1: US
                        iso_639_1: en
                        key: pqs9ycvKfD8
                        name: StudioCanal Trailer
                        official: true
                        published_at: '2020-08-24T09:28:37.000Z'
                        site: YouTube
                        size: 720
                        type: Trailer
                      - id: 6279b86af6fd1800673d525d
                        iso_3166_1: US
                        iso_639_1: en
                        key: FrEf8XHToGI
                        name: Trailer
                        official: true
                        published_at: '2018-08-17T17:59:48.000Z'
                        site: YouTube
                        size: 1080
                        type: Trailer
                      - id: 578e4e63c3a3685acb013412
                        iso_3166_1: US
                        iso_639_1: en
                        key: 7-9mTiBawSM
                        name: Clip
                        official: true
                        published_at: '2013-12-26T18:42:38.000Z'
                        site: YouTube
                        size: 1080
                        type: Clip
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````