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

# Images

> This endpoint get the images that belong to a TV episode.



## OpenAPI

````yaml api-reference/openapi3.json get /3/tv/{series_id}/season/{season_number}/episode/{episode_number}/images
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}/season/{season_number}/episode/{episode_number}/images:
    get:
      tags:
        - TV EPISODES
      summary: Images
      description: This endpoint get the images that belong to a TV episode.
      operationId: images7
      parameters:
        - name: include_image_language
          in: query
          description: >-
            Filters returned images based on specified languages. specify a
            comma separated list of ISO-639-1 values to query, for example;
            ```en,null```
          schema:
            type: string
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/season_number'
        - $ref: '#/components/parameters/series_id'
        - $ref: '#/components/parameters/episode_number'
      responses:
        '200':
          description: images
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=3489
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 06 Jan 2025 00:14:09 GMT
            ETag:
              schema:
                type: string
                example: W/"c9a04e1662ca19a6b7365d517de1b07b"
            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 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: o444vMwd-U5DUGC3OPwZFIAbjOfX2tggy2QlwJfSCNazz1-AJZ1amQ==
            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: '21657'
            x-memc-expires:
              schema:
                type: string
                example: '3489'
            x-memc-key:
              schema:
                type: string
                example: df5e8bd4e1a3df631bccb1ef3463673d
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 62085
                  stills:
                    type: array
                    items:
                      type: object
                      properties:
                        aspect_ratio:
                          type: number
                          example: 1.778
                        file_path:
                          type: string
                          example: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg
                        height:
                          type: number
                          example: 1080
                        iso_639_1:
                          nullable: true
                          example: null
                        vote_average:
                          type: number
                          example: 3.334
                        vote_count:
                          type: number
                          example: 2
                        width:
                          type: number
                          example: 1920
                    example:
                      - aspect_ratio: 1.778
                        file_path: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 3.334
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 3.334
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /88Z0fMP8a88EpQWMCs1593G0ngu.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 3
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 2.066
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
              examples:
                images:
                  value:
                    id: 62085
                    stills:
                      - aspect_ratio: 1.778
                        file_path: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 3.334
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 3.334
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /88Z0fMP8a88EpQWMCs1593G0ngu.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 3
                        vote_count: 2
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 2.066
                        vote_count: 5
                        width: 1920
                      - aspect_ratio: 1.778
                        file_path: /37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg
                        height: 1080
                        iso_639_1: null
                        vote_average: 0
                        vote_count: 0
                        width: 1920
components:
  parameters:
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    season_number:
      name: season_number
      in: path
      required: true
      description: >-
        This refers to the numerical identifier assigned to a specific season of
        a TV series.
      schema:
        type: integer
        example: ''
    series_id:
      name: series_id
      in: path
      required: true
      description: >-
        This refers to a unique identifier assigned to a television series
        within the database.
      schema:
        type: integer
        example: ''
    episode_number:
      name: episode_number
      in: path
      required: true
      description: >-
        This refers to the unique number assigned to a specific episode within a
        season of a television series.
      schema:
        type: integer
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````