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

# Aggregate Credits

> This endpoint retrieves the aggregate credits (acting and crew) that have been added to a TV season.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}/season/{{season_number}}/aggregate_credits
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - 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
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/tv/{{series_id}}/season/{{season_number}}/aggregate_credits:
    parameters:
      - name: series_id
        in: path
        description: >-
          This represents the series ID. Get it
          [here](https://starlight.mintlify.app/api-reference/seriesid)
        required: true
        schema:
          type: string
      - name: season_number
        in: path
        description: This represents the season number of the TV show.
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Seasons
      summary: Aggregate Credits
      description: >-
        This endpoint retrieves the aggregate credits (acting and crew) that
        have been added to a TV season.
      operationId: aggregateCredits1
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en
          description: This represents the language.
      responses:
        '200':
          description: Aggregate Credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=16216
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 29 Dec 2024 22:06:58 GMT
            ETag:
              schema:
                type: string
                example: W/"da77e49a6ba08539e39c682b68d60b2e"
            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 a1157b69a14bebe8162237750a074fae.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: P3u1hn-972uMsANmOJ8dcsL5lM88887eDXwVGH11nrzzlNNJnkTFSg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '11241'
            x-memc-expires:
              schema:
                type: string
                example: '16216'
            x-memc-key:
              schema:
                type: string
                example: 85cd0b21210f8f74a5d14ff47de6fd8b
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 73249
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Lee Jung-jae
                        order:
                          type: number
                          example: 0
                        original_name:
                          type: string
                          example: 이정재
                        popularity:
                          type: number
                          example: 49.606
                        profile_path:
                          type: string
                          example: /3h5Cfm0X8ohWn7psZkqdNWqXAHH.jpg
                        roles:
                          type: array
                          items:
                            type: object
                            properties:
                              character:
                                type: string
                                example: Seong Gi-hun / 'No. 456'
                              credit_id:
                                type: string
                                example: 5e691b882f3b1700113ec6a7
                              episode_count:
                                type: number
                                example: 7
                          example:
                            - character: Seong Gi-hun / 'No. 456'
                              credit_id: 5e691b882f3b1700113ec6a7
                              episode_count: 7
                        total_episode_count:
                          type: number
                          example: 7
                    example:
                      - adult: false
                        gender: 2
                        id: 73249
                        known_for_department: Acting
                        name: Lee Jung-jae
                        order: 0
                        original_name: 이정재
                        popularity: 49.606
                        profile_path: /3h5Cfm0X8ohWn7psZkqdNWqXAHH.jpg
                        roles:
                          - character: Seong Gi-hun / 'No. 456'
                            credit_id: 5e691b882f3b1700113ec6a7
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 25002
                        known_for_department: Acting
                        name: Lee Byung-hun
                        order: 1
                        original_name: 이병헌
                        popularity: 54.866
                        profile_path: /pY4pwYO8qwtzvuzpzRczDACDiVA.jpg
                        roles:
                          - character: Front Man
                            credit_id: 648e484726346200ae1bc82a
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1296713
                        known_for_department: Acting
                        name: Yim Si-wan
                        order: 2
                        original_name: 임시완
                        popularity: 27.103
                        profile_path: /8XbMzvYE3KUNDW1jEHSCjM9t89n.jpg
                        roles:
                          - character: Myung-gi / 'No. 333'
                            credit_id: 675222d137f18562020882ca
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1257899
                        known_for_department: Acting
                        name: Kang Ha-neul
                        order: 3
                        original_name: 강하늘
                        popularity: 31.927
                        profile_path: /9V9H2mzk9XLMVPr0HtZHPCbM0Q2.jpg
                        roles:
                          - character: Dae-ho / 'No. 388'
                            credit_id: 675222563494cc9bfbc60eaf
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1557181
                        known_for_department: Acting
                        name: Wi Ha-jun
                        order: 5
                        original_name: 위하준
                        popularity: 32.802
                        profile_path: /tEZuIaMESdBw4LfNq3vshGR4VlP.jpg
                        roles:
                          - character: Hwang Jun-ho
                            credit_id: 614cb84fc2823a0090ca07ef
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 1
                        id: 1983073
                        known_for_department: Acting
                        name: Park Gyu-young
                        order: 7
                        original_name: 박규영
                        popularity: 38.098
                        profile_path: /aqfLyqMoNzVwjhGInt6gX6fkIxs.jpg
                        roles:
                          - character: No-eul
                            credit_id: 6752241e84ca928d00c9f732
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1299479
                        known_for_department: Acting
                        name: Lee Jin-uk
                        order: 8
                        original_name: 이진욱
                        popularity: 39.543
                        profile_path: /wbuWNsAZTluQg9H1ObQKCkYA5tV.jpg
                        roles:
                          - character: Gyeong-seok / 'No. 246'
                            credit_id: 675222940e8c237986a8f6e1
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1140210
                        known_for_department: Acting
                        name: Park Sung-hoon
                        order: 10
                        original_name: 박성훈
                        popularity: 43.736
                        profile_path: /enKDuSOpLMDDqr12lLgr17DqZJF.jpg
                        roles:
                          - character: Hyun-ju / 'No. 120'
                            credit_id: 675223b237f1856202088336
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1297749
                        known_for_department: Acting
                        name: Yang Dong-geun
                        order: 11
                        original_name: 양동근
                        popularity: 15.289
                        profile_path: /rpP06EPyDZBHKbwBhTo1t3J9poN.jpg
                        roles:
                          - character: Yong-sik / 'No. 007'
                            credit_id: 6752223b0e8c237986a8f6bf
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 1
                        id: 2523069
                        known_for_department: Acting
                        name: Kang Ae-sim
                        order: 13
                        original_name: 강애심
                        popularity: 33.716
                        profile_path: /mnUozozJf3VUpgi91ysfyxlRqs1.jpg
                        roles:
                          - character: Geum-ja / 'No. 149'
                            credit_id: 6752231237f18562020882dc
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 1
                        id: 2359937
                        known_for_department: Acting
                        name: Jo Yu-ri
                        order: 14
                        original_name: 조유리
                        popularity: 14.974
                        profile_path: /yyNzNHZ6MavsuiNliL4MxzDk1zg.jpg
                        roles:
                          - character: Jun-hee / 'No. 222'
                            credit_id: 6752226a802bad16091a9c92
                            episode_count: 7
                        total_episode_count: 7
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        department:
                          type: string
                          example: Art
                        gender:
                          type: number
                          example: 0
                        id:
                          type: number
                          example: 2868491
                        jobs:
                          type: array
                          items:
                            type: object
                            properties:
                              credit_id:
                                type: string
                                example: 614f378ffb83460043363511
                              episode_count:
                                type: number
                                example: 7
                              job:
                                type: string
                                example: Props
                          example:
                            - credit_id: 614f378ffb83460043363511
                              episode_count: 7
                              job: Props
                        known_for_department:
                          type: string
                          example: Art
                        name:
                          type: string
                          example: Jin Hoon
                        original_name:
                          type: string
                          example: Jin Hoon
                        popularity:
                          type: number
                          example: 0.923
                        profile_path:
                          type: string
                          nullable: true
                          example: null
                        total_episode_count:
                          type: number
                          example: 7
                    example:
                      - adult: false
                        department: Art
                        gender: 0
                        id: 2868491
                        jobs:
                          - credit_id: 614f378ffb83460043363511
                            episode_count: 7
                            job: Props
                        known_for_department: Art
                        name: Jin Hoon
                        original_name: Jin Hoon
                        popularity: 0.923
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Art
                        gender: 2
                        id: 2969738
                        jobs:
                          - credit_id: 6150249cfb83460061241736
                            episode_count: 7
                            job: Set Dresser
                        known_for_department: Art
                        name: Kim Jung-gon
                        original_name: Kim Jung-gon
                        popularity: 0.407
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Art
                        gender: 2
                        id: 4532072
                        jobs:
                          - credit_id: 65d32c177614210163ff5b05
                            episode_count: 7
                            job: Special Props
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 0.826
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Art
                        gender: 1
                        id: 2200531
                        jobs:
                          - credit_id: 614ae474a6ddcb0043b5882e
                            episode_count: 7
                            job: Production Design
                        known_for_department: Art
                        name: Chae Kyoung-sun
                        original_name: Chae Kyung-sun
                        popularity: 4.704
                        profile_path: /liRRaTF7vE1PVgWPR7n4o60Zzpk.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 69087
                        jobs:
                          - credit_id: 676d4c2462ba310fc0128a5f
                            episode_count: 7
                            job: Director of Photography
                        known_for_department: Camera
                        name: Kim Ji-yong
                        original_name: 김지용
                        popularity: 1.898
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Camera
                        gender: 0
                        id: 3915375
                        jobs:
                          - credit_id: 676d4f37f9bc02e498927bd4
                            episode_count: 7
                            job: Key Grip
                        known_for_department: Camera
                        name: Cho Gi-hun
                        original_name: Cho Gi-hun
                        popularity: 0.246
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 2
                        id: 4532072
                        jobs:
                          - credit_id: 65d32cb0f495ee017c403980
                            episode_count: 7
                            job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 0.826
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 1
                        id: 43570
                        jobs:
                          - credit_id: 614ae47e511d09006288276b
                            episode_count: 7
                            job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Cho Sang-kyung
                        original_name: Cho Sang-kyung
                        popularity: 4.796
                        profile_path: /aTd5Tq5P6a41Q4kYRn9yxuj8xy8.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310049
                        jobs:
                          - credit_id: 676d4c5fd0b08f971861412f
                            episode_count: 7
                            job: Makeup & Hair
                        known_for_department: Costume & Make-Up
                        name: Son Eun-ju
                        original_name: Son Eun-ju
                        popularity: 1.843
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 0
                        id: 4727033
                        jobs:
                          - credit_id: 676d4e7c62ba310fc0128af5
                            episode_count: 7
                            job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Kim Se-hee
                        original_name: 김세희
                        popularity: 0.001
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310033
                        jobs:
                          - credit_id: 676d4c55d0b08f9718614125
                            episode_count: 7
                            job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Choi Yoon-sun
                        original_name: Choi Yoon-sun
                        popularity: 0.714
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Crew
                        gender: 2
                        id: 2212402
                        jobs:
                          - credit_id: 614ae4b99a9e20008dc983fe
                            episode_count: 7
                            job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Park Young-sik
                        original_name: Park Young-sik
                        popularity: 1.112
                        profile_path: /dWIq59YTLfqAYA45qvDXo4dFefo.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Crew
                        gender: 0
                        id: 2212399
                        jobs:
                          - credit_id: 61dab879bc8657006c75f9bd
                            episode_count: 7
                            job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Jeong Seong-ho
                        original_name: Jeong Seong-ho
                        popularity: 0.687
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Directing
                        gender: 0
                        id: 3671640
                        jobs:
                          - credit_id: 6301fda0839d93007b62f3c1
                            episode_count: 7
                            job: Assistant Director
                        known_for_department: Directing
                        name: Park Sin-woong
                        original_name: Park Sin-woong
                        popularity: 0.923
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Directing
                        gender: 0
                        id: 5141799
                        jobs:
                          - credit_id: 676d54cabf10ff19846144e5
                            episode_count: 7
                            job: Assistant Director
                        known_for_department: Directing
                        name: Kim Tae-yoon
                        original_name: 김태윤
                        popularity: 1.094
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Editing
                        gender: 1
                        id: 2968076
                        jobs:
                          - credit_id: 676d4cbae2976ba75b9284c8
                            episode_count: 7
                            job: Digital Intermediate
                        known_for_department: Editing
                        name: Park Jin-young
                        original_name: 박진영
                        popularity: 2.159
                        profile_path: /2h4BSO87FdI1h9dPla114x0ToTP.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Editing
                        gender: 1
                        id: 79570
                        jobs:
                          - credit_id: 614ae492c2823a006440b57f
                            episode_count: 7
                            job: Editor
                        known_for_department: Editing
                        name: Nam Na-young
                        original_name: Nam Na-young
                        popularity: 1.019
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Lighting
                        gender: 0
                        id: 4458492
                        jobs:
                          - credit_id: 676d4f650c4402b631927f47
                            episode_count: 7
                            job: Lighting Director
                        known_for_department: Lighting
                        name: Pak Jun-u
                        original_name: Pak Jun-u
                        popularity: 0.001
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 0
                        id: 5141771
                        jobs:
                          - credit_id: 676d4e95e2976ba75b9285c6
                            episode_count: 7
                            job: Line Producer
                        known_for_department: Production
                        name: Lee Na-ri
                        original_name: 이나리
                        popularity: 0.588
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 1
                        id: 3917889
                        jobs:
                          - credit_id: 65d32bb212425c017ce48f4a
                            episode_count: 7
                            job: Executive Producer
                        known_for_department: Production
                        name: Kim Ji-yeon
                        original_name: Kim Ji-yeon
                        popularity: 0.403
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 0
                        id: 1294476
                        jobs:
                          - credit_id: 614ae43f2dffd80045cfebf3
                            episode_count: 7
                            job: Producer
                        known_for_department: Production
                        name: Han Heung-seok
                        original_name: Han Heung-seok
                        popularity: 1.364
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1294471
                        jobs:
                          - credit_id: 614ae44d511d09008a22957a
                            episode_count: 7
                            job: Executive Producer
                        known_for_department: Directing
                        name: Hwang Dong-hyuk
                        original_name: 황동혁
                        popularity: 18.68
                        profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 0
                        id: 5141769
                        jobs:
                          - credit_id: 676d4d200c4402b631927ee2
                            episode_count: 7
                            job: Producer
                        known_for_department: Production
                        name: Kim Ji-eun
                        original_name: 김지은
                        popularity: 0.588
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Sound
                        gender: 1
                        id: 2100272
                        jobs:
                          - credit_id: 614ae49d9f0e19008f695fd0
                            episode_count: 7
                            job: Sound Supervisor
                        known_for_department: Sound
                        name: Gang Hye-yeong
                        original_name: Gang Hye-yeong
                        popularity: 2.927
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Sound
                        gender: 0
                        id: 3422961
                        jobs:
                          - credit_id: 62075705c92c5d0068e33b09
                            episode_count: 7
                            job: Production Sound Mixer
                        known_for_department: Sound
                        name: Park Hyun-soo
                        original_name: Park Hyun-soo
                        popularity: 2.695
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 2127965
                        jobs:
                          - credit_id: 614435a7ed28b9008e9ede3f
                            episode_count: 7
                            job: Original Music Composer
                        known_for_department: Sound
                        name: Jung Jae-il
                        original_name: 정재일
                        popularity: 2.546
                        profile_path: /a1q0hsgTTUJwaq0T3W02mi1b6Q6.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Visual Effects
                        gender: 0
                        id: 4042338
                        jobs:
                          - credit_id: 645259c9d48cee00e132c1ef
                            episode_count: 7
                            job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Kim Chang-seok
                        original_name: Kim Chang-seok
                        popularity: 0.848
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Visual Effects
                        gender: 0
                        id: 2478789
                        jobs:
                          - credit_id: 645258d5d8f44e0dae955948
                            episode_count: 7
                            job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Park Kyoung-soo
                        original_name: Park Kyoung-soo
                        popularity: 1.383
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Visual Effects
                        gender: 2
                        id: 3568315
                        jobs:
                          - credit_id: 64525843d8f44e0daf4a540b
                            episode_count: 7
                            job: VFX Supervisor
                        known_for_department: Visual Effects
                        name: Cheong Jai-hoon
                        original_name: Cheong Jai-hoon
                        popularity: 1.442
                        profile_path: null
                        total_episode_count: 7
                  id:
                    type: number
                    example: 287516
              examples:
                Aggregate Credits:
                  value:
                    cast:
                      - adult: false
                        gender: 2
                        id: 73249
                        known_for_department: Acting
                        name: Lee Jung-jae
                        order: 0
                        original_name: 이정재
                        popularity: 49.606
                        profile_path: /3h5Cfm0X8ohWn7psZkqdNWqXAHH.jpg
                        roles:
                          - character: Seong Gi-hun / 'No. 456'
                            credit_id: 5e691b882f3b1700113ec6a7
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 25002
                        known_for_department: Acting
                        name: Lee Byung-hun
                        order: 1
                        original_name: 이병헌
                        popularity: 54.866
                        profile_path: /pY4pwYO8qwtzvuzpzRczDACDiVA.jpg
                        roles:
                          - character: Front Man
                            credit_id: 648e484726346200ae1bc82a
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1296713
                        known_for_department: Acting
                        name: Yim Si-wan
                        order: 2
                        original_name: 임시완
                        popularity: 27.103
                        profile_path: /8XbMzvYE3KUNDW1jEHSCjM9t89n.jpg
                        roles:
                          - character: Myung-gi / 'No. 333'
                            credit_id: 675222d137f18562020882ca
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1257899
                        known_for_department: Acting
                        name: Kang Ha-neul
                        order: 3
                        original_name: 강하늘
                        popularity: 31.927
                        profile_path: /9V9H2mzk9XLMVPr0HtZHPCbM0Q2.jpg
                        roles:
                          - character: Dae-ho / 'No. 388'
                            credit_id: 675222563494cc9bfbc60eaf
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1557181
                        known_for_department: Acting
                        name: Wi Ha-jun
                        order: 5
                        original_name: 위하준
                        popularity: 32.802
                        profile_path: /tEZuIaMESdBw4LfNq3vshGR4VlP.jpg
                        roles:
                          - character: Hwang Jun-ho
                            credit_id: 614cb84fc2823a0090ca07ef
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 1
                        id: 1983073
                        known_for_department: Acting
                        name: Park Gyu-young
                        order: 7
                        original_name: 박규영
                        popularity: 38.098
                        profile_path: /aqfLyqMoNzVwjhGInt6gX6fkIxs.jpg
                        roles:
                          - character: No-eul
                            credit_id: 6752241e84ca928d00c9f732
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1299479
                        known_for_department: Acting
                        name: Lee Jin-uk
                        order: 8
                        original_name: 이진욱
                        popularity: 39.543
                        profile_path: /wbuWNsAZTluQg9H1ObQKCkYA5tV.jpg
                        roles:
                          - character: Gyeong-seok / 'No. 246'
                            credit_id: 675222940e8c237986a8f6e1
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1140210
                        known_for_department: Acting
                        name: Park Sung-hoon
                        order: 10
                        original_name: 박성훈
                        popularity: 43.736
                        profile_path: /enKDuSOpLMDDqr12lLgr17DqZJF.jpg
                        roles:
                          - character: Hyun-ju / 'No. 120'
                            credit_id: 675223b237f1856202088336
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 2
                        id: 1297749
                        known_for_department: Acting
                        name: Yang Dong-geun
                        order: 11
                        original_name: 양동근
                        popularity: 15.289
                        profile_path: /rpP06EPyDZBHKbwBhTo1t3J9poN.jpg
                        roles:
                          - character: Yong-sik / 'No. 007'
                            credit_id: 6752223b0e8c237986a8f6bf
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 1
                        id: 2523069
                        known_for_department: Acting
                        name: Kang Ae-sim
                        order: 13
                        original_name: 강애심
                        popularity: 33.716
                        profile_path: /mnUozozJf3VUpgi91ysfyxlRqs1.jpg
                        roles:
                          - character: Geum-ja / 'No. 149'
                            credit_id: 6752231237f18562020882dc
                            episode_count: 7
                        total_episode_count: 7
                      - adult: false
                        gender: 1
                        id: 2359937
                        known_for_department: Acting
                        name: Jo Yu-ri
                        order: 14
                        original_name: 조유리
                        popularity: 14.974
                        profile_path: /yyNzNHZ6MavsuiNliL4MxzDk1zg.jpg
                        roles:
                          - character: Jun-hee / 'No. 222'
                            credit_id: 6752226a802bad16091a9c92
                            episode_count: 7
                        total_episode_count: 7
                    crew:
                      - adult: false
                        department: Art
                        gender: 0
                        id: 2868491
                        jobs:
                          - credit_id: 614f378ffb83460043363511
                            episode_count: 7
                            job: Props
                        known_for_department: Art
                        name: Jin Hoon
                        original_name: Jin Hoon
                        popularity: 0.923
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Art
                        gender: 2
                        id: 2969738
                        jobs:
                          - credit_id: 6150249cfb83460061241736
                            episode_count: 7
                            job: Set Dresser
                        known_for_department: Art
                        name: Kim Jung-gon
                        original_name: Kim Jung-gon
                        popularity: 0.407
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Art
                        gender: 2
                        id: 4532072
                        jobs:
                          - credit_id: 65d32c177614210163ff5b05
                            episode_count: 7
                            job: Special Props
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 0.826
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Art
                        gender: 1
                        id: 2200531
                        jobs:
                          - credit_id: 614ae474a6ddcb0043b5882e
                            episode_count: 7
                            job: Production Design
                        known_for_department: Art
                        name: Chae Kyoung-sun
                        original_name: Chae Kyung-sun
                        popularity: 4.704
                        profile_path: /liRRaTF7vE1PVgWPR7n4o60Zzpk.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Camera
                        gender: 2
                        id: 69087
                        jobs:
                          - credit_id: 676d4c2462ba310fc0128a5f
                            episode_count: 7
                            job: Director of Photography
                        known_for_department: Camera
                        name: Kim Ji-yong
                        original_name: 김지용
                        popularity: 1.898
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Camera
                        gender: 0
                        id: 3915375
                        jobs:
                          - credit_id: 676d4f37f9bc02e498927bd4
                            episode_count: 7
                            job: Key Grip
                        known_for_department: Camera
                        name: Cho Gi-hun
                        original_name: Cho Gi-hun
                        popularity: 0.246
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 2
                        id: 4532072
                        jobs:
                          - credit_id: 65d32cb0f495ee017c403980
                            episode_count: 7
                            job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 0.826
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 1
                        id: 43570
                        jobs:
                          - credit_id: 614ae47e511d09006288276b
                            episode_count: 7
                            job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Cho Sang-kyung
                        original_name: Cho Sang-kyung
                        popularity: 4.796
                        profile_path: /aTd5Tq5P6a41Q4kYRn9yxuj8xy8.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310049
                        jobs:
                          - credit_id: 676d4c5fd0b08f971861412f
                            episode_count: 7
                            job: Makeup & Hair
                        known_for_department: Costume & Make-Up
                        name: Son Eun-ju
                        original_name: Son Eun-ju
                        popularity: 1.843
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 0
                        id: 4727033
                        jobs:
                          - credit_id: 676d4e7c62ba310fc0128af5
                            episode_count: 7
                            job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Kim Se-hee
                        original_name: 김세희
                        popularity: 0.001
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310033
                        jobs:
                          - credit_id: 676d4c55d0b08f9718614125
                            episode_count: 7
                            job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Choi Yoon-sun
                        original_name: Choi Yoon-sun
                        popularity: 0.714
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Crew
                        gender: 2
                        id: 2212402
                        jobs:
                          - credit_id: 614ae4b99a9e20008dc983fe
                            episode_count: 7
                            job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Park Young-sik
                        original_name: Park Young-sik
                        popularity: 1.112
                        profile_path: /dWIq59YTLfqAYA45qvDXo4dFefo.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Crew
                        gender: 0
                        id: 2212399
                        jobs:
                          - credit_id: 61dab879bc8657006c75f9bd
                            episode_count: 7
                            job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Jeong Seong-ho
                        original_name: Jeong Seong-ho
                        popularity: 0.687
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Directing
                        gender: 0
                        id: 3671640
                        jobs:
                          - credit_id: 6301fda0839d93007b62f3c1
                            episode_count: 7
                            job: Assistant Director
                        known_for_department: Directing
                        name: Park Sin-woong
                        original_name: Park Sin-woong
                        popularity: 0.923
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Directing
                        gender: 0
                        id: 5141799
                        jobs:
                          - credit_id: 676d54cabf10ff19846144e5
                            episode_count: 7
                            job: Assistant Director
                        known_for_department: Directing
                        name: Kim Tae-yoon
                        original_name: 김태윤
                        popularity: 1.094
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Editing
                        gender: 1
                        id: 2968076
                        jobs:
                          - credit_id: 676d4cbae2976ba75b9284c8
                            episode_count: 7
                            job: Digital Intermediate
                        known_for_department: Editing
                        name: Park Jin-young
                        original_name: 박진영
                        popularity: 2.159
                        profile_path: /2h4BSO87FdI1h9dPla114x0ToTP.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Editing
                        gender: 1
                        id: 79570
                        jobs:
                          - credit_id: 614ae492c2823a006440b57f
                            episode_count: 7
                            job: Editor
                        known_for_department: Editing
                        name: Nam Na-young
                        original_name: Nam Na-young
                        popularity: 1.019
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Lighting
                        gender: 0
                        id: 4458492
                        jobs:
                          - credit_id: 676d4f650c4402b631927f47
                            episode_count: 7
                            job: Lighting Director
                        known_for_department: Lighting
                        name: Pak Jun-u
                        original_name: Pak Jun-u
                        popularity: 0.001
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 0
                        id: 5141771
                        jobs:
                          - credit_id: 676d4e95e2976ba75b9285c6
                            episode_count: 7
                            job: Line Producer
                        known_for_department: Production
                        name: Lee Na-ri
                        original_name: 이나리
                        popularity: 0.588
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 1
                        id: 3917889
                        jobs:
                          - credit_id: 65d32bb212425c017ce48f4a
                            episode_count: 7
                            job: Executive Producer
                        known_for_department: Production
                        name: Kim Ji-yeon
                        original_name: Kim Ji-yeon
                        popularity: 0.403
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 0
                        id: 1294476
                        jobs:
                          - credit_id: 614ae43f2dffd80045cfebf3
                            episode_count: 7
                            job: Producer
                        known_for_department: Production
                        name: Han Heung-seok
                        original_name: Han Heung-seok
                        popularity: 1.364
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 2
                        id: 1294471
                        jobs:
                          - credit_id: 614ae44d511d09008a22957a
                            episode_count: 7
                            job: Executive Producer
                        known_for_department: Directing
                        name: Hwang Dong-hyuk
                        original_name: 황동혁
                        popularity: 18.68
                        profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Production
                        gender: 0
                        id: 5141769
                        jobs:
                          - credit_id: 676d4d200c4402b631927ee2
                            episode_count: 7
                            job: Producer
                        known_for_department: Production
                        name: Kim Ji-eun
                        original_name: 김지은
                        popularity: 0.588
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Sound
                        gender: 1
                        id: 2100272
                        jobs:
                          - credit_id: 614ae49d9f0e19008f695fd0
                            episode_count: 7
                            job: Sound Supervisor
                        known_for_department: Sound
                        name: Gang Hye-yeong
                        original_name: Gang Hye-yeong
                        popularity: 2.927
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Sound
                        gender: 0
                        id: 3422961
                        jobs:
                          - credit_id: 62075705c92c5d0068e33b09
                            episode_count: 7
                            job: Production Sound Mixer
                        known_for_department: Sound
                        name: Park Hyun-soo
                        original_name: Park Hyun-soo
                        popularity: 2.695
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Sound
                        gender: 2
                        id: 2127965
                        jobs:
                          - credit_id: 614435a7ed28b9008e9ede3f
                            episode_count: 7
                            job: Original Music Composer
                        known_for_department: Sound
                        name: Jung Jae-il
                        original_name: 정재일
                        popularity: 2.546
                        profile_path: /a1q0hsgTTUJwaq0T3W02mi1b6Q6.jpg
                        total_episode_count: 7
                      - adult: false
                        department: Visual Effects
                        gender: 0
                        id: 4042338
                        jobs:
                          - credit_id: 645259c9d48cee00e132c1ef
                            episode_count: 7
                            job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Kim Chang-seok
                        original_name: Kim Chang-seok
                        popularity: 0.848
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Visual Effects
                        gender: 0
                        id: 2478789
                        jobs:
                          - credit_id: 645258d5d8f44e0dae955948
                            episode_count: 7
                            job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Park Kyoung-soo
                        original_name: Park Kyoung-soo
                        popularity: 1.383
                        profile_path: null
                        total_episode_count: 7
                      - adult: false
                        department: Visual Effects
                        gender: 2
                        id: 3568315
                        jobs:
                          - credit_id: 64525843d8f44e0daf4a540b
                            episode_count: 7
                            job: VFX Supervisor
                        known_for_department: Visual Effects
                        name: Cheong Jai-hoon
                        original_name: Cheong Jai-hoon
                        popularity: 1.442
                        profile_path: null
                        total_episode_count: 7
                    id: 287516
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````