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

# Credits

> Get the latest season credits of a TV show.

**📘Note**

This is the original TV credits method which returns the latest season credit data. If you would like to request the aggregate view (which is what you see on our website) you should use the /aggregate_credits method.



## OpenAPI

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


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


      1. **Create a new request token**  

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

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


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


      ## Step 1: Create a request token


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


      ## Step 2: Ask the user for permission


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


      ```

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

      ```


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


      ```

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

      ```


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


      ## Step 3: Create a session ID


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


      ## What about guest sessions?


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


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


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


      - You can import "unlimited" items in a single request
          
      - You can use mixed type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          
      - Check the v4 documentation for more information.
  - name: Movie Lists
  - name: Movies
  - name: Networks
  - name: People Lists
  - name: People
  - name: Reviews
  - name: Search
  - name: Trending
  - name: TV Series Lists
  - name: TV Series
  - name: TV Seasons
  - name: TV Episodes
  - name: TV Episode Groups
  - name: Watch Providers
paths:
  /3/tv/{{series_id}}/credits:
    parameters:
      - name: series_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Credits
      description: >-
        Get the latest season credits of a TV show.


        **📘Note**


        This is the original TV credits method which returns the latest season
        credit data. If you would like to request the aggregate view (which is
        what you see on our website) you should use the /aggregate_credits
        method.
      operationId: credits1
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en-US
      responses:
        '200':
          description: Credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=15994
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 10 Jan 2025 21:09:23 GMT
            ETag:
              schema:
                type: string
                example: W/"d579e9d79b4a9d267c233306101fd5b4"
            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 2753b41455655294f3c924b22dffed5e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: FccChxCUIyLUlqz0cZfpWBcFLBr2Ek-R9dM7f85KPGhf2C42Vl9B-Q==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '6102'
            x-memc-expires:
              schema:
                type: string
                example: '15994'
            x-memc-key:
              schema:
                type: string
                example: 39619b4dfc7fa2a487a866a260411171
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        character:
                          type: string
                          example: Na Hee-do
                        credit_id:
                          type: string
                          example: 60fed3c6db72c03bfb1a252b
                        gender:
                          type: number
                          example: 1
                        id:
                          type: number
                          example: 1537768
                        known_for_department:
                          type: string
                          example: Acting
                        name:
                          type: string
                          example: Kim Tae-ri
                        order:
                          type: number
                          example: 0
                        original_name:
                          type: string
                          example: 김태리
                        popularity:
                          type: number
                          example: 18.733
                        profile_path:
                          type: string
                          nullable: true
                          example: /gFofVUeVlIvBJMUv7maHQwWdfsk.jpg
                    example:
                      - adult: false
                        character: Na Hee-do
                        credit_id: 60fed3c6db72c03bfb1a252b
                        gender: 1
                        id: 1537768
                        known_for_department: Acting
                        name: Kim Tae-ri
                        order: 0
                        original_name: 김태리
                        popularity: 18.733
                        profile_path: /gFofVUeVlIvBJMUv7maHQwWdfsk.jpg
                      - adult: false
                        character: Baek Yi-jin
                        credit_id: 60fed3b5568463004683677d
                        gender: 2
                        id: 1459772
                        known_for_department: Acting
                        name: Nam Joo-hyuk
                        order: 1
                        original_name: 남주혁
                        popularity: 19.099
                        profile_path: /AdTsh3QN4T76wQ0SAIDARZPfXIE.jpg
                      - adult: false
                        character: Ko Yu-rim
                        credit_id: 60fed3dbdb72c03bfb1a25b9
                        gender: 1
                        id: 1881078
                        known_for_department: Acting
                        name: Bona
                        order: 2
                        original_name: 보나
                        popularity: 20.584
                        profile_path: /f6AjtniJRbYARUMg3Q56622esiw.jpg
                      - adult: false
                        character: Moon Ji-woong
                        credit_id: 61a66428be4b360029b1b7d0
                        gender: 2
                        id: 3126573
                        known_for_department: Acting
                        name: Choi Hyun-wook
                        order: 3
                        original_name: 최현욱
                        popularity: 23.675
                        profile_path: /o0Fl7HkkRgOTAOHDCy7JqIu7UoE.jpg
                      - adult: false
                        character: Ji Seung-wan
                        credit_id: 61a6644d028420009235ad2b
                        gender: 1
                        id: 3155118
                        known_for_department: Acting
                        name: Lee Ju-myoung
                        order: 4
                        original_name: 이주명
                        popularity: 3.079
                        profile_path: /3QpMVrG7fQH0QIfvlc5LczKGTW7.jpg
                      - adult: false
                        character: Yang Chan-mi
                        credit_id: 623effac9451e7005e6abfb2
                        gender: 1
                        id: 1299278
                        known_for_department: Acting
                        name: Kim Hye-eun
                        order: 5
                        original_name: 김혜은
                        popularity: 13.451
                        profile_path: /qoOOqPCwoNoZpZuelhOG1M4klgK.jpg
                      - adult: false
                        character: Kim Min-chae
                        credit_id: 623f006845765d0047cfd36b
                        gender: 1
                        id: 2275609
                        known_for_department: Acting
                        name: Choi Myeong-been
                        order: 6
                        original_name: Choi Myeong-been
                        popularity: 4.809
                        profile_path: /kjnBbtM6ZkVYhXAApJusjXPZMZQ.jpg
                      - adult: false
                        character: Lee Ye-ji
                        credit_id: 623f008e1cfe3a004767b77b
                        gender: 1
                        id: 2067069
                        known_for_department: Acting
                        name: Joo Bo-young
                        order: 7
                        original_name: Joo Bo-young
                        popularity: 4.047
                        profile_path: /t7AoYjJdumIHgWAP7tJrIDXSJa0.jpg
                      - adult: false
                        character: Baek Yi-hyun
                        credit_id: 624cf5ce0a517c0067854f61
                        gender: 2
                        id: 3495015
                        known_for_department: Acting
                        name: Choi Min-yeong
                        order: 8
                        original_name: 최민영
                        popularity: 7.302
                        profile_path: /pPtfIxmzGOlIpls6atxaoTBxDiR.jpg
                      - adult: false
                        character: Adult Na Hee-do
                        credit_id: 62723914a24c5059954bf4af
                        gender: 1
                        id: 3125374
                        known_for_department: Acting
                        name: Kim So-hyun
                        order: 9
                        original_name: 김소현
                        popularity: 1.977
                        profile_path: /kPmBdQigbfbuWYUVsreKnpjsyo2.jpg
                      - adult: false
                        character: Baek Sung-hak
                        credit_id: 627239c906f98400a9452dfa
                        gender: 2
                        id: 2500947
                        known_for_department: Acting
                        name: Park Yoon-hee
                        order: 10
                        original_name: Park Yoon-hee
                        popularity: 2.538
                        profile_path: /9D2KJyw53QcMzI88MMO1lT7Bctt.jpg
                      - adult: false
                        character: Yi-jin's Mother
                        credit_id: 62723aabc74eba0f0f0daab6
                        gender: 1
                        id: 147853
                        known_for_department: Acting
                        name: Kim Young-sun
                        order: 11
                        original_name: 김영선
                        popularity: 4.215
                        profile_path: /iXAsncrUmI183e6osPzHxV6tNh4.jpg
                      - adult: false
                        character: Seung-wan's Mother
                        credit_id: 627644cb67e0f7009ce766e4
                        gender: 1
                        id: 2776202
                        known_for_department: Acting
                        name: So Hee-jung
                        order: 12
                        original_name: 소희정
                        popularity: 9.274
                        profile_path: /qY2rwtgu32elzSf51J9f1gOIkXO.jpg
                      - adult: false
                        character: Shin Jae-kyung
                        credit_id: 64f4297e97a4e600ac3fc54b
                        gender: 1
                        id: 3795001
                        known_for_department: Acting
                        name: Seo Jae-hee
                        order: 14
                        original_name: 서재희
                        popularity: 3.015
                        profile_path: /sysUnij3kUyYXYjFR5Qsb0Oa0XC.jpg
                      - adult: false
                        character: Park Han-sol
                        credit_id: 64f429e897a4e600e1a46617
                        gender: 1
                        id: 4250349
                        known_for_department: Acting
                        name: Lee Ye-jin
                        order: 15
                        original_name: Lee Ye-jin
                        popularity: 0.185
                        profile_path: /4pT96Mgui6QnHevuPEx6jIQZu49.jpg
                      - adult: false
                        character: Yu-rim's Mother
                        credit_id: 64f42ae87d41aa0138478c76
                        gender: 1
                        id: 2242937
                        known_for_department: Acting
                        name: Heo Ji-na
                        order: 16
                        original_name: Heo Ji-na
                        popularity: 7.585
                        profile_path: /qAlevBKYdXjwiijFdhm0gduguaC.jpg
                      - adult: false
                        character: Yu-rim's Father
                        credit_id: 64f42afc7d41aa00fe9dfb91
                        gender: 2
                        id: 3175554
                        known_for_department: Acting
                        name: Kim Dong-gyun
                        order: 17
                        original_name: Kim Dong-gyun
                        popularity: 1.665
                        profile_path: /14JePRBpnEz01FdM1fsiGEB2qyv.jpg
                      - adult: false
                        character: Seo Joong-hyuk
                        credit_id: 64f42b5c7d41aa011b88e679
                        gender: 2
                        id: 4154969
                        known_for_department: Acting
                        name: Lee Chan-jong
                        order: 18
                        original_name: 이찬종
                        popularity: 0.709
                        profile_path: null
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        credit_id:
                          type: string
                          example: 63b41b0dc56d2d007c84ec26
                        department:
                          type: string
                          example: Directing
                        gender:
                          type: number
                          example: 2
                        id:
                          type: number
                          example: 3134694
                        job:
                          type: string
                          example: Co-Director
                        known_for_department:
                          type: string
                          example: Directing
                        name:
                          type: string
                          example: Kim Seung-ho
                        original_name:
                          type: string
                          example: Kim Seung-ho
                        popularity:
                          type: number
                          example: 0.255
                        profile_path:
                          type: string
                          nullable: true
                          example: null
                    example:
                      - adult: false
                        credit_id: 63b41b0dc56d2d007c84ec26
                        department: Directing
                        gender: 2
                        id: 3134694
                        job: Co-Director
                        known_for_department: Directing
                        name: Kim Seung-ho
                        original_name: Kim Seung-ho
                        popularity: 0.255
                        profile_path: null
                      - adult: false
                        credit_id: 63ba8816ae6f093c429bf586
                        department: Production
                        gender: 2
                        id: 3862995
                        job: Executive Producer
                        known_for_department: Production
                        name: Kim Young-kyu
                        original_name: Kim Young-kyu
                        popularity: 1.056
                        profile_path: null
                      - adult: false
                        credit_id: 64c5e29963e6fb00acdc25f6
                        department: Production
                        gender: 0
                        id: 4187513
                        job: Producer
                        known_for_department: Production
                        name: Park Hun-joo
                        original_name: Park Hun-joo
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 64c5e56f9b6e4701395934e7
                        department: Sound
                        gender: 2
                        id: 3748582
                        job: Music
                        known_for_department: Sound
                        name: Lim Ha-young
                        original_name: Lim Ha-young
                        popularity: 1.082
                        profile_path: /dMRRHZKamkXS72eQTt70AihXQ2X.jpg
                      - adult: false
                        credit_id: 64c5e28763e6fb011b3a4b22
                        department: Production
                        gender: 0
                        id: 4187527
                        job: Executive Producer
                        known_for_department: Production
                        name: Kim Seon-tae
                        original_name: Kim Seon-tae
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 64c5e2dd41aac40fb5481bbd
                        department: Production
                        gender: 0
                        id: 4187545
                        job: Producer
                        known_for_department: Production
                        name: Heo Seok-won
                        original_name: Heo Seok-won
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 664065d92b51a82484205950
                        department: Sound
                        gender: 2
                        id: 2097342
                        job: Theme Song Performance
                        known_for_department: Acting
                        name: Taeil
                        original_name: 태일
                        popularity: 9.358
                        profile_path: /cQYYwnrby3u5YGCWpSNq4WVjwpr.jpg
                  id:
                    type: number
                    example: 129888
              examples:
                Credits:
                  value:
                    cast:
                      - adult: false
                        character: Na Hee-do
                        credit_id: 60fed3c6db72c03bfb1a252b
                        gender: 1
                        id: 1537768
                        known_for_department: Acting
                        name: Kim Tae-ri
                        order: 0
                        original_name: 김태리
                        popularity: 18.733
                        profile_path: /gFofVUeVlIvBJMUv7maHQwWdfsk.jpg
                      - adult: false
                        character: Baek Yi-jin
                        credit_id: 60fed3b5568463004683677d
                        gender: 2
                        id: 1459772
                        known_for_department: Acting
                        name: Nam Joo-hyuk
                        order: 1
                        original_name: 남주혁
                        popularity: 19.099
                        profile_path: /AdTsh3QN4T76wQ0SAIDARZPfXIE.jpg
                      - adult: false
                        character: Ko Yu-rim
                        credit_id: 60fed3dbdb72c03bfb1a25b9
                        gender: 1
                        id: 1881078
                        known_for_department: Acting
                        name: Bona
                        order: 2
                        original_name: 보나
                        popularity: 20.584
                        profile_path: /f6AjtniJRbYARUMg3Q56622esiw.jpg
                      - adult: false
                        character: Moon Ji-woong
                        credit_id: 61a66428be4b360029b1b7d0
                        gender: 2
                        id: 3126573
                        known_for_department: Acting
                        name: Choi Hyun-wook
                        order: 3
                        original_name: 최현욱
                        popularity: 23.675
                        profile_path: /o0Fl7HkkRgOTAOHDCy7JqIu7UoE.jpg
                      - adult: false
                        character: Ji Seung-wan
                        credit_id: 61a6644d028420009235ad2b
                        gender: 1
                        id: 3155118
                        known_for_department: Acting
                        name: Lee Ju-myoung
                        order: 4
                        original_name: 이주명
                        popularity: 3.079
                        profile_path: /3QpMVrG7fQH0QIfvlc5LczKGTW7.jpg
                      - adult: false
                        character: Yang Chan-mi
                        credit_id: 623effac9451e7005e6abfb2
                        gender: 1
                        id: 1299278
                        known_for_department: Acting
                        name: Kim Hye-eun
                        order: 5
                        original_name: 김혜은
                        popularity: 13.451
                        profile_path: /qoOOqPCwoNoZpZuelhOG1M4klgK.jpg
                      - adult: false
                        character: Kim Min-chae
                        credit_id: 623f006845765d0047cfd36b
                        gender: 1
                        id: 2275609
                        known_for_department: Acting
                        name: Choi Myeong-been
                        order: 6
                        original_name: Choi Myeong-been
                        popularity: 4.809
                        profile_path: /kjnBbtM6ZkVYhXAApJusjXPZMZQ.jpg
                      - adult: false
                        character: Lee Ye-ji
                        credit_id: 623f008e1cfe3a004767b77b
                        gender: 1
                        id: 2067069
                        known_for_department: Acting
                        name: Joo Bo-young
                        order: 7
                        original_name: Joo Bo-young
                        popularity: 4.047
                        profile_path: /t7AoYjJdumIHgWAP7tJrIDXSJa0.jpg
                      - adult: false
                        character: Baek Yi-hyun
                        credit_id: 624cf5ce0a517c0067854f61
                        gender: 2
                        id: 3495015
                        known_for_department: Acting
                        name: Choi Min-yeong
                        order: 8
                        original_name: 최민영
                        popularity: 7.302
                        profile_path: /pPtfIxmzGOlIpls6atxaoTBxDiR.jpg
                      - adult: false
                        character: Adult Na Hee-do
                        credit_id: 62723914a24c5059954bf4af
                        gender: 1
                        id: 3125374
                        known_for_department: Acting
                        name: Kim So-hyun
                        order: 9
                        original_name: 김소현
                        popularity: 1.977
                        profile_path: /kPmBdQigbfbuWYUVsreKnpjsyo2.jpg
                      - adult: false
                        character: Baek Sung-hak
                        credit_id: 627239c906f98400a9452dfa
                        gender: 2
                        id: 2500947
                        known_for_department: Acting
                        name: Park Yoon-hee
                        order: 10
                        original_name: Park Yoon-hee
                        popularity: 2.538
                        profile_path: /9D2KJyw53QcMzI88MMO1lT7Bctt.jpg
                      - adult: false
                        character: Yi-jin's Mother
                        credit_id: 62723aabc74eba0f0f0daab6
                        gender: 1
                        id: 147853
                        known_for_department: Acting
                        name: Kim Young-sun
                        order: 11
                        original_name: 김영선
                        popularity: 4.215
                        profile_path: /iXAsncrUmI183e6osPzHxV6tNh4.jpg
                      - adult: false
                        character: Seung-wan's Mother
                        credit_id: 627644cb67e0f7009ce766e4
                        gender: 1
                        id: 2776202
                        known_for_department: Acting
                        name: So Hee-jung
                        order: 12
                        original_name: 소희정
                        popularity: 9.274
                        profile_path: /qY2rwtgu32elzSf51J9f1gOIkXO.jpg
                      - adult: false
                        character: Shin Jae-kyung
                        credit_id: 64f4297e97a4e600ac3fc54b
                        gender: 1
                        id: 3795001
                        known_for_department: Acting
                        name: Seo Jae-hee
                        order: 14
                        original_name: 서재희
                        popularity: 3.015
                        profile_path: /sysUnij3kUyYXYjFR5Qsb0Oa0XC.jpg
                      - adult: false
                        character: Park Han-sol
                        credit_id: 64f429e897a4e600e1a46617
                        gender: 1
                        id: 4250349
                        known_for_department: Acting
                        name: Lee Ye-jin
                        order: 15
                        original_name: Lee Ye-jin
                        popularity: 0.185
                        profile_path: /4pT96Mgui6QnHevuPEx6jIQZu49.jpg
                      - adult: false
                        character: Yu-rim's Mother
                        credit_id: 64f42ae87d41aa0138478c76
                        gender: 1
                        id: 2242937
                        known_for_department: Acting
                        name: Heo Ji-na
                        order: 16
                        original_name: Heo Ji-na
                        popularity: 7.585
                        profile_path: /qAlevBKYdXjwiijFdhm0gduguaC.jpg
                      - adult: false
                        character: Yu-rim's Father
                        credit_id: 64f42afc7d41aa00fe9dfb91
                        gender: 2
                        id: 3175554
                        known_for_department: Acting
                        name: Kim Dong-gyun
                        order: 17
                        original_name: Kim Dong-gyun
                        popularity: 1.665
                        profile_path: /14JePRBpnEz01FdM1fsiGEB2qyv.jpg
                      - adult: false
                        character: Seo Joong-hyuk
                        credit_id: 64f42b5c7d41aa011b88e679
                        gender: 2
                        id: 4154969
                        known_for_department: Acting
                        name: Lee Chan-jong
                        order: 18
                        original_name: 이찬종
                        popularity: 0.709
                        profile_path: null
                    crew:
                      - adult: false
                        credit_id: 63b41b0dc56d2d007c84ec26
                        department: Directing
                        gender: 2
                        id: 3134694
                        job: Co-Director
                        known_for_department: Directing
                        name: Kim Seung-ho
                        original_name: Kim Seung-ho
                        popularity: 0.255
                        profile_path: null
                      - adult: false
                        credit_id: 63ba8816ae6f093c429bf586
                        department: Production
                        gender: 2
                        id: 3862995
                        job: Executive Producer
                        known_for_department: Production
                        name: Kim Young-kyu
                        original_name: Kim Young-kyu
                        popularity: 1.056
                        profile_path: null
                      - adult: false
                        credit_id: 64c5e29963e6fb00acdc25f6
                        department: Production
                        gender: 0
                        id: 4187513
                        job: Producer
                        known_for_department: Production
                        name: Park Hun-joo
                        original_name: Park Hun-joo
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 64c5e56f9b6e4701395934e7
                        department: Sound
                        gender: 2
                        id: 3748582
                        job: Music
                        known_for_department: Sound
                        name: Lim Ha-young
                        original_name: Lim Ha-young
                        popularity: 1.082
                        profile_path: /dMRRHZKamkXS72eQTt70AihXQ2X.jpg
                      - adult: false
                        credit_id: 64c5e28763e6fb011b3a4b22
                        department: Production
                        gender: 0
                        id: 4187527
                        job: Executive Producer
                        known_for_department: Production
                        name: Kim Seon-tae
                        original_name: Kim Seon-tae
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 64c5e2dd41aac40fb5481bbd
                        department: Production
                        gender: 0
                        id: 4187545
                        job: Producer
                        known_for_department: Production
                        name: Heo Seok-won
                        original_name: Heo Seok-won
                        popularity: 0.001
                        profile_path: null
                      - adult: false
                        credit_id: 664065d92b51a82484205950
                        department: Sound
                        gender: 2
                        id: 2097342
                        job: Theme Song Performance
                        known_for_department: Acting
                        name: Taeil
                        original_name: 태일
                        popularity: 9.358
                        profile_path: /cQYYwnrby3u5YGCWpSNq4WVjwpr.jpg
                    id: 129888

````