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

# Credits

> This endpoint retrieves the cast and crew information for a specific episode of a TV show.



## OpenAPI

````yaml get /3/tv/{{series_id}}/season/{{season_number}}/episode/{{episode_number}}/credits
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}}/credits:
    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: Credits
      description: >-
        This endpoint retrieves the cast and crew information for a specific
        episode of a TV show.
      operationId: credits4
      responses:
        '200':
          description: Credits Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=8848
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 13 Jan 2025 13:39:16 GMT
            ETag:
              schema:
                type: string
                example: W/"86a8d4a4bf1df392dc2df3902a110a34"
            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: BBeLHi3a2NkUoW-OKf8dJZ0I2X92OSoY80AqTVu6c_S_g2iWhmFQGA==
            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: '15352'
            x-memc-expires:
              schema:
                type: string
                example: '8848'
            x-memc-key:
              schema:
                type: string
                example: f911e61cc6be6dd8ceea6286f65ae1fb
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Tyrion 'The Halfman' Lannister
                        credit_id:
                          type: string
                          example: 5256c8b219c2956ff6047cd8
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 22970
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Peter Dinklage
                        order:
                          type: number
                          example: 0
                        original_name:
                          type: string
                          example: Peter Dinklage
                        popularity:
                          type: number
                          example: 50.908
                        profile_path:
                          type: string
                          example: /9CAd7wr8QZyIN0E7nm8v1B6WkGn.jpg
                    example:
                      - adult: false
                        character: Tyrion 'The Halfman' Lannister
                        credit_id: 5256c8b219c2956ff6047cd8
                        gender: 2
                        id: 22970
                        known_for_department: Acting
                        name: Peter Dinklage
                        order: 0
                        original_name: Peter Dinklage
                        popularity: 50.908
                        profile_path: /9CAd7wr8QZyIN0E7nm8v1B6WkGn.jpg
                      - adult: false
                        character: Jon Snow
                        credit_id: 5256c8af19c2956ff6047af6
                        gender: 2
                        id: 239019
                        known_for_department: Acting
                        name: Kit Harington
                        order: 1
                        original_name: Kit Harington
                        popularity: 28.31
                        profile_path: /4MqUjb1SYrzHmFSyGiXnlZWLvBs.jpg
                      - adult: false
                        character: Lord Eddard 'Ned' Stark
                        credit_id: 58c7134792514179d20011a9
                        gender: 2
                        id: 48
                        known_for_department: Acting
                        name: Sean Bean
                        order: 2
                        original_name: Sean Bean
                        popularity: 48.76
                        profile_path: /kTjiABk3TJ3yI0Cto5RsvyT6V3o.jpg
                      - adult: false
                        character: Robert Baratheon
                        credit_id: 5256c8ad19c2956ff60478e2
                        gender: 2
                        id: 13633
                        known_for_department: Acting
                        name: Mark Addy
                        order: 3
                        original_name: Mark Addy
                        popularity: 28.254
                        profile_path: /xTYkZn5Z1VZ7L7V37hzsVRSyrY2.jpg
                      - adult: false
                        character: Robb Stark
                        credit_id: 5256c8af19c2956ff6047b1a
                        gender: 2
                        id: 512991
                        known_for_department: Acting
                        name: Richard Madden
                        order: 4
                        original_name: Richard Madden
                        popularity: 47.12
                        profile_path: /kC7X9LgAtJfpxUBRtVwaVTEXomH.jpg
                      - adult: false
                        character: Sir Jaime 'Kingslayer' Lannister
                        credit_id: 5256c8ad19c2956ff604793e
                        gender: 2
                        id: 12795
                        known_for_department: Acting
                        name: Nikolaj Coster-Waldau
                        order: 5
                        original_name: Nikolaj Coster-Waldau
                        popularity: 34.088
                        profile_path: /rpFOERbHkj7GWxkinUNiQ76sSGk.jpg
                      - adult: false
                        character: Cersei Lannister
                        credit_id: 5256c8ad19c2956ff60479ce
                        gender: 1
                        id: 17286
                        known_for_department: Acting
                        name: Lena Headey
                        order: 6
                        original_name: Lena Headey
                        popularity: 54.518
                        profile_path: /5SL4Y4alOYF9EahObfsb6GaDHg4.jpg
                      - adult: false
                        character: Catelyn Stark
                        credit_id: 5256c8ad19c2956ff604796a
                        gender: 1
                        id: 20057
                        known_for_department: Acting
                        name: Michelle Fairley
                        order: 7
                        original_name: Michelle Fairley
                        popularity: 22.969
                        profile_path: /eBKT3hf2W2YRwqgcKU92zfEttKp.jpg
                      - adult: false
                        character: Daenerys Targaryen
                        credit_id: 5256c8af19c2956ff60479f6
                        gender: 1
                        id: 1223786
                        known_for_department: Acting
                        name: Emilia Clarke
                        order: 8
                        original_name: Emilia Clarke
                        popularity: 66.927
                        profile_path: /wb8VfDPGpyqcFltnRcJR1Wj3h4Z.jpg
                      - adult: false
                        character: Arya Stark
                        credit_id: 5256c8b419c2956ff6047f0c
                        gender: 1
                        id: 1181313
                        known_for_department: Acting
                        name: Maisie Williams
                        order: 10
                        original_name: Maisie Williams
                        popularity: 44.595
                        profile_path: /5RjD4dDpRDAhalFtvcUj7zdLWYB.jpg
                      - adult: false
                        character: Sir Jorah Mormont
                        credit_id: 5256c8af19c2956ff6047a5c
                        gender: 2
                        id: 20508
                        known_for_department: Acting
                        name: Iain Glen
                        order: 11
                        original_name: Iain Glen
                        popularity: 38.523
                        profile_path: /n9zXQhjtXQnc30kqF66hdX4i3PG.jpg
                      - adult: false
                        character: Brandon 'Bran' Stark
                        credit_id: 5256c8b119c2956ff6047c22
                        gender: 2
                        id: 239020
                        known_for_department: Acting
                        name: Isaac Hempstead Wright
                        order: 12
                        original_name: Isaac Hempstead Wright
                        popularity: 10.606
                        profile_path: /g6ZreLmGrrOzaUCGVFRNPAWfcso.jpg
                      - adult: false
                        character: Petyr 'Littlefinger' Baelish
                        credit_id: 5256c8af19c2956ff6047aa4
                        gender: 2
                        id: 49735
                        known_for_department: Acting
                        name: Aidan Gillen
                        order: 13
                        original_name: Aidan Gillen
                        popularity: 46.28
                        profile_path: /fWWRgyJEGjOPcx43CaFiUCWMBLo.jpg
                      - adult: false
                        character: Sansa Stark
                        credit_id: 5256c8b419c2956ff6047f34
                        gender: 1
                        id: 1001657
                        known_for_department: Acting
                        name: Sophie Turner
                        order: 15
                        original_name: Sophie Turner
                        popularity: 37.453
                        profile_path: /7nIRWX482ug7fEyufNAL7868kFY.jpg
                      - adult: false
                        character: Viserys Targaryen
                        credit_id: 5256c8af19c2956ff6047ac2
                        gender: 2
                        id: 205258
                        known_for_department: Acting
                        name: Harry Lloyd
                        order: 18
                        original_name: Harry Lloyd
                        popularity: 30.537
                        profile_path: /qZSf6OzRpDaZdOCX6pynSRp6jVV.jpg
                      - adult: false
                        character: Sandor 'The Hound' Clegane
                        credit_id: 5256c8b119c2956ff6047c84
                        gender: 2
                        id: 3075
                        known_for_department: Acting
                        name: Rory McCann
                        order: 19
                        original_name: Rory McCann
                        popularity: 35.852
                        profile_path: /gGpgbNQVthuzXEZaGRGVqWhk2o5.jpg
                      - adult: false
                        character: Theon Greyjoy
                        credit_id: 5256c8b019c2956ff6047b5a
                        gender: 2
                        id: 71586
                        known_for_department: Acting
                        name: Alfie Allen
                        order: 21
                        original_name: Alfie Allen
                        popularity: 26.403
                        profile_path: /7j5xcDQa81jzHbyFajNlN2BGFeZ.jpg
                      - adult: false
                        character: Joffrey Baratheon
                        credit_id: 5256c8b119c2956ff6047c4e
                        gender: 2
                        id: 489467
                        known_for_department: Acting
                        name: Jack Gleeson
                        order: 23
                        original_name: Jack Gleeson
                        popularity: 23.678
                        profile_path: /97NkocCiLUwNzMDYjngSm5soGlN.jpg
                  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
                  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
              examples:
                Credits Example:
                  value:
                    cast:
                      - adult: false
                        character: Tyrion 'The Halfman' Lannister
                        credit_id: 5256c8b219c2956ff6047cd8
                        gender: 2
                        id: 22970
                        known_for_department: Acting
                        name: Peter Dinklage
                        order: 0
                        original_name: Peter Dinklage
                        popularity: 50.908
                        profile_path: /9CAd7wr8QZyIN0E7nm8v1B6WkGn.jpg
                      - adult: false
                        character: Jon Snow
                        credit_id: 5256c8af19c2956ff6047af6
                        gender: 2
                        id: 239019
                        known_for_department: Acting
                        name: Kit Harington
                        order: 1
                        original_name: Kit Harington
                        popularity: 28.31
                        profile_path: /4MqUjb1SYrzHmFSyGiXnlZWLvBs.jpg
                      - adult: false
                        character: Lord Eddard 'Ned' Stark
                        credit_id: 58c7134792514179d20011a9
                        gender: 2
                        id: 48
                        known_for_department: Acting
                        name: Sean Bean
                        order: 2
                        original_name: Sean Bean
                        popularity: 48.76
                        profile_path: /kTjiABk3TJ3yI0Cto5RsvyT6V3o.jpg
                      - adult: false
                        character: Robert Baratheon
                        credit_id: 5256c8ad19c2956ff60478e2
                        gender: 2
                        id: 13633
                        known_for_department: Acting
                        name: Mark Addy
                        order: 3
                        original_name: Mark Addy
                        popularity: 28.254
                        profile_path: /xTYkZn5Z1VZ7L7V37hzsVRSyrY2.jpg
                      - adult: false
                        character: Robb Stark
                        credit_id: 5256c8af19c2956ff6047b1a
                        gender: 2
                        id: 512991
                        known_for_department: Acting
                        name: Richard Madden
                        order: 4
                        original_name: Richard Madden
                        popularity: 47.12
                        profile_path: /kC7X9LgAtJfpxUBRtVwaVTEXomH.jpg
                      - adult: false
                        character: Sir Jaime 'Kingslayer' Lannister
                        credit_id: 5256c8ad19c2956ff604793e
                        gender: 2
                        id: 12795
                        known_for_department: Acting
                        name: Nikolaj Coster-Waldau
                        order: 5
                        original_name: Nikolaj Coster-Waldau
                        popularity: 34.088
                        profile_path: /rpFOERbHkj7GWxkinUNiQ76sSGk.jpg
                      - adult: false
                        character: Cersei Lannister
                        credit_id: 5256c8ad19c2956ff60479ce
                        gender: 1
                        id: 17286
                        known_for_department: Acting
                        name: Lena Headey
                        order: 6
                        original_name: Lena Headey
                        popularity: 54.518
                        profile_path: /5SL4Y4alOYF9EahObfsb6GaDHg4.jpg
                      - adult: false
                        character: Catelyn Stark
                        credit_id: 5256c8ad19c2956ff604796a
                        gender: 1
                        id: 20057
                        known_for_department: Acting
                        name: Michelle Fairley
                        order: 7
                        original_name: Michelle Fairley
                        popularity: 22.969
                        profile_path: /eBKT3hf2W2YRwqgcKU92zfEttKp.jpg
                      - adult: false
                        character: Daenerys Targaryen
                        credit_id: 5256c8af19c2956ff60479f6
                        gender: 1
                        id: 1223786
                        known_for_department: Acting
                        name: Emilia Clarke
                        order: 8
                        original_name: Emilia Clarke
                        popularity: 66.927
                        profile_path: /wb8VfDPGpyqcFltnRcJR1Wj3h4Z.jpg
                      - adult: false
                        character: Arya Stark
                        credit_id: 5256c8b419c2956ff6047f0c
                        gender: 1
                        id: 1181313
                        known_for_department: Acting
                        name: Maisie Williams
                        order: 10
                        original_name: Maisie Williams
                        popularity: 44.595
                        profile_path: /5RjD4dDpRDAhalFtvcUj7zdLWYB.jpg
                      - adult: false
                        character: Sir Jorah Mormont
                        credit_id: 5256c8af19c2956ff6047a5c
                        gender: 2
                        id: 20508
                        known_for_department: Acting
                        name: Iain Glen
                        order: 11
                        original_name: Iain Glen
                        popularity: 38.523
                        profile_path: /n9zXQhjtXQnc30kqF66hdX4i3PG.jpg
                      - adult: false
                        character: Brandon 'Bran' Stark
                        credit_id: 5256c8b119c2956ff6047c22
                        gender: 2
                        id: 239020
                        known_for_department: Acting
                        name: Isaac Hempstead Wright
                        order: 12
                        original_name: Isaac Hempstead Wright
                        popularity: 10.606
                        profile_path: /g6ZreLmGrrOzaUCGVFRNPAWfcso.jpg
                      - adult: false
                        character: Petyr 'Littlefinger' Baelish
                        credit_id: 5256c8af19c2956ff6047aa4
                        gender: 2
                        id: 49735
                        known_for_department: Acting
                        name: Aidan Gillen
                        order: 13
                        original_name: Aidan Gillen
                        popularity: 46.28
                        profile_path: /fWWRgyJEGjOPcx43CaFiUCWMBLo.jpg
                      - adult: false
                        character: Sansa Stark
                        credit_id: 5256c8b419c2956ff6047f34
                        gender: 1
                        id: 1001657
                        known_for_department: Acting
                        name: Sophie Turner
                        order: 15
                        original_name: Sophie Turner
                        popularity: 37.453
                        profile_path: /7nIRWX482ug7fEyufNAL7868kFY.jpg
                      - adult: false
                        character: Viserys Targaryen
                        credit_id: 5256c8af19c2956ff6047ac2
                        gender: 2
                        id: 205258
                        known_for_department: Acting
                        name: Harry Lloyd
                        order: 18
                        original_name: Harry Lloyd
                        popularity: 30.537
                        profile_path: /qZSf6OzRpDaZdOCX6pynSRp6jVV.jpg
                      - adult: false
                        character: Sandor 'The Hound' Clegane
                        credit_id: 5256c8b119c2956ff6047c84
                        gender: 2
                        id: 3075
                        known_for_department: Acting
                        name: Rory McCann
                        order: 19
                        original_name: Rory McCann
                        popularity: 35.852
                        profile_path: /gGpgbNQVthuzXEZaGRGVqWhk2o5.jpg
                      - adult: false
                        character: Theon Greyjoy
                        credit_id: 5256c8b019c2956ff6047b5a
                        gender: 2
                        id: 71586
                        known_for_department: Acting
                        name: Alfie Allen
                        order: 21
                        original_name: Alfie Allen
                        popularity: 26.403
                        profile_path: /7j5xcDQa81jzHbyFajNlN2BGFeZ.jpg
                      - adult: false
                        character: Joffrey Baratheon
                        credit_id: 5256c8b119c2956ff6047c4e
                        gender: 2
                        id: 489467
                        known_for_department: Acting
                        name: Jack Gleeson
                        order: 23
                        original_name: Jack Gleeson
                        popularity: 23.678
                        profile_path: /97NkocCiLUwNzMDYjngSm5soGlN.jpg
                    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
                    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
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````