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

# Credits

> This endpoint get the credits for a specific season of a TV series.



## OpenAPI

````yaml get /3/tv/{series_id}/season/{season_number}/credits
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}/season/{season_number}/credits:
    parameters:
      - $ref: '#/components/parameters/SeriesID'
      - name: season_number
        in: path
        required: true
        schema:
          type: integer
          example: 2
    get:
      tags:
        - TV SEASONS
      summary: Credits
      description: This endpoint get the credits for a specific season of a TV series.
      operationId: credits1
      parameters:
        - name: language
          in: query
          schema:
            type: string
            default: 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=2845
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 09:18:21 GMT
            ETag:
              schema:
                type: string
                example: W/"6accf4b29fed865981010ee55f52fcdf"
            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 57683e1b4b68ffc4d35501f444414c4c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: ttZ88C77pZJivjATjntfyHUJ6lUdIwiV-kZunsn8_yV2tURr6HKEAA==
            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: '21084'
            x-memc-expires:
              schema:
                type: string
                example: '2845'
            x-memc-key:
              schema:
                type: string
                example: d2f8321f98d39a45f55a1fe86e7567ad
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Stan Smith / Roger (voice)
                        credit_id:
                          type: string
                          example: 5256e83b19c2956ff60ed46d
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 52139
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Seth MacFarlane
                        order:
                          type: number
                          example: 0
                        original_name:
                          type: string
                          example: Seth MacFarlane
                        popularity:
                          type: number
                          example: 23.499
                        profile_path:
                          type: string
                          example: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                    example:
                      - adult: false
                        character: Stan Smith / Roger (voice)
                        credit_id: 5256e83b19c2956ff60ed46d
                        gender: 2
                        id: 52139
                        known_for_department: Acting
                        name: Seth MacFarlane
                        order: 0
                        original_name: Seth MacFarlane
                        popularity: 23.499
                        profile_path: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                      - adult: false
                        character: Francine Smith (voice)
                        credit_id: 5256e83b19c2956ff60ed3bb
                        gender: 1
                        id: 37600
                        known_for_department: Acting
                        name: Wendy Schaal
                        order: 1
                        original_name: Wendy Schaal
                        popularity: 14.136
                        profile_path: /qq9Jc77KD24FxxJrR7O2F3E6c8A.jpg
                      - adult: false
                        character: Hayley Smith (voice)
                        credit_id: 5256e83b19c2956ff60ed371
                        gender: 1
                        id: 81668
                        known_for_department: Acting
                        name: Rachael MacFarlane
                        order: 2
                        original_name: Rachael MacFarlane
                        popularity: 6.058
                        profile_path: /AnLEvMh9pl94uJOO2MnZFQB44b4.jpg
                      - adult: false
                        character: Steve Smith (voice)
                        credit_id: 5256e83b19c2956ff60ed409
                        gender: 2
                        id: 35091
                        known_for_department: Acting
                        name: Scott Grimes
                        order: 3
                        original_name: Scott Grimes
                        popularity: 16.771
                        profile_path: /oB0xperEt45g8Ti6lpObpi6c5XV.jpg
                      - adult: false
                        character: Klaus (voice)
                        credit_id: 527ae96619c29529e5088231
                        gender: 2
                        id: 23680
                        known_for_department: Acting
                        name: Dee Bradley Baker
                        order: 4
                        original_name: Dee Bradley Baker
                        popularity: 16.274
                        profile_path: /9oFnToDZWp0I484s7Ua1EzNQQ2m.jpg
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        credit_id:
                          type: string
                          example: 5542d0f9c3a3680cdf0007c1
                        department:
                          type: string
                          example: Production
                        gender:
                          type: number
                          example: 0
                        id:
                          type: number
                          example: 1461337
                        job:
                          type: string
                          example: Production Manager
                        known_for_department:
                          type: string
                          example: Production
                        name:
                          type: string
                          example: Tanya Calderon
                        original_name:
                          type: string
                          example: Tanya Calderon
                        popularity:
                          type: number
                          example: 0.531
                        profile_path:
                          type: string
                          nullable: true
                          example: null
                    example:
                      - adult: false
                        credit_id: 5542d0f9c3a3680cdf0007c1
                        department: Production
                        gender: 0
                        id: 1461337
                        job: Production Manager
                        known_for_department: Production
                        name: Tanya Calderon
                        original_name: Tanya Calderon
                        popularity: 0.531
                        profile_path: null
                      - adult: false
                        credit_id: 554afc6dc3a3685e58001165
                        department: Visual Effects
                        gender: 0
                        id: 1463906
                        job: Animation Manager
                        known_for_department: Visual Effects
                        name: Penelope Sevier
                        original_name: Penelope Sevier
                        popularity: 0.569
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84619c2956ff60eddfb
                        department: Production
                        gender: 1
                        id: 1224454
                        job: Producer
                        known_for_department: Writing
                        name: Nahnatchka Khan
                        original_name: Nahnatchka Khan
                        popularity: 5.42
                        profile_path: /lIr3fOt0OZgDlVBvyvIdWhzz2.jpg
                      - adult: false
                        credit_id: 5256e84119c2956ff60edc97
                        department: Production
                        gender: 2
                        id: 1224453
                        job: Executive Producer
                        known_for_department: Writing
                        name: David Zuckerman
                        original_name: David Zuckerman
                        popularity: 0.861
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84019c2956ff60edaa3
                        department: Production
                        gender: 2
                        id: 1224471
                        job: Producer
                        known_for_department: Writing
                        name: Judah Miller
                        original_name: Judah Miller
                        popularity: 1.19
                        profile_path: /vN7RC1xkyHKD9XtiPtGVyKDztTp.jpg
                      - adult: false
                        credit_id: 5256e84419c2956ff60eddb3
                        department: Production
                        gender: 2
                        id: 1224456
                        job: Producer
                        known_for_department: Writing
                        name: Brian Boyle
                        original_name: Brian Boyle
                        popularity: 0.139
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84419c2956ff60edd6d
                        department: Production
                        gender: 2
                        id: 1224476
                        job: Producer
                        known_for_department: Writing
                        name: Jonathan Fener
                        original_name: Jonathan Fener
                        popularity: 0.405
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84319c2956ff60edd25
                        department: Production
                        gender: 2
                        id: 1213081
                        job: Producer
                        known_for_department: Writing
                        name: Dan Vebber
                        original_name: Dan Vebber
                        popularity: 2.122
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84119c2956ff60edc4f
                        department: Production
                        gender: 2
                        id: 1224474
                        job: Executive Producer
                        known_for_department: Writing
                        name: Kenny Schwartz
                        original_name: Kenny Schwartz
                        popularity: 0.665
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84119c2956ff60edc07
                        department: Production
                        gender: 2
                        id: 1224473
                        job: Executive Producer
                        known_for_department: Writing
                        name: Rick Wiener
                        original_name: Rick Wiener
                        popularity: 0.759
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84019c2956ff60eda17
                        department: Production
                        gender: 2
                        id: 1216656
                        job: Producer
                        known_for_department: Production
                        name: Richard Appel
                        original_name: Richard Appel
                        popularity: 0.961
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84019c2956ff60ed9d1
                        department: Production
                        gender: 2
                        id: 1224449
                        job: Executive Producer
                        known_for_department: Writing
                        name: Mike Barker
                        original_name: Mike Barker
                        popularity: 2.515
                        profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60eda5d
                        department: Production
                        gender: 0
                        id: 1224460
                        job: Producer
                        known_for_department: Writing
                        name: Jim Bernstein
                        original_name: Jim Bernstein
                        popularity: 2.917
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84119c2956ff60edbbf
                        department: Production
                        gender: 1
                        id: 1213977
                        job: Producer
                        known_for_department: Production
                        name: Kara Vallow
                        original_name: Kara Vallow
                        popularity: 1.078
                        profile_path: /yZZpnvTNgcXx69xQe8G69NL4MgR.jpg
                      - adult: false
                        credit_id: 5256e84319c2956ff60edcdf
                        department: Production
                        gender: 2
                        id: 1224459
                        job: Producer
                        known_for_department: Writing
                        name: Michael Shipley
                        original_name: Michael Shipley
                        popularity: 0.573
                        profile_path: /2pBzJFbN6wfUuYeZCCTad5Paytv.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60edae9
                        department: Production
                        gender: 2
                        id: 1224468
                        job: Producer
                        known_for_department: Production
                        name: David Hemingson
                        original_name: David Hemingson
                        popularity: 2.513
                        profile_path: /xYEPUUqwlOAJDAaZOyQat0rXfYZ.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60ed989
                        department: Production
                        gender: 2
                        id: 52139
                        job: Executive Producer
                        known_for_department: Acting
                        name: Seth MacFarlane
                        original_name: Seth MacFarlane
                        popularity: 23.499
                        profile_path: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60edb77
                        department: Production
                        gender: 2
                        id: 1224452
                        job: Executive Producer
                        known_for_department: Writing
                        name: Matt Weitzman
                        original_name: Matt Weitzman
                        popularity: 2.698
                        profile_path: null
                  id:
                    type: number
                    example: 3820
              examples:
                Credits:
                  value:
                    cast:
                      - adult: false
                        character: Stan Smith / Roger (voice)
                        credit_id: 5256e83b19c2956ff60ed46d
                        gender: 2
                        id: 52139
                        known_for_department: Acting
                        name: Seth MacFarlane
                        order: 0
                        original_name: Seth MacFarlane
                        popularity: 23.499
                        profile_path: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                      - adult: false
                        character: Francine Smith (voice)
                        credit_id: 5256e83b19c2956ff60ed3bb
                        gender: 1
                        id: 37600
                        known_for_department: Acting
                        name: Wendy Schaal
                        order: 1
                        original_name: Wendy Schaal
                        popularity: 14.136
                        profile_path: /qq9Jc77KD24FxxJrR7O2F3E6c8A.jpg
                      - adult: false
                        character: Hayley Smith (voice)
                        credit_id: 5256e83b19c2956ff60ed371
                        gender: 1
                        id: 81668
                        known_for_department: Acting
                        name: Rachael MacFarlane
                        order: 2
                        original_name: Rachael MacFarlane
                        popularity: 6.058
                        profile_path: /AnLEvMh9pl94uJOO2MnZFQB44b4.jpg
                      - adult: false
                        character: Steve Smith (voice)
                        credit_id: 5256e83b19c2956ff60ed409
                        gender: 2
                        id: 35091
                        known_for_department: Acting
                        name: Scott Grimes
                        order: 3
                        original_name: Scott Grimes
                        popularity: 16.771
                        profile_path: /oB0xperEt45g8Ti6lpObpi6c5XV.jpg
                      - adult: false
                        character: Klaus (voice)
                        credit_id: 527ae96619c29529e5088231
                        gender: 2
                        id: 23680
                        known_for_department: Acting
                        name: Dee Bradley Baker
                        order: 4
                        original_name: Dee Bradley Baker
                        popularity: 16.274
                        profile_path: /9oFnToDZWp0I484s7Ua1EzNQQ2m.jpg
                    crew:
                      - adult: false
                        credit_id: 5542d0f9c3a3680cdf0007c1
                        department: Production
                        gender: 0
                        id: 1461337
                        job: Production Manager
                        known_for_department: Production
                        name: Tanya Calderon
                        original_name: Tanya Calderon
                        popularity: 0.531
                        profile_path: null
                      - adult: false
                        credit_id: 554afc6dc3a3685e58001165
                        department: Visual Effects
                        gender: 0
                        id: 1463906
                        job: Animation Manager
                        known_for_department: Visual Effects
                        name: Penelope Sevier
                        original_name: Penelope Sevier
                        popularity: 0.569
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84619c2956ff60eddfb
                        department: Production
                        gender: 1
                        id: 1224454
                        job: Producer
                        known_for_department: Writing
                        name: Nahnatchka Khan
                        original_name: Nahnatchka Khan
                        popularity: 5.42
                        profile_path: /lIr3fOt0OZgDlVBvyvIdWhzz2.jpg
                      - adult: false
                        credit_id: 5256e84119c2956ff60edc97
                        department: Production
                        gender: 2
                        id: 1224453
                        job: Executive Producer
                        known_for_department: Writing
                        name: David Zuckerman
                        original_name: David Zuckerman
                        popularity: 0.861
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84019c2956ff60edaa3
                        department: Production
                        gender: 2
                        id: 1224471
                        job: Producer
                        known_for_department: Writing
                        name: Judah Miller
                        original_name: Judah Miller
                        popularity: 1.19
                        profile_path: /vN7RC1xkyHKD9XtiPtGVyKDztTp.jpg
                      - adult: false
                        credit_id: 5256e84419c2956ff60eddb3
                        department: Production
                        gender: 2
                        id: 1224456
                        job: Producer
                        known_for_department: Writing
                        name: Brian Boyle
                        original_name: Brian Boyle
                        popularity: 0.139
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84419c2956ff60edd6d
                        department: Production
                        gender: 2
                        id: 1224476
                        job: Producer
                        known_for_department: Writing
                        name: Jonathan Fener
                        original_name: Jonathan Fener
                        popularity: 0.405
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84319c2956ff60edd25
                        department: Production
                        gender: 2
                        id: 1213081
                        job: Producer
                        known_for_department: Writing
                        name: Dan Vebber
                        original_name: Dan Vebber
                        popularity: 2.122
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84119c2956ff60edc4f
                        department: Production
                        gender: 2
                        id: 1224474
                        job: Executive Producer
                        known_for_department: Writing
                        name: Kenny Schwartz
                        original_name: Kenny Schwartz
                        popularity: 0.665
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84119c2956ff60edc07
                        department: Production
                        gender: 2
                        id: 1224473
                        job: Executive Producer
                        known_for_department: Writing
                        name: Rick Wiener
                        original_name: Rick Wiener
                        popularity: 0.759
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84019c2956ff60eda17
                        department: Production
                        gender: 2
                        id: 1216656
                        job: Producer
                        known_for_department: Production
                        name: Richard Appel
                        original_name: Richard Appel
                        popularity: 0.961
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84019c2956ff60ed9d1
                        department: Production
                        gender: 2
                        id: 1224449
                        job: Executive Producer
                        known_for_department: Writing
                        name: Mike Barker
                        original_name: Mike Barker
                        popularity: 2.515
                        profile_path: /eUpPQD9qX3XdZpl5ItWiDvnWrWA.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60eda5d
                        department: Production
                        gender: 0
                        id: 1224460
                        job: Producer
                        known_for_department: Writing
                        name: Jim Bernstein
                        original_name: Jim Bernstein
                        popularity: 2.917
                        profile_path: null
                      - adult: false
                        credit_id: 5256e84119c2956ff60edbbf
                        department: Production
                        gender: 1
                        id: 1213977
                        job: Producer
                        known_for_department: Production
                        name: Kara Vallow
                        original_name: Kara Vallow
                        popularity: 1.078
                        profile_path: /yZZpnvTNgcXx69xQe8G69NL4MgR.jpg
                      - adult: false
                        credit_id: 5256e84319c2956ff60edcdf
                        department: Production
                        gender: 2
                        id: 1224459
                        job: Producer
                        known_for_department: Writing
                        name: Michael Shipley
                        original_name: Michael Shipley
                        popularity: 0.573
                        profile_path: /2pBzJFbN6wfUuYeZCCTad5Paytv.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60edae9
                        department: Production
                        gender: 2
                        id: 1224468
                        job: Producer
                        known_for_department: Production
                        name: David Hemingson
                        original_name: David Hemingson
                        popularity: 2.513
                        profile_path: /xYEPUUqwlOAJDAaZOyQat0rXfYZ.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60ed989
                        department: Production
                        gender: 2
                        id: 52139
                        job: Executive Producer
                        known_for_department: Acting
                        name: Seth MacFarlane
                        original_name: Seth MacFarlane
                        popularity: 23.499
                        profile_path: /8oQJqM51Z0Qtdb7sE6ZfX1peNCB.jpg
                      - adult: false
                        credit_id: 5256e84019c2956ff60edb77
                        department: Production
                        gender: 2
                        id: 1224452
                        job: Executive Producer
                        known_for_department: Writing
                        name: Matt Weitzman
                        original_name: Matt Weitzman
                        popularity: 2.698
                        profile_path: null
                    id: 3820
components:
  parameters:
    SeriesID:
      name: series_id
      description: a uniques identifier for a tv serie
      in: path
      required: true
      schema:
        type: integer
      examples:
        example1:
          value: 122
        example2:
          value: 123
        example3:
          value: 110381
        example4:
          value: 1433
        example5:
          value: 93405
        example6:
          value: 1399
        example7:
          value: 84007
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````