> ## 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 episode images

> Get the images that belong to a TV episode.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/1399/season/1/episode/1/images
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/tv/1399/season/1/episode/1/images:
    get:
      tags:
        - TV episodes
      summary: Get episode images
      description: Get the images that belong to a TV episode.
      operationId: getEpisodeImages
      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=17972
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 06 Jan 2025 20:03:07 GMT
            ETag:
              schema:
                type: string
                example: W/"8b912ab5d5721504be52d7991ed841d2"
            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 f37f104903bda438e8b0547be6e0c192.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: msmIiPMv0sXA-mNBNo0Mkp_D2h36Q9HR5HiMk4K9G5qLKqFZWspmNg==
            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: HIT
            x-memc-age:
              schema:
                type: string
                example: '7130'
            x-memc-expires:
              schema:
                type: string
                example: '17972'
            x-memc-key:
              schema:
                type: string
                example: 567592d5c6bb5a32cdf2b76068fd84be
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 63056
                  stills:
                    type: array
                    items:
                      type: object
                      properties:
                        aspect_ratio:
                          type: number
                          example: 1.778
                        file_path:
                          type: string
                          example: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg
                        height:
                          type: number
                          example: 1080
                        iso_639_1:
                          type: string
                          nullable: true
                          example: null
                        vote_average:
                          type: number
                          example: 6.312
                        vote_count:
                          type: number
                          example: 8
                        width:
                          type: number
                          example: 1920
                    example:
                      - aspect_ratio: 1.778
                        file_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 6.312
                        vote_count: 8
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /wrGWeW4WKxnaeA8sxJb2T9O6ryo.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 5.06
                        vote_count: 11
                        width: 1920
                      - aspect_ratio: 1.777
                        file_path: /c05nayHjwQR2uPwkQwNy4UVVQlt.jpg
                        height: 995
                        iso_639_1: en
                        vote_average: 3.334
                        vote_count: 1
                        width: 1768
                      - aspect_ratio: 1.778
                        file_path: /pyp0LgtqjgaeXzPMtXKnkuNBugV.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 4
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /w85NsRYgZQZrICE1kC9q8F2D6wS.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /g0OnOaBqSepbA8omNTfYBCl4Sbo.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /v3bGMbT5Ik86ERFBfsXFqpiMTFy.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /uaSOtAsNrXbKxOVzC31GjYxLRXJ.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /xIfvIM7YgkADTrqp23rm3CLaOVQ.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 6
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /qYqCWKoiyR845nUOotJ7rKIXGPM.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /nDkA929hW9ePdyvNure6Q0fNBWo.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /gDOWFhBTkuwhLKrFqpd7yhAwxVH.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /lYQyyPoFpFBWQ9cta2zcfZE1axn.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 0.166
                        vote_count: 1
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /9o3HXUmWaZq14tIAbBrn7e34NRZ.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /wZPID3NddTuH7lBNgsFEiXWB6Bj.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /ecDSsfUAgH9VqtdtaDdO2fi5KMF.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 3840
              examples:
                New Request:
                  value:
                    id: 63056
                    stills:
                      - aspect_ratio: 1.778
                        file_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 6.312
                        vote_count: 8
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /wrGWeW4WKxnaeA8sxJb2T9O6ryo.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 5.06
                        vote_count: 11
                        width: 1920
                      - aspect_ratio: 1.777
                        file_path: /c05nayHjwQR2uPwkQwNy4UVVQlt.jpg
                        height: 995
                        iso_639_1: en
                        vote_average: 3.334
                        vote_count: 1
                        width: 1768
                      - aspect_ratio: 1.778
                        file_path: /pyp0LgtqjgaeXzPMtXKnkuNBugV.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 4
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /w85NsRYgZQZrICE1kC9q8F2D6wS.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /g0OnOaBqSepbA8omNTfYBCl4Sbo.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /v3bGMbT5Ik86ERFBfsXFqpiMTFy.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /uaSOtAsNrXbKxOVzC31GjYxLRXJ.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /xIfvIM7YgkADTrqp23rm3CLaOVQ.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 6
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /qYqCWKoiyR845nUOotJ7rKIXGPM.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /nDkA929hW9ePdyvNure6Q0fNBWo.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /gDOWFhBTkuwhLKrFqpd7yhAwxVH.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 1.75
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /lYQyyPoFpFBWQ9cta2zcfZE1axn.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 0.166
                        vote_count: 1
                        width: 3840
                      - aspect_ratio: 1.778
                        file_path: /9o3HXUmWaZq14tIAbBrn7e34NRZ.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /wZPID3NddTuH7lBNgsFEiXWB6Bj.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /ecDSsfUAgH9VqtdtaDdO2fi5KMF.jpg
                        height: 2160
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 3840
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````