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

# Credits

> Credits



## OpenAPI

````yaml api-reference/openapi.json get /3/tv/{{series_id}}/season/{{season_number}}/episode/{{episode_number}}/credits
openapi: 3.0.3
info:
  title: Themoviedb API
  description: >-
    Version 3 (stable) of The Movie Database (TMDB) API offers a concise list of
    available methods for movies, TV shows, actors, and images.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: https://api.themoviedb.org/3
security: []
tags:
  - name: Account
  - name: Authentication
    description: >-
      # How do I generate a session id?


      As outlined in the [getting started
      guide](https://developer.themoviedb.org/docs/getting-started), the basics
      to getting a user authenticated look like this:


      1. **Create a new request token**  

      2. **Get the user to authorize the request token**  

      3. **Create a new session id with the authorized request token**  


      Steps 1 and 3 should be fairly easy to understand, but let's walk through
      each to ensure clarity.


      ## Step 1: Create a request token


      The first step as a developer is to request a new token. This is a
      **temporary token** required to ask the user for permission to access
      their account. This token will automatically expire **after 60 minutes**
      if it's not used.


      ## Step 2: Ask the user for permission


      With a request token in hand, forward your user to the following URL:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}

      ```


      You can also pass this URL a `redirect_to` parameter, like so:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}?redirect_to=http://www.yourapp.com/approved

      ```


      Once the user has approved your request token, they will either be
      redirected to the URL you specified in the `redirect_to` parameter or to
      the `/authenticate/allow` path on TMDB. If they aren't redirected to a
      custom URL, the page will also include an `Authentication-Callback`
      header. This header contains the API call for step #3. You can either
      manually generate it or simply use the one we return.


      ## Step 3: Create a session ID


      By calling the **new session method** with the request token that has been
      approved by the user in Step 2, we will return a **new session_id**. This
      session can now be used to write user data. You should treat this key
      **like a password** and keep it secret.


      ## What about guest sessions?


      A **guest session** can be used to rate movies **without** requiring a
      registered TMDB user account. For more information about how to create a
      guest session, see
      [here](https://developer.themoviedb.org/docs/authentication).
  - name: Certification
  - name: Changes
  - name: Collections
  - name: Companies
  - name: Configuration
  - name: Credits
  - name: Discover
  - name: Find
  - name: Genres
  - name: Guest Session
  - name: Keywords
  - name: List
    description: >-
      ## v3 or v4 list? 😕


      You may have noticed that the a v4 version of our list API exists. While
      these v3 list methods continue to work, all of the new features you can
      see on our website are only available if you switch to the v4 lists.


      **What are some of the improvements in v4?**


      - You can import "unlimited" items in a single request
          
      - You can use mixed type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          
      - Check the v4 documentation for more information.
  - name: Movie Lists
  - name: Movies
  - name: Networks
  - name: People Lists
  - name: People
  - name: Reviews
  - name: Search
  - name: Trending
  - name: TV Series Lists
  - name: TV Series
  - name: TV Seasons
  - name: TV Episodes
  - name: TV Episode Groups
  - name: Watch Providers
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: Credits
      operationId: credits3
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en-US
      responses:
        '200':
          description: Credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=309
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 11:53:13 GMT
            ETag:
              schema:
                type: string
                example: W/"bec8dd32d4fad1dfe548c94d52bd268d"
            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 e07f2d5aee657e39da5dfa1bbf54bfec.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: RbJ7ZEATaK-AU-lcZgcla68goglZ9zYpYYJ0AY-RYZR7OTEuzd6wdw==
            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: '26955'
            x-memc-expires:
              schema:
                type: string
                example: '309'
            x-memc-key:
              schema:
                type: string
                example: 8581b57abb9cecf13cee31b44437da38
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Walter White
                        credit_id:
                          type: string
                          example: 52542282760ee313280017f9
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 17419
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Bryan Cranston
                        order:
                          type: number
                          example: 0
                        original_name:
                          type: string
                          example: Bryan Cranston
                        popularity:
                          type: number
                          example: 49.506
                        profile_path:
                          type: string
                          example: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                    example:
                      - adult: false
                        character: Walter White
                        credit_id: 52542282760ee313280017f9
                        gender: 2
                        id: 17419
                        known_for_department: Acting
                        name: Bryan Cranston
                        order: 0
                        original_name: Bryan Cranston
                        popularity: 49.506
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                      - adult: false
                        character: Jesse Pinkman
                        credit_id: 52542282760ee31328001845
                        gender: 2
                        id: 84497
                        known_for_department: Acting
                        name: Aaron Paul
                        order: 1
                        original_name: Aaron Paul
                        popularity: 39.828
                        profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg
                      - adult: false
                        character: Skyler White
                        credit_id: 52542282760ee3132800181b
                        gender: 1
                        id: 134531
                        known_for_department: Acting
                        name: Anna Gunn
                        order: 2
                        original_name: Anna Gunn
                        popularity: 39.347
                        profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg
                      - adult: false
                        character: Walter White Jr.
                        credit_id: 52542284760ee313280018a9
                        gender: 2
                        id: 209674
                        known_for_department: Acting
                        name: RJ Mitte
                        order: 3
                        original_name: RJ Mitte
                        popularity: 27.301
                        profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg
                      - adult: false
                        character: Hank Schrader
                        credit_id: 52542283760ee3132800187b
                        gender: 2
                        id: 14329
                        known_for_department: Acting
                        name: Dean Norris
                        order: 4
                        original_name: Dean Norris
                        popularity: 53.39
                        profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg
                      - adult: false
                        character: Marie Schrader
                        credit_id: 52542283760ee31328001891
                        gender: 1
                        id: 1217934
                        known_for_department: Acting
                        name: Betsy Brandt
                        order: 5
                        original_name: Betsy Brandt
                        popularity: 24.823
                        profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg
                      - adult: false
                        character: Saul Goodman
                        credit_id: 5271b180760ee35afc09bb8d
                        gender: 2
                        id: 59410
                        known_for_department: Acting
                        name: Bob Odenkirk
                        order: 7
                        original_name: Bob Odenkirk
                        popularity: 28.303
                        profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg
                      - adult: false
                        character: Mike Ehrmantraut
                        credit_id: 5271b1e6760ee35af60941ad
                        gender: 2
                        id: 783
                        known_for_department: Acting
                        name: Jonathan Banks
                        order: 9
                        original_name: Jonathan Banks
                        popularity: 36.128
                        profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        credit_id:
                          type: string
                          example: 52542279760ee31328000b45
                        department:
                          type: string
                          example: Writing
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 1223193
                        job:
                          type: string
                          example: Writer
                        known_for_department:
                          type: string
                          example: Writing
                        name:
                          type: string
                          example: George Mastras
                        original_name:
                          type: string
                          example: George Mastras
                        popularity:
                          type: number
                          example: 1.588
                        profile_path:
                          type: string
                          nullable: true
                          example: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                    example:
                      - adult: false
                        credit_id: 52542279760ee31328000b45
                        department: Writing
                        gender: 2
                        id: 1223193
                        job: Writer
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                      - adult: false
                        credit_id: 5277f415760ee331cb01760b
                        department: Directing
                        gender: 2
                        id: 1223193
                        job: Director
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                      - adult: false
                        credit_id: 643fec9bb0ba7e04cf13314a
                        department: Art
                        gender: 1
                        id: 1537678
                        job: Assistant Art Director
                        known_for_department: Art
                        name: Paula Dal Santo
                        original_name: Paula Dal Santo
                        popularity: 0.472
                        profile_path: null
                      - adult: false
                        credit_id: 64603ebedbbb42015305d0a9
                        department: Camera
                        gender: 2
                        id: 52034
                        job: Director of Photography
                        known_for_department: Directing
                        name: Michael Slovis
                        original_name: Michael Slovis
                        popularity: 9.104
                        profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg
                  guest_stars:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Steven Gomez
                        credit_id:
                          type: string
                          example: 5271b489760ee35b3e0881a7
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 61535
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Steven Michael Quezada
                        order:
                          type: number
                          example: 8
                        original_name:
                          type: string
                          example: Steven Michael Quezada
                        popularity:
                          type: number
                          example: 5.757
                        profile_path:
                          type: string
                          nullable: true
                          example: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg
                    example:
                      - adult: false
                        character: Steven Gomez
                        credit_id: 5271b489760ee35b3e0881a7
                        gender: 2
                        id: 61535
                        known_for_department: Acting
                        name: Steven Michael Quezada
                        order: 8
                        original_name: Steven Michael Quezada
                        popularity: 5.757
                        profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg
                      - adult: false
                        character: Conductor
                        credit_id: 5277f521760ee331cb019d13
                        gender: 2
                        id: 79079
                        known_for_department: Acting
                        name: Jamie McShane
                        order: 614
                        original_name: Jamie McShane
                        popularity: 22.178
                        profile_path: /wojvRZMpAwytyoFTMFOpvZ26qJq.jpg
                      - adult: false
                        character: Engineer
                        credit_id: 5277f920760ee3397037ab99
                        gender: 2
                        id: 84955
                        known_for_department: Acting
                        name: Myk Watford
                        order: 615
                        original_name: Myk Watford
                        popularity: 7.563
                        profile_path: /atyeOUzaR5f6Ew3gA2qE9N0Tvcr.jpg
                      - adult: false
                        character: Fernando
                        credit_id: 5277f9a8760ee35ba20de492
                        gender: 0
                        id: 1007881
                        known_for_department: Acting
                        name: Miguel Martinez
                        order: 616
                        original_name: Miguel Martinez
                        popularity: 0.253
                        profile_path: /3khjt3XRFhqFJUFdeQMYtQbLpkn.jpg
                      - adult: false
                        character: Good Samaritan
                        credit_id: 5277faee760ee331ce02b84e
                        gender: 2
                        id: 1194992
                        known_for_department: Acting
                        name: Ryan Begay
                        order: 617
                        original_name: Ryan Begay
                        popularity: 9.085
                        profile_path: /oIzcJxPs0gcW5Ne6beuwaXKTZrJ.jpg
                      - adult: false
                        character: Kuby
                        credit_id: 52765756760ee3603601643b
                        gender: 2
                        id: 109708
                        known_for_department: Acting
                        name: Bill Burr
                        order: 632
                        original_name: Bill Burr
                        popularity: 38.26
                        profile_path: /fP2UJs7RiSafEHxDFYVjVFSesda.jpg
                      - adult: false
                        character: Lydia Rodarte-Quayle
                        credit_id: 6524ad8ed399e6011d14adb3
                        gender: 1
                        id: 42279
                        known_for_department: Acting
                        name: Laura Fraser
                        order: 724
                        original_name: Laura Fraser
                        popularity: 26.04
                        profile_path: /4aD3xDLA22CIf6jdK0IAs75h8pp.jpg
                      - adult: false
                        character: Todd
                        credit_id: 6524ae29447f9c010048439b
                        gender: 2
                        id: 88124
                        known_for_department: Acting
                        name: Jesse Plemons
                        order: 725
                        original_name: Jesse Plemons
                        popularity: 43.071
                        profile_path: /ckTthGclQE0y6b7gR0RpRo7LskL.jpg
                      - adult: false
                        character: Janice
                        credit_id: 653ea6b6c8a5ac013a876bb4
                        gender: 1
                        id: 1448096
                        known_for_department: Acting
                        name: Mary Sue Evans
                        order: 770
                        original_name: Mary Sue Evans
                        popularity: 0.73
                        profile_path: null
                      - adult: false
                        character: Drew Sharp
                        credit_id: 653eb66e5907de00e1a2b0cc
                        gender: 2
                        id: 1673616
                        known_for_department: Acting
                        name: Sam Webb
                        order: 828
                        original_name: Sam Webb
                        popularity: 3.902
                        profile_path: null
                  id:
                    type: number
                    example: 62151
              examples:
                Credits:
                  value:
                    cast:
                      - adult: false
                        character: Walter White
                        credit_id: 52542282760ee313280017f9
                        gender: 2
                        id: 17419
                        known_for_department: Acting
                        name: Bryan Cranston
                        order: 0
                        original_name: Bryan Cranston
                        popularity: 49.506
                        profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg
                      - adult: false
                        character: Jesse Pinkman
                        credit_id: 52542282760ee31328001845
                        gender: 2
                        id: 84497
                        known_for_department: Acting
                        name: Aaron Paul
                        order: 1
                        original_name: Aaron Paul
                        popularity: 39.828
                        profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg
                      - adult: false
                        character: Skyler White
                        credit_id: 52542282760ee3132800181b
                        gender: 1
                        id: 134531
                        known_for_department: Acting
                        name: Anna Gunn
                        order: 2
                        original_name: Anna Gunn
                        popularity: 39.347
                        profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg
                      - adult: false
                        character: Walter White Jr.
                        credit_id: 52542284760ee313280018a9
                        gender: 2
                        id: 209674
                        known_for_department: Acting
                        name: RJ Mitte
                        order: 3
                        original_name: RJ Mitte
                        popularity: 27.301
                        profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg
                      - adult: false
                        character: Hank Schrader
                        credit_id: 52542283760ee3132800187b
                        gender: 2
                        id: 14329
                        known_for_department: Acting
                        name: Dean Norris
                        order: 4
                        original_name: Dean Norris
                        popularity: 53.39
                        profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg
                      - adult: false
                        character: Marie Schrader
                        credit_id: 52542283760ee31328001891
                        gender: 1
                        id: 1217934
                        known_for_department: Acting
                        name: Betsy Brandt
                        order: 5
                        original_name: Betsy Brandt
                        popularity: 24.823
                        profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg
                      - adult: false
                        character: Saul Goodman
                        credit_id: 5271b180760ee35afc09bb8d
                        gender: 2
                        id: 59410
                        known_for_department: Acting
                        name: Bob Odenkirk
                        order: 7
                        original_name: Bob Odenkirk
                        popularity: 28.303
                        profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg
                      - adult: false
                        character: Mike Ehrmantraut
                        credit_id: 5271b1e6760ee35af60941ad
                        gender: 2
                        id: 783
                        known_for_department: Acting
                        name: Jonathan Banks
                        order: 9
                        original_name: Jonathan Banks
                        popularity: 36.128
                        profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg
                    crew:
                      - adult: false
                        credit_id: 52542279760ee31328000b45
                        department: Writing
                        gender: 2
                        id: 1223193
                        job: Writer
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                      - adult: false
                        credit_id: 5277f415760ee331cb01760b
                        department: Directing
                        gender: 2
                        id: 1223193
                        job: Director
                        known_for_department: Writing
                        name: George Mastras
                        original_name: George Mastras
                        popularity: 1.588
                        profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg
                      - adult: false
                        credit_id: 643fec9bb0ba7e04cf13314a
                        department: Art
                        gender: 1
                        id: 1537678
                        job: Assistant Art Director
                        known_for_department: Art
                        name: Paula Dal Santo
                        original_name: Paula Dal Santo
                        popularity: 0.472
                        profile_path: null
                      - adult: false
                        credit_id: 64603ebedbbb42015305d0a9
                        department: Camera
                        gender: 2
                        id: 52034
                        job: Director of Photography
                        known_for_department: Directing
                        name: Michael Slovis
                        original_name: Michael Slovis
                        popularity: 9.104
                        profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg
                    guest_stars:
                      - adult: false
                        character: Steven Gomez
                        credit_id: 5271b489760ee35b3e0881a7
                        gender: 2
                        id: 61535
                        known_for_department: Acting
                        name: Steven Michael Quezada
                        order: 8
                        original_name: Steven Michael Quezada
                        popularity: 5.757
                        profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg
                      - adult: false
                        character: Conductor
                        credit_id: 5277f521760ee331cb019d13
                        gender: 2
                        id: 79079
                        known_for_department: Acting
                        name: Jamie McShane
                        order: 614
                        original_name: Jamie McShane
                        popularity: 22.178
                        profile_path: /wojvRZMpAwytyoFTMFOpvZ26qJq.jpg
                      - adult: false
                        character: Engineer
                        credit_id: 5277f920760ee3397037ab99
                        gender: 2
                        id: 84955
                        known_for_department: Acting
                        name: Myk Watford
                        order: 615
                        original_name: Myk Watford
                        popularity: 7.563
                        profile_path: /atyeOUzaR5f6Ew3gA2qE9N0Tvcr.jpg
                      - adult: false
                        character: Fernando
                        credit_id: 5277f9a8760ee35ba20de492
                        gender: 0
                        id: 1007881
                        known_for_department: Acting
                        name: Miguel Martinez
                        order: 616
                        original_name: Miguel Martinez
                        popularity: 0.253
                        profile_path: /3khjt3XRFhqFJUFdeQMYtQbLpkn.jpg
                      - adult: false
                        character: Good Samaritan
                        credit_id: 5277faee760ee331ce02b84e
                        gender: 2
                        id: 1194992
                        known_for_department: Acting
                        name: Ryan Begay
                        order: 617
                        original_name: Ryan Begay
                        popularity: 9.085
                        profile_path: /oIzcJxPs0gcW5Ne6beuwaXKTZrJ.jpg
                      - adult: false
                        character: Kuby
                        credit_id: 52765756760ee3603601643b
                        gender: 2
                        id: 109708
                        known_for_department: Acting
                        name: Bill Burr
                        order: 632
                        original_name: Bill Burr
                        popularity: 38.26
                        profile_path: /fP2UJs7RiSafEHxDFYVjVFSesda.jpg
                      - adult: false
                        character: Lydia Rodarte-Quayle
                        credit_id: 6524ad8ed399e6011d14adb3
                        gender: 1
                        id: 42279
                        known_for_department: Acting
                        name: Laura Fraser
                        order: 724
                        original_name: Laura Fraser
                        popularity: 26.04
                        profile_path: /4aD3xDLA22CIf6jdK0IAs75h8pp.jpg
                      - adult: false
                        character: Todd
                        credit_id: 6524ae29447f9c010048439b
                        gender: 2
                        id: 88124
                        known_for_department: Acting
                        name: Jesse Plemons
                        order: 725
                        original_name: Jesse Plemons
                        popularity: 43.071
                        profile_path: /ckTthGclQE0y6b7gR0RpRo7LskL.jpg
                      - adult: false
                        character: Janice
                        credit_id: 653ea6b6c8a5ac013a876bb4
                        gender: 1
                        id: 1448096
                        known_for_department: Acting
                        name: Mary Sue Evans
                        order: 770
                        original_name: Mary Sue Evans
                        popularity: 0.73
                        profile_path: null
                      - adult: false
                        character: Drew Sharp
                        credit_id: 653eb66e5907de00e1a2b0cc
                        gender: 2
                        id: 1673616
                        known_for_department: Acting
                        name: Sam Webb
                        order: 828
                        original_name: Sam Webb
                        popularity: 3.902
                        profile_path: null
                    id: 62151

````