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

# Details

> This endpoint queries 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: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/tv/{{series_id}}/season/{{season_number}}/episode/{{episode_number}}:
    parameters:
      - name: series_id
        in: path
        required: true
        schema:
          type: string
      - name: season_number
        in: path
        required: true
        schema:
          type: string
      - name: episode_number
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TV EPISODES
      summary: Details
      description: This endpoint queries the details of a TV episode.
      operationId: details10
      responses:
        '200':
          description: Details Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=9375
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 13 Jan 2025 13:30:52 GMT
            ETag:
              schema:
                type: string
                example: W/"c41f6936379d80f484c59347d8dcdd57"
            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 f6eede9416393de137afc2f11d733fec.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: MUfWYcBJy7Qf2TwsUVQESK93fHp_Cte7zq__MmovkEx5nv18nW4m7w==
            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: '16086'
            x-memc-expires:
              schema:
                type: string
                example: '9375'
            x-memc-key:
              schema:
                type: string
                example: 5dfb309e1fe1a24670dbe8dc86fb8187
          content:
            application/json:
              schema:
                type: object
                properties:
                  air_date:
                    type: string
                    example: '2011-04-24'
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        credit_id:
                          type: string
                          example: 5256c8a019c2956ff6046e2b
                        department:
                          type: string
                          example: Writing
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 9813
                        job:
                          type: string
                          example: Writer
                        known_for_department:
                          type: string
                          example: Writing
                        name:
                          type: string
                          example: David Benioff
                        original_name:
                          type: string
                          example: David Benioff
                        popularity:
                          type: number
                          example: 17.559
                        profile_path:
                          type: string
                          nullable: true
                          example: /xvNN5huL0X8yJ7h3IZfGG4O2zBD.jpg
                    example:
                      - adult: false
                        credit_id: 5256c8a019c2956ff6046e2b
                        department: Writing
                        gender: 2
                        id: 9813
                        job: Writer
                        known_for_department: Writing
                        name: David Benioff
                        original_name: David Benioff
                        popularity: 17.559
                        profile_path: /xvNN5huL0X8yJ7h3IZfGG4O2zBD.jpg
                      - adult: false
                        credit_id: 5256c8a219c2956ff6046e4b
                        department: Writing
                        gender: 2
                        id: 228068
                        job: Writer
                        known_for_department: Writing
                        name: D. B. Weiss
                        original_name: D. B. Weiss
                        popularity: 5.656
                        profile_path: /2RMejaT793U9KRk2IEbFfteQntE.jpg
                      - adult: false
                        credit_id: 5256c8a219c2956ff6046e77
                        department: Directing
                        gender: 2
                        id: 44797
                        job: Director
                        known_for_department: Directing
                        name: Tim Van Patten
                        original_name: Tim Van Patten
                        popularity: 8.468
                        profile_path: /vwcARZBg4PEzOwnPsXdjRWeUVrZ.jpg
                      - adult: false
                        credit_id: 54eef2429251417974005cb6
                        department: Camera
                        gender: 2
                        id: 1318704
                        job: Director of Photography
                        known_for_department: Directing
                        name: Alik Sakharov
                        original_name: Алик Сахаров
                        popularity: 9.883
                        profile_path: /zFUFjjsVNLJox9Y08rbOf9wHTbB.jpg
                      - adult: false
                        credit_id: 54eef2ab925141795f005d4f
                        department: Editing
                        gender: 2
                        id: 18077
                        job: Editor
                        known_for_department: Editing
                        name: Oral Norrie Ottey
                        original_name: Oral Norrie Ottey
                        popularity: 1.819
                        profile_path: null
                  episode_number:
                    type: number
                    example: 2
                  guest_stars:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Benjen Stark
                        credit_id:
                          type: string
                          example: 5256c8b919c2956ff604836a
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 119783
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Joseph Mawle
                        order:
                          type: number
                          example: 61
                        original_name:
                          type: string
                          example: Joseph Mawle
                        popularity:
                          type: number
                          example: 21.607
                        profile_path:
                          type: string
                          example: /1Ocb9v3h54beGVoJMm4w50UQhLf.jpg
                    example:
                      - adult: false
                        character: Benjen Stark
                        credit_id: 5256c8b919c2956ff604836a
                        gender: 2
                        id: 119783
                        known_for_department: Acting
                        name: Joseph Mawle
                        order: 61
                        original_name: Joseph Mawle
                        popularity: 21.607
                        profile_path: /1Ocb9v3h54beGVoJMm4w50UQhLf.jpg
                      - adult: false
                        character: Doreah
                        credit_id: 57520a4ac3a368520c0000aa
                        gender: 1
                        id: 228969
                        known_for_department: Acting
                        name: Roxanne McKee
                        order: 70
                        original_name: Roxanne McKee
                        popularity: 26.314
                        profile_path: /6yIEG1guFsPIHTT3UsagYVrG6Am.jpg
                      - adult: false
                        character: Jhiqui
                        credit_id: 6178c0d1924ce60043a349a3
                        gender: 1
                        id: 1864927
                        known_for_department: Acting
                        name: Sarita Piotrowski
                        order: 816
                        original_name: Sarita Piotrowski
                        popularity: 0.307
                        profile_path: /cmVP2vvZFhPXhru7SW67w6oQrCZ.jpg
                      - adult: false
                        character: Mycah
                        credit_id: 6178c10aa097dc004279b820
                        gender: 0
                        id: 1864929
                        known_for_department: Acting
                        name: Rhodri Hosking
                        order: 817
                        original_name: Rhodri Hosking
                        popularity: 0.949
                        profile_path: /lJSIkFhVprBBWTTjMOfRR9197un.jpg
                      - adult: false
                        character: Catspaw Assassin
                        credit_id: 6178c30371f0950042d63bc2
                        gender: 2
                        id: 182043
                        known_for_department: Acting
                        name: Lalor Roddy
                        order: 818
                        original_name: Lalor Roddy
                        popularity: 15.33
                        profile_path: /gHQjrMlieq3FcRjDbeGzMToNTgc.jpg
                      - adult: false
                        character: Lannister Guard
                        credit_id: 6178c40efdc4fa00420bae69
                        gender: 2
                        id: 1864931
                        known_for_department: Acting
                        name: Conor Delaney
                        order: 819
                        original_name: Conor Delaney
                        popularity: 2.576
                        profile_path: /qTtVSQ8yGStDpqptUsRUZ3o39Ik.jpg
                      - adult: false
                        character: Jory Cassel
                        credit_id: 5752136f9251414c510001a0
                        gender: 2
                        id: 1833
                        known_for_department: Acting
                        name: Jamie Sives
                        order: 827
                        original_name: Jamie Sives
                        popularity: 15.141
                        profile_path: /bdEyp4f1VUEepihC6vyqCGP6k2s.jpg
                      - adult: false
                        character: Rast
                        credit_id: 57521aa7c3a3685204000294
                        gender: 2
                        id: 1600546
                        known_for_department: Acting
                        name: Luke Barnes
                        order: 884
                        original_name: Luke Barnes
                        popularity: 0.445
                        profile_path: /vvNRZrzifsXLFqytE5VZsPYgFeu.jpg
                      - adult: false
                        character: Qotho
                        credit_id: 5752158b9251414c470001c0
                        gender: 2
                        id: 234907
                        known_for_department: Acting
                        name: Dar Salim
                        order: 908
                        original_name: Dar Salim
                        popularity: 24.367
                        profile_path: /mqIH4exzdXXU47ykPohDTAkZ8tN.jpg
                      - adult: false
                        character: Maester Luwin
                        credit_id: 5987d310c3a3681e2a014bfe
                        gender: 2
                        id: 20425
                        known_for_department: Acting
                        name: Donald Sumpter
                        order: 931
                        original_name: Donald Sumpter
                        popularity: 22.304
                        profile_path: /jfdH7vojRZ3fRSesLF8K3tZwwtq.jpg
                      - adult: false
                        character: Rodrik Cassel
                        credit_id: 5987d342c3a3681df0012c76
                        gender: 2
                        id: 63141
                        known_for_department: Acting
                        name: Ron Donachie
                        order: 946
                        original_name: Ron Donachie
                        popularity: 10.561
                        profile_path: /vnBM7idgiyXoat1E8IBKGekx2GS.jpg
                      - adult: false
                        character: Myrcella Baratheon
                        credit_id: 57521d4cc3a3685215000344
                        gender: 1
                        id: 1600544
                        known_for_department: Acting
                        name: Aimee Richardson
                        order: 971
                        original_name: Aimee Richardson
                        popularity: 11.448
                        profile_path: /97wwITEknXx7MbQda71NegQvJtz.jpg
                      - adult: false
                        character: Ilyn Payne
                        credit_id: 5750d240c3a3682fa000041c
                        gender: 2
                        id: 225870
                        known_for_department: Acting
                        name: Wilko Johnson
                        order: 1008
                        original_name: Wilko Johnson
                        popularity: 9.893
                        profile_path: /gjHD352UV6TpIhtVdRYNHIeMpBm.jpg
                      - adult: false
                        character: Tommen Baratheon
                        credit_id: 57521fafc3a368521500041d
                        gender: 2
                        id: 1600543
                        known_for_department: Acting
                        name: Callum Wharry
                        order: 1009
                        original_name: Callum Wharry
                        popularity: 3.525
                        profile_path: /sQzCLoiWniQPYyseG0wvGEf3flo.jpg
                      - adult: false
                        character: Irri
                        credit_id: 5750d365925141087f0006e1
                        gender: 1
                        id: 1048692
                        known_for_department: Acting
                        name: Amrita Acharia
                        order: 1021
                        original_name: Amrita Acharia
                        popularity: 17.419
                        profile_path: /AaFZh8HcQG14QDFA30YFSaQWlvh.jpg
                      - adult: false
                        character: Khal Drogo
                        credit_id: 65101612a9117f00e192467c
                        gender: 2
                        id: 117642
                        known_for_department: Acting
                        name: Jason Momoa
                        order: 1034
                        original_name: Jason Momoa
                        popularity: 83.658
                        profile_path: /3q2iVSCX8EVQkuY2n3OWgXBnnNT.jpg
                  id:
                    type: number
                    example: 63057
                  name:
                    type: string
                    example: The Kingsroad
                  overview:
                    type: string
                    example: >-
                      While Bran recovers from his fall, Ned takes only his
                      daughters to Kings Landing. Jon Snow goes with his uncle
                      Benjen to The Wall. Tyrion joins them.
                  production_code:
                    type: string
                    example: '102'
                  runtime:
                    type: number
                    example: 56
                  season_number:
                    type: number
                    example: 1
                  still_path:
                    type: string
                    example: /l0GJx3IR8YasbztTJi5uK0XqkEo.jpg
                  vote_average:
                    type: number
                    example: 7.858
                  vote_count:
                    type: number
                    example: 233
              examples:
                Details Example:
                  value:
                    air_date: '2011-04-24'
                    crew:
                      - adult: false
                        credit_id: 5256c8a019c2956ff6046e2b
                        department: Writing
                        gender: 2
                        id: 9813
                        job: Writer
                        known_for_department: Writing
                        name: David Benioff
                        original_name: David Benioff
                        popularity: 17.559
                        profile_path: /xvNN5huL0X8yJ7h3IZfGG4O2zBD.jpg
                      - adult: false
                        credit_id: 5256c8a219c2956ff6046e4b
                        department: Writing
                        gender: 2
                        id: 228068
                        job: Writer
                        known_for_department: Writing
                        name: D. B. Weiss
                        original_name: D. B. Weiss
                        popularity: 5.656
                        profile_path: /2RMejaT793U9KRk2IEbFfteQntE.jpg
                      - adult: false
                        credit_id: 5256c8a219c2956ff6046e77
                        department: Directing
                        gender: 2
                        id: 44797
                        job: Director
                        known_for_department: Directing
                        name: Tim Van Patten
                        original_name: Tim Van Patten
                        popularity: 8.468
                        profile_path: /vwcARZBg4PEzOwnPsXdjRWeUVrZ.jpg
                      - adult: false
                        credit_id: 54eef2429251417974005cb6
                        department: Camera
                        gender: 2
                        id: 1318704
                        job: Director of Photography
                        known_for_department: Directing
                        name: Alik Sakharov
                        original_name: Алик Сахаров
                        popularity: 9.883
                        profile_path: /zFUFjjsVNLJox9Y08rbOf9wHTbB.jpg
                      - adult: false
                        credit_id: 54eef2ab925141795f005d4f
                        department: Editing
                        gender: 2
                        id: 18077
                        job: Editor
                        known_for_department: Editing
                        name: Oral Norrie Ottey
                        original_name: Oral Norrie Ottey
                        popularity: 1.819
                        profile_path: null
                    episode_number: 2
                    guest_stars:
                      - adult: false
                        character: Benjen Stark
                        credit_id: 5256c8b919c2956ff604836a
                        gender: 2
                        id: 119783
                        known_for_department: Acting
                        name: Joseph Mawle
                        order: 61
                        original_name: Joseph Mawle
                        popularity: 21.607
                        profile_path: /1Ocb9v3h54beGVoJMm4w50UQhLf.jpg
                      - adult: false
                        character: Doreah
                        credit_id: 57520a4ac3a368520c0000aa
                        gender: 1
                        id: 228969
                        known_for_department: Acting
                        name: Roxanne McKee
                        order: 70
                        original_name: Roxanne McKee
                        popularity: 26.314
                        profile_path: /6yIEG1guFsPIHTT3UsagYVrG6Am.jpg
                      - adult: false
                        character: Jhiqui
                        credit_id: 6178c0d1924ce60043a349a3
                        gender: 1
                        id: 1864927
                        known_for_department: Acting
                        name: Sarita Piotrowski
                        order: 816
                        original_name: Sarita Piotrowski
                        popularity: 0.307
                        profile_path: /cmVP2vvZFhPXhru7SW67w6oQrCZ.jpg
                      - adult: false
                        character: Mycah
                        credit_id: 6178c10aa097dc004279b820
                        gender: 0
                        id: 1864929
                        known_for_department: Acting
                        name: Rhodri Hosking
                        order: 817
                        original_name: Rhodri Hosking
                        popularity: 0.949
                        profile_path: /lJSIkFhVprBBWTTjMOfRR9197un.jpg
                      - adult: false
                        character: Catspaw Assassin
                        credit_id: 6178c30371f0950042d63bc2
                        gender: 2
                        id: 182043
                        known_for_department: Acting
                        name: Lalor Roddy
                        order: 818
                        original_name: Lalor Roddy
                        popularity: 15.33
                        profile_path: /gHQjrMlieq3FcRjDbeGzMToNTgc.jpg
                      - adult: false
                        character: Lannister Guard
                        credit_id: 6178c40efdc4fa00420bae69
                        gender: 2
                        id: 1864931
                        known_for_department: Acting
                        name: Conor Delaney
                        order: 819
                        original_name: Conor Delaney
                        popularity: 2.576
                        profile_path: /qTtVSQ8yGStDpqptUsRUZ3o39Ik.jpg
                      - adult: false
                        character: Jory Cassel
                        credit_id: 5752136f9251414c510001a0
                        gender: 2
                        id: 1833
                        known_for_department: Acting
                        name: Jamie Sives
                        order: 827
                        original_name: Jamie Sives
                        popularity: 15.141
                        profile_path: /bdEyp4f1VUEepihC6vyqCGP6k2s.jpg
                      - adult: false
                        character: Rast
                        credit_id: 57521aa7c3a3685204000294
                        gender: 2
                        id: 1600546
                        known_for_department: Acting
                        name: Luke Barnes
                        order: 884
                        original_name: Luke Barnes
                        popularity: 0.445
                        profile_path: /vvNRZrzifsXLFqytE5VZsPYgFeu.jpg
                      - adult: false
                        character: Qotho
                        credit_id: 5752158b9251414c470001c0
                        gender: 2
                        id: 234907
                        known_for_department: Acting
                        name: Dar Salim
                        order: 908
                        original_name: Dar Salim
                        popularity: 24.367
                        profile_path: /mqIH4exzdXXU47ykPohDTAkZ8tN.jpg
                      - adult: false
                        character: Maester Luwin
                        credit_id: 5987d310c3a3681e2a014bfe
                        gender: 2
                        id: 20425
                        known_for_department: Acting
                        name: Donald Sumpter
                        order: 931
                        original_name: Donald Sumpter
                        popularity: 22.304
                        profile_path: /jfdH7vojRZ3fRSesLF8K3tZwwtq.jpg
                      - adult: false
                        character: Rodrik Cassel
                        credit_id: 5987d342c3a3681df0012c76
                        gender: 2
                        id: 63141
                        known_for_department: Acting
                        name: Ron Donachie
                        order: 946
                        original_name: Ron Donachie
                        popularity: 10.561
                        profile_path: /vnBM7idgiyXoat1E8IBKGekx2GS.jpg
                      - adult: false
                        character: Myrcella Baratheon
                        credit_id: 57521d4cc3a3685215000344
                        gender: 1
                        id: 1600544
                        known_for_department: Acting
                        name: Aimee Richardson
                        order: 971
                        original_name: Aimee Richardson
                        popularity: 11.448
                        profile_path: /97wwITEknXx7MbQda71NegQvJtz.jpg
                      - adult: false
                        character: Ilyn Payne
                        credit_id: 5750d240c3a3682fa000041c
                        gender: 2
                        id: 225870
                        known_for_department: Acting
                        name: Wilko Johnson
                        order: 1008
                        original_name: Wilko Johnson
                        popularity: 9.893
                        profile_path: /gjHD352UV6TpIhtVdRYNHIeMpBm.jpg
                      - adult: false
                        character: Tommen Baratheon
                        credit_id: 57521fafc3a368521500041d
                        gender: 2
                        id: 1600543
                        known_for_department: Acting
                        name: Callum Wharry
                        order: 1009
                        original_name: Callum Wharry
                        popularity: 3.525
                        profile_path: /sQzCLoiWniQPYyseG0wvGEf3flo.jpg
                      - adult: false
                        character: Irri
                        credit_id: 5750d365925141087f0006e1
                        gender: 1
                        id: 1048692
                        known_for_department: Acting
                        name: Amrita Acharia
                        order: 1021
                        original_name: Amrita Acharia
                        popularity: 17.419
                        profile_path: /AaFZh8HcQG14QDFA30YFSaQWlvh.jpg
                      - adult: false
                        character: Khal Drogo
                        credit_id: 65101612a9117f00e192467c
                        gender: 2
                        id: 117642
                        known_for_department: Acting
                        name: Jason Momoa
                        order: 1034
                        original_name: Jason Momoa
                        popularity: 83.658
                        profile_path: /3q2iVSCX8EVQkuY2n3OWgXBnnNT.jpg
                    id: 63057
                    name: The Kingsroad
                    overview: >-
                      While Bran recovers from his fall, Ned takes only his
                      daughters to Kings Landing. Jon Snow goes with his uncle
                      Benjen to The Wall. Tyrion joins them.
                    production_code: '102'
                    runtime: 56
                    season_number: 1
                    still_path: /l0GJx3IR8YasbztTJi5uK0XqkEo.jpg
                    vote_average: 7.858
                    vote_count: 233
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````