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

# Details

> This endpoint get the details of a TV episode.



## OpenAPI

````yaml get /3/tv/{series_id}/season/{season_number}/episode/{episode_number}
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}/season/{season_number}/episode/{episode_number}:
    parameters:
      - name: season_number
        in: path
        required: true
        schema:
          type: integer
          example: 2
      - name: episode_number
        in: path
        required: true
        schema:
          type: integer
          example: 4
    get:
      tags:
        - TV EPISODES
      summary: Details
      description: This endpoint get the details of a TV episode.
      operationId: details13
      parameters:
        - name: append_to_response
          description: >-
            comma separated list of endpoints within this namespace, 20 items
            max
          in: query
          schema:
            type: string
        - name: language
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: Details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=23409
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 08:05:15 GMT
            ETag:
              schema:
                type: string
                example: W/"a52dad25597e8501bbfad1ea69f3e40a"
            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 a48ca718f5ae1bfdc24c87b7e08cdaea.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: OhhlFwTLTW-1jwPPaLt_WaFpMULy_edR56uu3e1WYI1Jo81Gb8LJqg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '786'
            x-memc-expires:
              schema:
                type: string
                example: '23409'
            x-memc-key:
              schema:
                type: string
                example: 7874d65b40387a83fe9c4e1771c0fb57
          content:
            application/json:
              schema:
                type: object
                properties:
                  air_date:
                    type: string
                    example: '2005-10-02'
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        credit_id:
                          type: string
                          example: 5256e7fd19c2956ff60e675e
                        department:
                          type: string
                          example: Writing
                        gender:
                          type: number
                          example: 0
                        id:
                          type: number
                          example: 1217228
                        job:
                          type: string
                          example: Writer
                        known_for_department:
                          type: string
                          example: Writing
                        name:
                          type: string
                          example: Steve Hely
                        original_name:
                          type: string
                          example: Steve Hely
                        popularity:
                          type: number
                          example: 0.606
                        profile_path:
                          nullable: true
                          example: null
                    example:
                      - adult: false
                        credit_id: 5256e7fd19c2956ff60e675e
                        department: Writing
                        gender: 0
                        id: 1217228
                        job: Writer
                        known_for_department: Writing
                        name: Steve Hely
                        original_name: Steve Hely
                        popularity: 0.606
                        profile_path: null
                      - adult: false
                        credit_id: 5e0c50318586780018bf0a86
                        department: Directing
                        gender: 0
                        id: 2109832
                        job: Director
                        known_for_department: Directing
                        name: Albert Calleros
                        original_name: Albert Calleros
                        popularity: 1.039
                        profile_path: null
                  episode_number:
                    type: number
                    example: 4
                  guest_stars:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Gretchen Grossbard (voice)
                        credit_id:
                          type: string
                          example: 5256e82819c2956ff60ea87f
                        gender:
                          type: number
                          example: 1
                        id:
                          type: number
                          example: 1224129
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Sherry Weston
                        order:
                          type: number
                          example: 593
                        original_name:
                          type: string
                          example: Sherry Weston
                        popularity:
                          type: number
                          example: 1.077
                        profile_path:
                          type: string
                          example: /6nLRsFRckudXt33D0wHer3oGyHl.jpg
                    example:
                      - adult: false
                        character: Gretchen Grossbard (voice)
                        credit_id: 5256e82819c2956ff60ea87f
                        gender: 1
                        id: 1224129
                        known_for_department: Acting
                        name: Sherry Weston
                        order: 593
                        original_name: Sherry Weston
                        popularity: 1.077
                        profile_path: /6nLRsFRckudXt33D0wHer3oGyHl.jpg
                      - adult: false
                        character: Jackson / Charlie (voice)
                        credit_id: 5baa82e892514150e8005401
                        gender: 2
                        id: 1219665
                        known_for_department: Acting
                        name: Mike Henry
                        order: 1317
                        original_name: Mike Henry
                        popularity: 3.495
                        profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                      - adult: false
                        character: Father Donovan (voice)
                        credit_id: 5256e7e319c2956ff60e4573
                        gender: 2
                        id: 80742
                        known_for_department: Acting
                        name: Martin Mull
                        order: 1555
                        original_name: Martin Mull
                        popularity: 11.209
                        profile_path: /wthyliVHLrgvKUIRI1WXfEw9pjL.jpg
                      - adult: false
                        character: Avery Bullock (voice)
                        credit_id: 5eff1470f031740039540c47
                        gender: 2
                        id: 2387
                        known_for_department: Acting
                        name: Patrick Stewart
                        order: 2049
                        original_name: Patrick Stewart
                        popularity: 26.38
                        profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                      - adult: false
                        character: Jack Smith (voice)
                        credit_id: 5f1aa245b3440900329d53d8
                        gender: 2
                        id: 31162
                        known_for_department: Acting
                        name: Daran Norris
                        order: 2060
                        original_name: Daran Norris
                        popularity: 4.407
                        profile_path: /oLaegqPwuEdNNJVqrvcgI6guYsi.jpg
                      - adult: false
                        character: Snot Lonstein (voice)
                        credit_id: 5b377abc9251413c91034df4
                        gender: 2
                        id: 87003
                        known_for_department: Acting
                        name: Curtis Armstrong
                        order: 2065
                        original_name: Curtis Armstrong
                        popularity: 15.548
                        profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                  id:
                    type: number
                    example: 66036
                  name:
                    type: string
                    example: Con Heir
                  overview:
                    type: string
                    example: >-
                      When Stan's father passes away, Stan reveals his real
                      father is actually Jack Smith, a super suave spy. Jack
                      convinces Stan to quit the CIA and work with him at the
                      Scarlet Alliance, an ultra-secret spy group. Francine is
                      upset with Stan, who is busy training with Jack for a
                      mission involving uranium, artwork and terrorists. But
                      when the FBI shows up at the Smiths' house looking for an
                      international jewel thief, Francine suspects Jack is the
                      fake.
                  production_code:
                    type: string
                    example: 1AJN11
                  runtime:
                    type: number
                    example: 22
                  season_number:
                    type: number
                    example: 2
                  still_path:
                    type: string
                    example: /9FnrNfhubbyQNFIJgcQ6EWHJEQU.jpg
                  vote_average:
                    type: number
                    example: 6.583
                  vote_count:
                    type: number
                    example: 12
              examples:
                Details:
                  value:
                    air_date: '2005-10-02'
                    crew:
                      - adult: false
                        credit_id: 5256e7fd19c2956ff60e675e
                        department: Writing
                        gender: 0
                        id: 1217228
                        job: Writer
                        known_for_department: Writing
                        name: Steve Hely
                        original_name: Steve Hely
                        popularity: 0.606
                        profile_path: null
                      - adult: false
                        credit_id: 5e0c50318586780018bf0a86
                        department: Directing
                        gender: 0
                        id: 2109832
                        job: Director
                        known_for_department: Directing
                        name: Albert Calleros
                        original_name: Albert Calleros
                        popularity: 1.039
                        profile_path: null
                    episode_number: 4
                    guest_stars:
                      - adult: false
                        character: Gretchen Grossbard (voice)
                        credit_id: 5256e82819c2956ff60ea87f
                        gender: 1
                        id: 1224129
                        known_for_department: Acting
                        name: Sherry Weston
                        order: 593
                        original_name: Sherry Weston
                        popularity: 1.077
                        profile_path: /6nLRsFRckudXt33D0wHer3oGyHl.jpg
                      - adult: false
                        character: Jackson / Charlie (voice)
                        credit_id: 5baa82e892514150e8005401
                        gender: 2
                        id: 1219665
                        known_for_department: Acting
                        name: Mike Henry
                        order: 1317
                        original_name: Mike Henry
                        popularity: 3.495
                        profile_path: /4b2315JgnH0O0hJPwLvl01EZEjo.jpg
                      - adult: false
                        character: Father Donovan (voice)
                        credit_id: 5256e7e319c2956ff60e4573
                        gender: 2
                        id: 80742
                        known_for_department: Acting
                        name: Martin Mull
                        order: 1555
                        original_name: Martin Mull
                        popularity: 11.209
                        profile_path: /wthyliVHLrgvKUIRI1WXfEw9pjL.jpg
                      - adult: false
                        character: Avery Bullock (voice)
                        credit_id: 5eff1470f031740039540c47
                        gender: 2
                        id: 2387
                        known_for_department: Acting
                        name: Patrick Stewart
                        order: 2049
                        original_name: Patrick Stewart
                        popularity: 26.38
                        profile_path: /wEy5qSDT5jT3ZASc2hbwi59voPL.jpg
                      - adult: false
                        character: Jack Smith (voice)
                        credit_id: 5f1aa245b3440900329d53d8
                        gender: 2
                        id: 31162
                        known_for_department: Acting
                        name: Daran Norris
                        order: 2060
                        original_name: Daran Norris
                        popularity: 4.407
                        profile_path: /oLaegqPwuEdNNJVqrvcgI6guYsi.jpg
                      - adult: false
                        character: Snot Lonstein (voice)
                        credit_id: 5b377abc9251413c91034df4
                        gender: 2
                        id: 87003
                        known_for_department: Acting
                        name: Curtis Armstrong
                        order: 2065
                        original_name: Curtis Armstrong
                        popularity: 15.548
                        profile_path: /3ZAX6NoU47Qshk0svFxkEcJ5fhI.jpg
                    id: 66036
                    name: Con Heir
                    overview: >-
                      When Stan's father passes away, Stan reveals his real
                      father is actually Jack Smith, a super suave spy. Jack
                      convinces Stan to quit the CIA and work with him at the
                      Scarlet Alliance, an ultra-secret spy group. Francine is
                      upset with Stan, who is busy training with Jack for a
                      mission involving uranium, artwork and terrorists. But
                      when the FBI shows up at the Smiths' house looking for an
                      international jewel thief, Francine suspects Jack is the
                      fake.
                    production_code: 1AJN11
                    runtime: 22
                    season_number: 2
                    still_path: /9FnrNfhubbyQNFIJgcQ6EWHJEQU.jpg
                    vote_average: 6.583
                    vote_count: 12
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````