> ## 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 details

> Query the details of a TV episode.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/1399/season/1/episode/1
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:
    get:
      tags:
        - TV episodes
      summary: Get episode details
      description: Query the details of a TV episode.
      operationId: getEpisodeDetails
      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=21141
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 06 Jan 2025 19:51:51 GMT
            ETag:
              schema:
                type: string
                example: W/"e60fe51a3e07f2a77113919919aaf50e"
            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 600860a2fda807ac628822c14b5de860.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 1_2pIMXKRpxd99XN0i1jtIezXPIR-CeGsipysxIJuR2vluBzZ2bpzQ==
            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: '3829'
            x-memc-expires:
              schema:
                type: string
                example: '21141'
            x-memc-key:
              schema:
                type: string
                example: e21810f0e0d0c4684d61e62d0cc44257
          content:
            application/json:
              schema:
                type: object
                properties:
                  air_date:
                    type: string
                    example: '2011-04-17'
                  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: 10.722
                        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: 10.722
                        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: 9.108
                        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: 9.84
                        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: 2.409
                        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.571
                        profile_path: null
                  episode_number:
                    type: number
                    example: 1
                  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: 14.919
                        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: 14.919
                        profile_path: /1Ocb9v3h54beGVoJMm4w50UQhLf.jpg
                      - adult: false
                        character: Rickon Stark
                        credit_id: 566a83bcc3a3683f56003604
                        gender: 2
                        id: 1050248
                        known_for_department: Acting
                        name: Art Parkinson
                        order: 80
                        original_name: Art Parkinson
                        popularity: 12.919
                        profile_path: /ejAKOJME1DsvHECLWdQ7dEtXyyc.jpg
                      - adult: false
                        character: Hodor
                        credit_id: 5256c8be19c2956ff6048446
                        gender: 2
                        id: 1223792
                        known_for_department: Acting
                        name: Kristian Nairn
                        order: 81
                        original_name: Kristian Nairn
                        popularity: 4.398
                        profile_path: /dlbq6cCW0xdpFY15q6flP6lDXWV.jpg
                      - adult: false
                        character: Will
                        credit_id: 6176291c924ce50044219a23
                        gender: 2
                        id: 75076
                        known_for_department: Acting
                        name: Bronson Webb
                        order: 808
                        original_name: Bronson Webb
                        popularity: 5.33
                        profile_path: /foMvmr6ch16GGM1L413KA9UQKIO.jpg
                      - adult: false
                        character: Jon Arryn
                        credit_id: 6176293a172d7f009254e782
                        gender: 2
                        id: 11282
                        known_for_department: Acting
                        name: John Standing
                        order: 809
                        original_name: John Standing
                        popularity: 15.382
                        profile_path: /4jxM3KYsykVd2IPUaGAv3KYgDUT.jpg
                      - adult: false
                        character: Waymar Royce
                        credit_id: 61774bcd71f0950042d37204
                        gender: 2
                        id: 1864916
                        known_for_department: Acting
                        name: Rob Ostlere
                        order: 810
                        original_name: Rob Ostlere
                        popularity: 2.94
                        profile_path: /wwsP4vXDWbClGiGOznSR4dJjim2.jpg
                      - adult: false
                        character: Pentoshi Servant
                        credit_id: 61774d0965e0a200448c7445
                        gender: 1
                        id: 1864921
                        known_for_department: Acting
                        name: Rania Zouari
                        order: 811
                        original_name: Rania Zouari
                        popularity: 2.403
                        profile_path: /vwV5Dp6rX38FjjgIBRNxPtmn8Ma.jpg
                      - adult: false
                        character: Gared
                        credit_id: 57b72bcc925141389d002188
                        gender: 2
                        id: 191751
                        known_for_department: Acting
                        name: Dermot Keaney
                        order: 812
                        original_name: Dermot Keaney
                        popularity: 3.176
                        profile_path: /nvXkSjiw3cgpGRmeKRwQkgdprb5.jpg
                      - adult: false
                        character: 'White Walker #1'
                        credit_id: 61774d6fb458b8006a123cd5
                        gender: 2
                        id: 946696
                        known_for_department: Acting
                        name: Ian Whyte
                        order: 813
                        original_name: Ian Whyte
                        popularity: 4.115
                        profile_path: /svlJyDgPbTHoGjbQKU4S2J6g5hi.jpg
                      - adult: false
                        character: 'White Walker #2'
                        credit_id: 61774da4e9da69002b9ba63c
                        gender: 2
                        id: 25451
                        known_for_department: Acting
                        name: Spencer Wilding
                        order: 814
                        original_name: Spencer Wilding
                        popularity: 5.828
                        profile_path: /4NMcve4Nckpi653znyYOnoS4Mci.jpg
                      - adult: false
                        character: Wight Wildling Girl
                        credit_id: 61774e0ae9da69002b9ba6f5
                        gender: 0
                        id: 3284663
                        known_for_department: Acting
                        name: Claire Wright
                        order: 815
                        original_name: Claire Wright
                        popularity: 1.011
                        profile_path: /rx6NoCpwoYQUy4VzMyYGA0R6k5V.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: 9.045
                        profile_path: /bdEyp4f1VUEepihC6vyqCGP6k2s.jpg
                      - adult: false
                        character: Septa Mordane
                        credit_id: 57520bc19251414c470000de
                        gender: 1
                        id: 438859
                        known_for_department: Acting
                        name: Susan Brown
                        order: 867
                        original_name: Susan Brown
                        popularity: 4.33
                        profile_path: /rbi81V4GUsOqjUfLvnoHj4lIAMf.jpg
                      - adult: false
                        character: Illyrio Mopatis
                        credit_id: 575216bdc3a36851fe0001d8
                        gender: 2
                        id: 11279
                        known_for_department: Acting
                        name: Roger Allam
                        order: 868
                        original_name: Roger Allam
                        popularity: 14.07
                        profile_path: /hrtVjATnltwatFCOjhtCZTnN2hW.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: 12.162
                        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: 15.349
                        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.306
                        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: 3.717
                        profile_path: /97wwITEknXx7MbQda71NegQvJtz.jpg
                      - adult: false
                        character: Ros
                        credit_id: 5987d3909251415244014acc
                        gender: 1
                        id: 1014921
                        known_for_department: Acting
                        name: Esmé Bianco
                        order: 998
                        original_name: Esmé Bianco
                        popularity: 10.188
                        profile_path: /3SV97kbZMdUmm6PvSGokM4pvLd4.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: 4.448
                        profile_path: /sQzCLoiWniQPYyseG0wvGEf3flo.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: 80.456
                        profile_path: /3q2iVSCX8EVQkuY2n3OWgXBnnNT.jpg
                  id:
                    type: number
                    example: 63056
                  name:
                    type: string
                    example: Winter Is Coming
                  overview:
                    type: string
                    example: >-
                      Jon Arryn, the Hand of the King, is dead. King Robert
                      Baratheon plans to ask his oldest friend, Eddard Stark, to
                      take Jon's place. Across the sea, Viserys Targaryen plans
                      to wed his sister to a nomadic warlord in exchange for an
                      army.
                  production_code:
                    type: string
                    example: '101'
                  runtime:
                    type: number
                    example: 62
                  season_number:
                    type: number
                    example: 1
                  still_path:
                    type: string
                    example: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg
                  vote_average:
                    type: number
                    example: 8.006
                  vote_count:
                    type: number
                    example: 347
              examples:
                New Request:
                  value:
                    air_date: '2011-04-17'
                    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: 10.722
                        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: 9.108
                        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: 9.84
                        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: 2.409
                        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.571
                        profile_path: null
                    episode_number: 1
                    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: 14.919
                        profile_path: /1Ocb9v3h54beGVoJMm4w50UQhLf.jpg
                      - adult: false
                        character: Rickon Stark
                        credit_id: 566a83bcc3a3683f56003604
                        gender: 2
                        id: 1050248
                        known_for_department: Acting
                        name: Art Parkinson
                        order: 80
                        original_name: Art Parkinson
                        popularity: 12.919
                        profile_path: /ejAKOJME1DsvHECLWdQ7dEtXyyc.jpg
                      - adult: false
                        character: Hodor
                        credit_id: 5256c8be19c2956ff6048446
                        gender: 2
                        id: 1223792
                        known_for_department: Acting
                        name: Kristian Nairn
                        order: 81
                        original_name: Kristian Nairn
                        popularity: 4.398
                        profile_path: /dlbq6cCW0xdpFY15q6flP6lDXWV.jpg
                      - adult: false
                        character: Will
                        credit_id: 6176291c924ce50044219a23
                        gender: 2
                        id: 75076
                        known_for_department: Acting
                        name: Bronson Webb
                        order: 808
                        original_name: Bronson Webb
                        popularity: 5.33
                        profile_path: /foMvmr6ch16GGM1L413KA9UQKIO.jpg
                      - adult: false
                        character: Jon Arryn
                        credit_id: 6176293a172d7f009254e782
                        gender: 2
                        id: 11282
                        known_for_department: Acting
                        name: John Standing
                        order: 809
                        original_name: John Standing
                        popularity: 15.382
                        profile_path: /4jxM3KYsykVd2IPUaGAv3KYgDUT.jpg
                      - adult: false
                        character: Waymar Royce
                        credit_id: 61774bcd71f0950042d37204
                        gender: 2
                        id: 1864916
                        known_for_department: Acting
                        name: Rob Ostlere
                        order: 810
                        original_name: Rob Ostlere
                        popularity: 2.94
                        profile_path: /wwsP4vXDWbClGiGOznSR4dJjim2.jpg
                      - adult: false
                        character: Pentoshi Servant
                        credit_id: 61774d0965e0a200448c7445
                        gender: 1
                        id: 1864921
                        known_for_department: Acting
                        name: Rania Zouari
                        order: 811
                        original_name: Rania Zouari
                        popularity: 2.403
                        profile_path: /vwV5Dp6rX38FjjgIBRNxPtmn8Ma.jpg
                      - adult: false
                        character: Gared
                        credit_id: 57b72bcc925141389d002188
                        gender: 2
                        id: 191751
                        known_for_department: Acting
                        name: Dermot Keaney
                        order: 812
                        original_name: Dermot Keaney
                        popularity: 3.176
                        profile_path: /nvXkSjiw3cgpGRmeKRwQkgdprb5.jpg
                      - adult: false
                        character: 'White Walker #1'
                        credit_id: 61774d6fb458b8006a123cd5
                        gender: 2
                        id: 946696
                        known_for_department: Acting
                        name: Ian Whyte
                        order: 813
                        original_name: Ian Whyte
                        popularity: 4.115
                        profile_path: /svlJyDgPbTHoGjbQKU4S2J6g5hi.jpg
                      - adult: false
                        character: 'White Walker #2'
                        credit_id: 61774da4e9da69002b9ba63c
                        gender: 2
                        id: 25451
                        known_for_department: Acting
                        name: Spencer Wilding
                        order: 814
                        original_name: Spencer Wilding
                        popularity: 5.828
                        profile_path: /4NMcve4Nckpi653znyYOnoS4Mci.jpg
                      - adult: false
                        character: Wight Wildling Girl
                        credit_id: 61774e0ae9da69002b9ba6f5
                        gender: 0
                        id: 3284663
                        known_for_department: Acting
                        name: Claire Wright
                        order: 815
                        original_name: Claire Wright
                        popularity: 1.011
                        profile_path: /rx6NoCpwoYQUy4VzMyYGA0R6k5V.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: 9.045
                        profile_path: /bdEyp4f1VUEepihC6vyqCGP6k2s.jpg
                      - adult: false
                        character: Septa Mordane
                        credit_id: 57520bc19251414c470000de
                        gender: 1
                        id: 438859
                        known_for_department: Acting
                        name: Susan Brown
                        order: 867
                        original_name: Susan Brown
                        popularity: 4.33
                        profile_path: /rbi81V4GUsOqjUfLvnoHj4lIAMf.jpg
                      - adult: false
                        character: Illyrio Mopatis
                        credit_id: 575216bdc3a36851fe0001d8
                        gender: 2
                        id: 11279
                        known_for_department: Acting
                        name: Roger Allam
                        order: 868
                        original_name: Roger Allam
                        popularity: 14.07
                        profile_path: /hrtVjATnltwatFCOjhtCZTnN2hW.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: 12.162
                        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: 15.349
                        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.306
                        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: 3.717
                        profile_path: /97wwITEknXx7MbQda71NegQvJtz.jpg
                      - adult: false
                        character: Ros
                        credit_id: 5987d3909251415244014acc
                        gender: 1
                        id: 1014921
                        known_for_department: Acting
                        name: Esmé Bianco
                        order: 998
                        original_name: Esmé Bianco
                        popularity: 10.188
                        profile_path: /3SV97kbZMdUmm6PvSGokM4pvLd4.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: 4.448
                        profile_path: /sQzCLoiWniQPYyseG0wvGEf3flo.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: 80.456
                        profile_path: /3q2iVSCX8EVQkuY2n3OWgXBnnNT.jpg
                    id: 63056
                    name: Winter Is Coming
                    overview: >-
                      Jon Arryn, the Hand of the King, is dead. King Robert
                      Baratheon plans to ask his oldest friend, Eddard Stark, to
                      take Jon's place. Across the sea, Viserys Targaryen plans
                      to wed his sister to a nomadic warlord in exchange for an
                      army.
                    production_code: '101'
                    runtime: 62
                    season_number: 1
                    still_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg
                    vote_average: 8.006
                    vote_count: 347
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````