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

# Credits

> This endpoint retrieves a list of the latest season credits of a TV show.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}/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}}/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
    get:
      tags:
        - TV Series
      summary: Credits
      description: >-
        This endpoint retrieves a list of the latest season credits of a TV
        show.
      operationId: credits
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en
          description: This represents the language.
      responses:
        '200':
          description: Credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=24865
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 28 Dec 2024 15:15:06 GMT
            ETag:
              schema:
                type: string
                example: W/"2b2e009a2c3faa47dded199c1671faf3"
            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 10a9e9969f05a75cc05e6f70b8499f7e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: zTCWEXq03sb98hFt-nOB8U8NCbK907LneZBS7yom2jmsI4cdX9BVKA==
            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: '84'
            x-memc-expires:
              schema:
                type: string
                example: '24865'
            x-memc-key:
              schema:
                type: string
                example: 4d12d42a697b0cb92b1aa043530faf03
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Seong Gi-hun / 'No. 456'
                        credit_id:
                          type: string
                          example: 5e691b882f3b1700113ec6a7
                        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: 35.433
                        profile_path:
                          type: string
                          example: /3h5Cfm0X8ohWn7psZkqdNWqXAHH.jpg
                    example:
                      - adult: false
                        character: Seong Gi-hun / 'No. 456'
                        credit_id: 5e691b882f3b1700113ec6a7
                        gender: 2
                        id: 73249
                        known_for_department: Acting
                        name: Lee Jung-jae
                        order: 0
                        original_name: 이정재
                        popularity: 35.433
                        profile_path: /3h5Cfm0X8ohWn7psZkqdNWqXAHH.jpg
                      - adult: false
                        character: Front Man
                        credit_id: 648e484726346200ae1bc82a
                        gender: 2
                        id: 25002
                        known_for_department: Acting
                        name: Lee Byung-hun
                        order: 1
                        original_name: 이병헌
                        popularity: 39.19
                        profile_path: /pY4pwYO8qwtzvuzpzRczDACDiVA.jpg
                      - adult: false
                        character: Myung-gi / 'No. 333'
                        credit_id: 675222d137f18562020882ca
                        gender: 2
                        id: 1296713
                        known_for_department: Acting
                        name: Yim Si-wan
                        order: 2
                        original_name: 임시완
                        popularity: 19.359
                        profile_path: /8XbMzvYE3KUNDW1jEHSCjM9t89n.jpg
                      - adult: false
                        character: Dae-ho / 'No. 388'
                        credit_id: 675222563494cc9bfbc60eaf
                        gender: 2
                        id: 1257899
                        known_for_department: Acting
                        name: Kang Ha-neul
                        order: 3
                        original_name: 강하늘
                        popularity: 22.805
                        profile_path: /9V9H2mzk9XLMVPr0HtZHPCbM0Q2.jpg
                      - adult: false
                        character: Hwang Jun-ho
                        credit_id: 614cb84fc2823a0090ca07ef
                        gender: 2
                        id: 1557181
                        known_for_department: Acting
                        name: Wi Ha-jun
                        order: 5
                        original_name: 위하준
                        popularity: 23.43
                        profile_path: /tEZuIaMESdBw4LfNq3vshGR4VlP.jpg
                      - adult: false
                        character: No-eul
                        credit_id: 6752241e84ca928d00c9f732
                        gender: 1
                        id: 1983073
                        known_for_department: Acting
                        name: Park Gyu-young
                        order: 7
                        original_name: 박규영
                        popularity: 27.213
                        profile_path: /aqfLyqMoNzVwjhGInt6gX6fkIxs.jpg
                      - adult: false
                        character: Gyeong-seok / 'No. 246'
                        credit_id: 675222940e8c237986a8f6e1
                        gender: 2
                        id: 1299479
                        known_for_department: Acting
                        name: Lee Jin-uk
                        order: 8
                        original_name: 이진욱
                        popularity: 30.477
                        profile_path: /wbuWNsAZTluQg9H1ObQKCkYA5tV.jpg
                      - adult: false
                        character: Hyun-ju / 'No. 120'
                        credit_id: 675223b237f1856202088336
                        gender: 2
                        id: 1140210
                        known_for_department: Acting
                        name: Park Sung-hoon
                        order: 10
                        original_name: 박성훈
                        popularity: 32.453
                        profile_path: /enKDuSOpLMDDqr12lLgr17DqZJF.jpg
                      - adult: false
                        character: Yong-sik / 'No. 007'
                        credit_id: 6752223b0e8c237986a8f6bf
                        gender: 2
                        id: 1297749
                        known_for_department: Acting
                        name: Yang Dong-geun
                        order: 11
                        original_name: 양동근
                        popularity: 14.963
                        profile_path: /rpP06EPyDZBHKbwBhTo1t3J9poN.jpg
                      - adult: false
                        character: Geum-ja / 'No. 149'
                        credit_id: 6752231237f18562020882dc
                        gender: 1
                        id: 2523069
                        known_for_department: Acting
                        name: Kang Ae-sim
                        order: 13
                        original_name: 강애심
                        popularity: 24.083
                        profile_path: /mnUozozJf3VUpgi91ysfyxlRqs1.jpg
                      - adult: false
                        character: Jun-hee / 'No. 222'
                        credit_id: 6752226a802bad16091a9c92
                        gender: 1
                        id: 2359937
                        known_for_department: Acting
                        name: Jo Yu-ri
                        order: 14
                        original_name: 조유리
                        popularity: 10.696
                        profile_path: /yyNzNHZ6MavsuiNliL4MxzDk1zg.jpg
                      - adult: false
                        character: Young-Mi / No. ‘095’
                        credit_id: 676fa84ed6d10ecc8c12d73d
                        gender: 1
                        id: 3516395
                        known_for_department: Acting
                        name: Kim Si-eun
                        order: 19
                        original_name: 김시은
                        popularity: 1.844
                        profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                      - adult: false
                        character: Semi / No. ‘380’
                        credit_id: 676fa9031efc2434cf12cdc7
                        gender: 1
                        id: 3214138
                        known_for_department: Acting
                        name: Won Ji-an
                        order: 20
                        original_name: 원지안
                        popularity: 6.78
                        profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        credit_id:
                          type: string
                          example: 676d54cabf10ff19846144e5
                        department:
                          type: string
                          example: Directing
                        gender:
                          type: number
                          example: 0
                        id:
                          type: number
                          example: 5141799
                        job:
                          type: string
                          example: Assistant Director
                        known_for_department:
                          type: string
                          example: Directing
                        name:
                          type: string
                          example: Kim Tae-yoon
                        original_name:
                          type: string
                          example: 김태윤
                        popularity:
                          type: number
                          example: 0.98
                        profile_path:
                          type: string
                          nullable: true
                          example: null
                    example:
                      - adult: false
                        credit_id: 676d54cabf10ff19846144e5
                        department: Directing
                        gender: 0
                        id: 5141799
                        job: Assistant Director
                        known_for_department: Directing
                        name: Kim Tae-yoon
                        original_name: 김태윤
                        popularity: 0.98
                        profile_path: null
                      - adult: false
                        credit_id: 676d4f650c4402b631927f47
                        department: Lighting
                        gender: 0
                        id: 4458492
                        job: Lighting Director
                        known_for_department: Lighting
                        name: Pak Jun-u
                        original_name: Pak Jun-u
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 676d4f37f9bc02e498927bd4
                        department: Camera
                        gender: 0
                        id: 3915375
                        job: Key Grip
                        known_for_department: Camera
                        name: Cho Gi-hun
                        original_name: Cho Gi-hun
                        popularity: 0.41
                        profile_path: null
                      - adult: false
                        credit_id: 676d4e95e2976ba75b9285c6
                        department: Production
                        gender: 0
                        id: 5141771
                        job: Line Producer
                        known_for_department: Production
                        name: Lee Na-ri
                        original_name: 이나리
                        popularity: 0.98
                        profile_path: null
                      - adult: false
                        credit_id: 676d4e7c62ba310fc0128af5
                        department: Costume & Make-Up
                        gender: 0
                        id: 4727033
                        job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Kim Se-hee
                        original_name: 김세희
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 676d4d200c4402b631927ee2
                        department: Production
                        gender: 0
                        id: 5141769
                        job: Producer
                        known_for_department: Production
                        name: Kim Ji-eun
                        original_name: 김지은
                        popularity: 0.98
                        profile_path: null
                      - adult: false
                        credit_id: 676d4cbae2976ba75b9284c8
                        department: Editing
                        gender: 1
                        id: 2968076
                        job: Digital Intermediate
                        known_for_department: Editing
                        name: Park Jin-young
                        original_name: 박진영
                        popularity: 1.863
                        profile_path: /2h4BSO87FdI1h9dPla114x0ToTP.jpg
                      - adult: false
                        credit_id: 676d4c5fd0b08f971861412f
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310049
                        job: Makeup & Hair
                        known_for_department: Costume & Make-Up
                        name: Son Eun-ju
                        original_name: Son Eun-ju
                        popularity: 2.144
                        profile_path: null
                      - adult: false
                        credit_id: 676d4c55d0b08f9718614125
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310033
                        job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Choi Yoon-sun
                        original_name: Choi Yoon-sun
                        popularity: 1.048
                        profile_path: null
                      - adult: false
                        credit_id: 676d4c2462ba310fc0128a5f
                        department: Camera
                        gender: 2
                        id: 69087
                        job: Director of Photography
                        known_for_department: Camera
                        name: Kim Ji-yong
                        original_name: 김지용
                        popularity: 2.327
                        profile_path: null
                      - adult: false
                        credit_id: 65d32bb212425c017ce48f4a
                        department: Production
                        gender: 1
                        id: 3917889
                        job: Executive Producer
                        known_for_department: Production
                        name: Kim Ji-yeon
                        original_name: Kim Ji-yeon
                        popularity: 0.288
                        profile_path: null
                      - adult: false
                        credit_id: 65d32c177614210163ff5b05
                        department: Art
                        gender: 2
                        id: 4532072
                        job: Special Props
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 1.376
                        profile_path: null
                      - adult: false
                        credit_id: 65d32cb0f495ee017c403980
                        department: Costume & Make-Up
                        gender: 2
                        id: 4532072
                        job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 1.376
                        profile_path: null
                      - adult: false
                        credit_id: 64525843d8f44e0daf4a540b
                        department: Visual Effects
                        gender: 2
                        id: 3568315
                        job: VFX Supervisor
                        known_for_department: Visual Effects
                        name: Cheong Jai-hoon
                        original_name: Cheong Jai-hoon
                        popularity: 2.14
                        profile_path: null
                      - adult: false
                        credit_id: 645258d5d8f44e0dae955948
                        department: Visual Effects
                        gender: 0
                        id: 2478789
                        job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Park Kyoung-soo
                        original_name: Park Kyoung-soo
                        popularity: 0.988
                        profile_path: null
                      - adult: false
                        credit_id: 645259c9d48cee00e132c1ef
                        department: Visual Effects
                        gender: 0
                        id: 4042338
                        job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Kim Chang-seok
                        original_name: Kim Chang-seok
                        popularity: 0.606
                        profile_path: null
                      - adult: false
                        credit_id: 6301fda0839d93007b62f3c1
                        department: Directing
                        gender: 0
                        id: 3671640
                        job: Assistant Director
                        known_for_department: Directing
                        name: Park Sin-woong
                        original_name: Park Sin-woong
                        popularity: 1.539
                        profile_path: null
                      - adult: false
                        credit_id: 62075705c92c5d0068e33b09
                        department: Sound
                        gender: 0
                        id: 3422961
                        job: Production Sound Mixer
                        known_for_department: Sound
                        name: Park Hyun-soo
                        original_name: Park Hyun-soo
                        popularity: 1.925
                        profile_path: null
                      - adult: false
                        credit_id: 61dab879bc8657006c75f9bd
                        department: Crew
                        gender: 0
                        id: 2212399
                        job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Jeong Seong-ho
                        original_name: Jeong Seong-ho
                        popularity: 0.491
                        profile_path: null
                      - adult: false
                        credit_id: 6150249cfb83460061241736
                        department: Art
                        gender: 2
                        id: 2969738
                        job: Set Dresser
                        known_for_department: Art
                        name: Kim Jung-gon
                        original_name: Kim Jung-gon
                        popularity: 0.678
                        profile_path: null
                      - adult: false
                        credit_id: 614f378ffb83460043363511
                        department: Art
                        gender: 0
                        id: 2868491
                        job: Props
                        known_for_department: Art
                        name: Jin Hoon
                        original_name: Jin Hoon
                        popularity: 1.539
                        profile_path: null
                      - adult: false
                        credit_id: 614ae492c2823a006440b57f
                        department: Editing
                        gender: 1
                        id: 79570
                        job: Editor
                        known_for_department: Editing
                        name: Nam Na-young
                        original_name: Nam Na-young
                        popularity: 0.728
                        profile_path: null
                      - adult: false
                        credit_id: 614ae47e511d09006288276b
                        department: Costume & Make-Up
                        gender: 1
                        id: 43570
                        job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Cho Sang-kyung
                        original_name: Cho Sang-kyung
                        popularity: 3.426
                        profile_path: /aTd5Tq5P6a41Q4kYRn9yxuj8xy8.jpg
                      - adult: false
                        credit_id: 614ae49d9f0e19008f695fd0
                        department: Sound
                        gender: 1
                        id: 2100272
                        job: Sound Supervisor
                        known_for_department: Sound
                        name: Gang Hye-yeong
                        original_name: Gang Hye-yeong
                        popularity: 3.091
                        profile_path: null
                      - adult: false
                        credit_id: 614ae43f2dffd80045cfebf3
                        department: Production
                        gender: 0
                        id: 1294476
                        job: Producer
                        known_for_department: Production
                        name: Han Heung-seok
                        original_name: Han Heung-seok
                        popularity: 0.974
                        profile_path: null
                      - adult: false
                        credit_id: 614ae474a6ddcb0043b5882e
                        department: Art
                        gender: 1
                        id: 2200531
                        job: Production Design
                        known_for_department: Art
                        name: Chae Kyoung-sun
                        original_name: Chae Kyung-sun
                        popularity: 3.68
                        profile_path: /liRRaTF7vE1PVgWPR7n4o60Zzpk.jpg
                      - adult: false
                        credit_id: 614ae44d511d09008a22957a
                        department: Production
                        gender: 2
                        id: 1294471
                        job: Executive Producer
                        known_for_department: Directing
                        name: Hwang Dong-hyuk
                        original_name: 황동혁
                        popularity: 13.343
                        profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                      - adult: false
                        credit_id: 614ae4b99a9e20008dc983fe
                        department: Crew
                        gender: 2
                        id: 2212402
                        job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Park Young-sik
                        original_name: Park Young-sik
                        popularity: 0.794
                        profile_path: /dWIq59YTLfqAYA45qvDXo4dFefo.jpg
                      - adult: false
                        credit_id: 614435a7ed28b9008e9ede3f
                        department: Sound
                        gender: 2
                        id: 2127965
                        job: Original Music Composer
                        known_for_department: Sound
                        name: Jung Jae-il
                        original_name: 정재일
                        popularity: 3.154
                        profile_path: /a1q0hsgTTUJwaq0T3W02mi1b6Q6.jpg
                  id:
                    type: number
                    example: 93405
              examples:
                Credits:
                  value:
                    cast:
                      - adult: false
                        character: Seong Gi-hun / 'No. 456'
                        credit_id: 5e691b882f3b1700113ec6a7
                        gender: 2
                        id: 73249
                        known_for_department: Acting
                        name: Lee Jung-jae
                        order: 0
                        original_name: 이정재
                        popularity: 35.433
                        profile_path: /3h5Cfm0X8ohWn7psZkqdNWqXAHH.jpg
                      - adult: false
                        character: Front Man
                        credit_id: 648e484726346200ae1bc82a
                        gender: 2
                        id: 25002
                        known_for_department: Acting
                        name: Lee Byung-hun
                        order: 1
                        original_name: 이병헌
                        popularity: 39.19
                        profile_path: /pY4pwYO8qwtzvuzpzRczDACDiVA.jpg
                      - adult: false
                        character: Myung-gi / 'No. 333'
                        credit_id: 675222d137f18562020882ca
                        gender: 2
                        id: 1296713
                        known_for_department: Acting
                        name: Yim Si-wan
                        order: 2
                        original_name: 임시완
                        popularity: 19.359
                        profile_path: /8XbMzvYE3KUNDW1jEHSCjM9t89n.jpg
                      - adult: false
                        character: Dae-ho / 'No. 388'
                        credit_id: 675222563494cc9bfbc60eaf
                        gender: 2
                        id: 1257899
                        known_for_department: Acting
                        name: Kang Ha-neul
                        order: 3
                        original_name: 강하늘
                        popularity: 22.805
                        profile_path: /9V9H2mzk9XLMVPr0HtZHPCbM0Q2.jpg
                      - adult: false
                        character: Hwang Jun-ho
                        credit_id: 614cb84fc2823a0090ca07ef
                        gender: 2
                        id: 1557181
                        known_for_department: Acting
                        name: Wi Ha-jun
                        order: 5
                        original_name: 위하준
                        popularity: 23.43
                        profile_path: /tEZuIaMESdBw4LfNq3vshGR4VlP.jpg
                      - adult: false
                        character: No-eul
                        credit_id: 6752241e84ca928d00c9f732
                        gender: 1
                        id: 1983073
                        known_for_department: Acting
                        name: Park Gyu-young
                        order: 7
                        original_name: 박규영
                        popularity: 27.213
                        profile_path: /aqfLyqMoNzVwjhGInt6gX6fkIxs.jpg
                      - adult: false
                        character: Gyeong-seok / 'No. 246'
                        credit_id: 675222940e8c237986a8f6e1
                        gender: 2
                        id: 1299479
                        known_for_department: Acting
                        name: Lee Jin-uk
                        order: 8
                        original_name: 이진욱
                        popularity: 30.477
                        profile_path: /wbuWNsAZTluQg9H1ObQKCkYA5tV.jpg
                      - adult: false
                        character: Hyun-ju / 'No. 120'
                        credit_id: 675223b237f1856202088336
                        gender: 2
                        id: 1140210
                        known_for_department: Acting
                        name: Park Sung-hoon
                        order: 10
                        original_name: 박성훈
                        popularity: 32.453
                        profile_path: /enKDuSOpLMDDqr12lLgr17DqZJF.jpg
                      - adult: false
                        character: Yong-sik / 'No. 007'
                        credit_id: 6752223b0e8c237986a8f6bf
                        gender: 2
                        id: 1297749
                        known_for_department: Acting
                        name: Yang Dong-geun
                        order: 11
                        original_name: 양동근
                        popularity: 14.963
                        profile_path: /rpP06EPyDZBHKbwBhTo1t3J9poN.jpg
                      - adult: false
                        character: Geum-ja / 'No. 149'
                        credit_id: 6752231237f18562020882dc
                        gender: 1
                        id: 2523069
                        known_for_department: Acting
                        name: Kang Ae-sim
                        order: 13
                        original_name: 강애심
                        popularity: 24.083
                        profile_path: /mnUozozJf3VUpgi91ysfyxlRqs1.jpg
                      - adult: false
                        character: Jun-hee / 'No. 222'
                        credit_id: 6752226a802bad16091a9c92
                        gender: 1
                        id: 2359937
                        known_for_department: Acting
                        name: Jo Yu-ri
                        order: 14
                        original_name: 조유리
                        popularity: 10.696
                        profile_path: /yyNzNHZ6MavsuiNliL4MxzDk1zg.jpg
                      - adult: false
                        character: Young-Mi / No. ‘095’
                        credit_id: 676fa84ed6d10ecc8c12d73d
                        gender: 1
                        id: 3516395
                        known_for_department: Acting
                        name: Kim Si-eun
                        order: 19
                        original_name: 김시은
                        popularity: 1.844
                        profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                      - adult: false
                        character: Semi / No. ‘380’
                        credit_id: 676fa9031efc2434cf12cdc7
                        gender: 1
                        id: 3214138
                        known_for_department: Acting
                        name: Won Ji-an
                        order: 20
                        original_name: 원지안
                        popularity: 6.78
                        profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                    crew:
                      - adult: false
                        credit_id: 676d54cabf10ff19846144e5
                        department: Directing
                        gender: 0
                        id: 5141799
                        job: Assistant Director
                        known_for_department: Directing
                        name: Kim Tae-yoon
                        original_name: 김태윤
                        popularity: 0.98
                        profile_path: null
                      - adult: false
                        credit_id: 676d4f650c4402b631927f47
                        department: Lighting
                        gender: 0
                        id: 4458492
                        job: Lighting Director
                        known_for_department: Lighting
                        name: Pak Jun-u
                        original_name: Pak Jun-u
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 676d4f37f9bc02e498927bd4
                        department: Camera
                        gender: 0
                        id: 3915375
                        job: Key Grip
                        known_for_department: Camera
                        name: Cho Gi-hun
                        original_name: Cho Gi-hun
                        popularity: 0.41
                        profile_path: null
                      - adult: false
                        credit_id: 676d4e95e2976ba75b9285c6
                        department: Production
                        gender: 0
                        id: 5141771
                        job: Line Producer
                        known_for_department: Production
                        name: Lee Na-ri
                        original_name: 이나리
                        popularity: 0.98
                        profile_path: null
                      - adult: false
                        credit_id: 676d4e7c62ba310fc0128af5
                        department: Costume & Make-Up
                        gender: 0
                        id: 4727033
                        job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Kim Se-hee
                        original_name: 김세희
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 676d4d200c4402b631927ee2
                        department: Production
                        gender: 0
                        id: 5141769
                        job: Producer
                        known_for_department: Production
                        name: Kim Ji-eun
                        original_name: 김지은
                        popularity: 0.98
                        profile_path: null
                      - adult: false
                        credit_id: 676d4cbae2976ba75b9284c8
                        department: Editing
                        gender: 1
                        id: 2968076
                        job: Digital Intermediate
                        known_for_department: Editing
                        name: Park Jin-young
                        original_name: 박진영
                        popularity: 1.863
                        profile_path: /2h4BSO87FdI1h9dPla114x0ToTP.jpg
                      - adult: false
                        credit_id: 676d4c5fd0b08f971861412f
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310049
                        job: Makeup & Hair
                        known_for_department: Costume & Make-Up
                        name: Son Eun-ju
                        original_name: Son Eun-ju
                        popularity: 2.144
                        profile_path: null
                      - adult: false
                        credit_id: 676d4c55d0b08f9718614125
                        department: Costume & Make-Up
                        gender: 0
                        id: 2310033
                        job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Choi Yoon-sun
                        original_name: Choi Yoon-sun
                        popularity: 1.048
                        profile_path: null
                      - adult: false
                        credit_id: 676d4c2462ba310fc0128a5f
                        department: Camera
                        gender: 2
                        id: 69087
                        job: Director of Photography
                        known_for_department: Camera
                        name: Kim Ji-yong
                        original_name: 김지용
                        popularity: 2.327
                        profile_path: null
                      - adult: false
                        credit_id: 65d32bb212425c017ce48f4a
                        department: Production
                        gender: 1
                        id: 3917889
                        job: Executive Producer
                        known_for_department: Production
                        name: Kim Ji-yeon
                        original_name: Kim Ji-yeon
                        popularity: 0.288
                        profile_path: null
                      - adult: false
                        credit_id: 65d32c177614210163ff5b05
                        department: Art
                        gender: 2
                        id: 4532072
                        job: Special Props
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 1.376
                        profile_path: null
                      - adult: false
                        credit_id: 65d32cb0f495ee017c403980
                        department: Costume & Make-Up
                        gender: 2
                        id: 4532072
                        job: Special Effects Makeup Artist
                        known_for_department: Costume & Make-Up
                        name: Yoon Hwang-jik
                        original_name: Yoon Hwang-jik
                        popularity: 1.376
                        profile_path: null
                      - adult: false
                        credit_id: 64525843d8f44e0daf4a540b
                        department: Visual Effects
                        gender: 2
                        id: 3568315
                        job: VFX Supervisor
                        known_for_department: Visual Effects
                        name: Cheong Jai-hoon
                        original_name: Cheong Jai-hoon
                        popularity: 2.14
                        profile_path: null
                      - adult: false
                        credit_id: 645258d5d8f44e0dae955948
                        department: Visual Effects
                        gender: 0
                        id: 2478789
                        job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Park Kyoung-soo
                        original_name: Park Kyoung-soo
                        popularity: 0.988
                        profile_path: null
                      - adult: false
                        credit_id: 645259c9d48cee00e132c1ef
                        department: Visual Effects
                        gender: 0
                        id: 4042338
                        job: Special Effects Supervisor
                        known_for_department: Visual Effects
                        name: Kim Chang-seok
                        original_name: Kim Chang-seok
                        popularity: 0.606
                        profile_path: null
                      - adult: false
                        credit_id: 6301fda0839d93007b62f3c1
                        department: Directing
                        gender: 0
                        id: 3671640
                        job: Assistant Director
                        known_for_department: Directing
                        name: Park Sin-woong
                        original_name: Park Sin-woong
                        popularity: 1.539
                        profile_path: null
                      - adult: false
                        credit_id: 62075705c92c5d0068e33b09
                        department: Sound
                        gender: 0
                        id: 3422961
                        job: Production Sound Mixer
                        known_for_department: Sound
                        name: Park Hyun-soo
                        original_name: Park Hyun-soo
                        popularity: 1.925
                        profile_path: null
                      - adult: false
                        credit_id: 61dab879bc8657006c75f9bd
                        department: Crew
                        gender: 0
                        id: 2212399
                        job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Jeong Seong-ho
                        original_name: Jeong Seong-ho
                        popularity: 0.491
                        profile_path: null
                      - adult: false
                        credit_id: 6150249cfb83460061241736
                        department: Art
                        gender: 2
                        id: 2969738
                        job: Set Dresser
                        known_for_department: Art
                        name: Kim Jung-gon
                        original_name: Kim Jung-gon
                        popularity: 0.678
                        profile_path: null
                      - adult: false
                        credit_id: 614f378ffb83460043363511
                        department: Art
                        gender: 0
                        id: 2868491
                        job: Props
                        known_for_department: Art
                        name: Jin Hoon
                        original_name: Jin Hoon
                        popularity: 1.539
                        profile_path: null
                      - adult: false
                        credit_id: 614ae492c2823a006440b57f
                        department: Editing
                        gender: 1
                        id: 79570
                        job: Editor
                        known_for_department: Editing
                        name: Nam Na-young
                        original_name: Nam Na-young
                        popularity: 0.728
                        profile_path: null
                      - adult: false
                        credit_id: 614ae47e511d09006288276b
                        department: Costume & Make-Up
                        gender: 1
                        id: 43570
                        job: Costume Design
                        known_for_department: Costume & Make-Up
                        name: Cho Sang-kyung
                        original_name: Cho Sang-kyung
                        popularity: 3.426
                        profile_path: /aTd5Tq5P6a41Q4kYRn9yxuj8xy8.jpg
                      - adult: false
                        credit_id: 614ae49d9f0e19008f695fd0
                        department: Sound
                        gender: 1
                        id: 2100272
                        job: Sound Supervisor
                        known_for_department: Sound
                        name: Gang Hye-yeong
                        original_name: Gang Hye-yeong
                        popularity: 3.091
                        profile_path: null
                      - adult: false
                        credit_id: 614ae43f2dffd80045cfebf3
                        department: Production
                        gender: 0
                        id: 1294476
                        job: Producer
                        known_for_department: Production
                        name: Han Heung-seok
                        original_name: Han Heung-seok
                        popularity: 0.974
                        profile_path: null
                      - adult: false
                        credit_id: 614ae474a6ddcb0043b5882e
                        department: Art
                        gender: 1
                        id: 2200531
                        job: Production Design
                        known_for_department: Art
                        name: Chae Kyoung-sun
                        original_name: Chae Kyung-sun
                        popularity: 3.68
                        profile_path: /liRRaTF7vE1PVgWPR7n4o60Zzpk.jpg
                      - adult: false
                        credit_id: 614ae44d511d09008a22957a
                        department: Production
                        gender: 2
                        id: 1294471
                        job: Executive Producer
                        known_for_department: Directing
                        name: Hwang Dong-hyuk
                        original_name: 황동혁
                        popularity: 13.343
                        profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                      - adult: false
                        credit_id: 614ae4b99a9e20008dc983fe
                        department: Crew
                        gender: 2
                        id: 2212402
                        job: Martial Arts Choreographer
                        known_for_department: Crew
                        name: Park Young-sik
                        original_name: Park Young-sik
                        popularity: 0.794
                        profile_path: /dWIq59YTLfqAYA45qvDXo4dFefo.jpg
                      - adult: false
                        credit_id: 614435a7ed28b9008e9ede3f
                        department: Sound
                        gender: 2
                        id: 2127965
                        job: Original Music Composer
                        known_for_department: Sound
                        name: Jung Jae-il
                        original_name: 정재일
                        popularity: 3.154
                        profile_path: /a1q0hsgTTUJwaq0T3W02mi1b6Q6.jpg
                    id: 93405
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````