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

# Details

> This endpoint retrieves the details of a TV season.




          



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}/season/{{season_number}}
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}}:
    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: Details
      description: |-
        This endpoint retrieves the details of a TV season.




                  
      operationId: details10
      parameters:
        - name: append_to_response
          in: query
          schema:
            type: string
          description: >-
            This represents the additional properties you want to append to the
            request. E.g, Movies. Check
            [here](https://starlight.mintlify.app/api-reference/appendtoresponse)
            for more details.
      responses:
        '200':
          description: Details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=26361
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 29 Dec 2024 21:51:36 GMT
            ETag:
              schema:
                type: string
                example: W/"d286d6fac10afb70afa7fcfc9d92df41"
            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 51391527dd8c879c45b44b119905c872.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: OTg2RR5NvoIvA8BsOX2jBtxhR1PVll_zMxTCa54_iCrRKwZlUq-W6w==
            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: '1657'
            x-memc-expires:
              schema:
                type: string
                example: '26361'
            x-memc-key:
              schema:
                type: string
                example: 8ffa2015a1b08070936c5828e705939e
          content:
            application/json:
              schema:
                type: object
                properties:
                  _id:
                    type: string
                    example: 6256fcad4cd9120db94b2f85
                  air_date:
                    type: string
                    example: '2024-12-26'
                  episodes:
                    type: array
                    items:
                      type: object
                      properties:
                        air_date:
                          type: string
                          example: '2024-12-26'
                        crew:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              credit_id:
                                type: string
                                example: 62a62d1b7e12f02ff65fff0b
                              department:
                                type: string
                                example: Writing
                              gender:
                                type: number
                                example: 2
                              id:
                                type: number
                                example: 1294471
                              job:
                                type: string
                                example: Writer
                              known_for_department:
                                type: string
                                example: Directing
                              name:
                                type: string
                                example: Hwang Dong-hyuk
                              original_name:
                                type: string
                                example: 황동혁
                              popularity:
                                type: number
                                example: 18.68
                              profile_path:
                                type: string
                                example: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          example:
                            - adult: false
                              credit_id: 62a62d1b7e12f02ff65fff0b
                              department: Writing
                              gender: 2
                              id: 1294471
                              job: Writer
                              known_for_department: Directing
                              name: Hwang Dong-hyuk
                              original_name: 황동혁
                              popularity: 18.68
                              profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                            - adult: false
                              credit_id: 62a62d2385005d4c07bde35f
                              department: Directing
                              gender: 2
                              id: 1294471
                              job: Director
                              known_for_department: Directing
                              name: Hwang Dong-hyuk
                              original_name: 황동혁
                              popularity: 18.68
                              profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number:
                          type: number
                          example: 1
                        episode_type:
                          type: string
                          example: standard
                        guest_stars:
                          type: array
                          items:
                            type: object
                            properties:
                              adult:
                                type: boolean
                                example: false
                              character:
                                type: string
                                example: Cho Sang-woo / 'No. 218'
                              credit_id:
                                type: string
                                example: 6571b17790fca300ca7fb1ff
                              gender:
                                type: number
                                example: 2
                              id:
                                type: number
                                example: 1593672
                              known_for_department:
                                type: string
                                example: Acting
                              name:
                                type: string
                                example: Park Hae-soo
                              order:
                                type: number
                                example: 4
                              original_name:
                                type: string
                                example: 박해수
                              popularity:
                                type: number
                                example: 30.76
                              profile_path:
                                type: string
                                example: /hfejrQ8gjRWCheiKpJANajXT0xi.jpg
                          example:
                            - adult: false
                              character: Cho Sang-woo / 'No. 218'
                              credit_id: 6571b17790fca300ca7fb1ff
                              gender: 2
                              id: 1593672
                              known_for_department: Acting
                              name: Park Hae-soo
                              order: 4
                              original_name: 박해수
                              popularity: 30.76
                              profile_path: /hfejrQ8gjRWCheiKpJANajXT0xi.jpg
                            - adult: false
                              character: Kang Sae-byeok / 'No. 067'
                              credit_id: 6113c0575c56340028bc05fd
                              gender: 1
                              id: 3194501
                              known_for_department: Acting
                              name: HoYeon
                              order: 6
                              original_name: 정호연
                              popularity: 70.395
                              profile_path: /bWMOv8dzwIp5POkDYGgl0v2LoWv.jpg
                            - adult: false
                              character: The Salesman
                              credit_id: 6571b2c7a22d3e00accf157b
                              gender: 2
                              id: 150903
                              known_for_department: Acting
                              name: Gong Yoo
                              order: 557
                              original_name: 공유
                              popularity: 47.431
                              profile_path: /ocGoFb6TrK3uWGXt4WnuibUG1vD.jpg
                            - adult: false
                              character: Captain Park
                              credit_id: 676d4ec962ba310fc0128b18
                              gender: 2
                              id: 77188
                              known_for_department: Acting
                              name: Oh Dal-su
                              order: 558
                              original_name: 오달수
                              popularity: 14.059
                              profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                            - adult: false
                              character: Choi Woo-seok
                              credit_id: 676d4ed00c4402b631927f1d
                              gender: 2
                              id: 1199744
                              known_for_department: Acting
                              name: Jun Suk-ho
                              order: 559
                              original_name: 전석호
                              popularity: 14.917
                              profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                            - adult: false
                              character: Kim Jeong-tae
                              credit_id: 676d4ed662ba310fc0128b25
                              gender: 2
                              id: 1489972
                              known_for_department: Acting
                              name: Kim Pub-lae
                              order: 560
                              original_name: 김법래
                              popularity: 6.894
                              profile_path: /9ceWebylO0MZcX56nP62BuSEhws.jpg
                            - adult: false
                              character: Jun-ho's mother
                              credit_id: 676d4ef50c4402b631927f2f
                              gender: 1
                              id: 138525
                              known_for_department: Acting
                              name: Lee Joo-sil
                              order: 561
                              original_name: 이주실
                              popularity: 17.475
                              profile_path: /uGT4bdTx6JVEj26T2NbHoQCOODM.jpg
                            - adult: false
                              character: Masked Officer
                              credit_id: 676d515aaa8f3159d612907f
                              gender: 2
                              id: 1278776
                              known_for_department: Acting
                              name: Rich Ting
                              order: 571
                              original_name: Rich Ting
                              popularity: 7.53
                              profile_path: /9csNa8014Tx1V8xINWHXuENWs0V.jpg
                            - adult: false
                              character: Team Leader
                              credit_id: 6771497b7d1bc87de7616e22
                              gender: 2
                              id: 1375062
                              known_for_department: Acting
                              name: Oh Chang-kyung
                              order: 584
                              original_name: Oh Chang-kyung
                              popularity: 0.961
                              profile_path: /fYNUv8dKK9gv9Li39Kfa2m935F9.jpg
                            - adult: false
                              character: Kim's subordinate
                              credit_id: 6771499f7d1bc87de7616e2b
                              gender: 2
                              id: 3640214
                              known_for_department: Acting
                              name: Lee Woon-san
                              order: 585
                              original_name: Lee Woon-san
                              popularity: 1.015
                              profile_path: /4zumPDXZd4kUXig30d4d0DcBfmy.jpg
                        id:
                          type: number
                          example: 5475279
                        name:
                          type: string
                          example: Bread and Lottery
                        overview:
                          type: string
                          example: >-
                            A vengeful Gi-hun makes a U-turn at the airport.
                            Later, in his hideout, he intensifies his search for
                            the elusive recruiter who is seeking new players.
                        production_code:
                          type: string
                          example: ''
                        runtime:
                          type: number
                          example: 66
                        season_number:
                          type: number
                          example: 2
                        show_id:
                          type: number
                          example: 93405
                        still_path:
                          type: string
                          example: /fmo7pOmLThRpUEKuMXnnpy6g6DU.jpg
                        vote_average:
                          type: number
                          example: 8.712
                        vote_count:
                          type: number
                          example: 118
                    example:
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 1
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Cho Sang-woo / 'No. 218'
                            credit_id: 6571b17790fca300ca7fb1ff
                            gender: 2
                            id: 1593672
                            known_for_department: Acting
                            name: Park Hae-soo
                            order: 4
                            original_name: 박해수
                            popularity: 30.76
                            profile_path: /hfejrQ8gjRWCheiKpJANajXT0xi.jpg
                          - adult: false
                            character: Kang Sae-byeok / 'No. 067'
                            credit_id: 6113c0575c56340028bc05fd
                            gender: 1
                            id: 3194501
                            known_for_department: Acting
                            name: HoYeon
                            order: 6
                            original_name: 정호연
                            popularity: 70.395
                            profile_path: /bWMOv8dzwIp5POkDYGgl0v2LoWv.jpg
                          - adult: false
                            character: The Salesman
                            credit_id: 6571b2c7a22d3e00accf157b
                            gender: 2
                            id: 150903
                            known_for_department: Acting
                            name: Gong Yoo
                            order: 557
                            original_name: 공유
                            popularity: 47.431
                            profile_path: /ocGoFb6TrK3uWGXt4WnuibUG1vD.jpg
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Kim Jeong-tae
                            credit_id: 676d4ed662ba310fc0128b25
                            gender: 2
                            id: 1489972
                            known_for_department: Acting
                            name: Kim Pub-lae
                            order: 560
                            original_name: 김법래
                            popularity: 6.894
                            profile_path: /9ceWebylO0MZcX56nP62BuSEhws.jpg
                          - adult: false
                            character: Jun-ho's mother
                            credit_id: 676d4ef50c4402b631927f2f
                            gender: 1
                            id: 138525
                            known_for_department: Acting
                            name: Lee Joo-sil
                            order: 561
                            original_name: 이주실
                            popularity: 17.475
                            profile_path: /uGT4bdTx6JVEj26T2NbHoQCOODM.jpg
                          - adult: false
                            character: Masked Officer
                            credit_id: 676d515aaa8f3159d612907f
                            gender: 2
                            id: 1278776
                            known_for_department: Acting
                            name: Rich Ting
                            order: 571
                            original_name: Rich Ting
                            popularity: 7.53
                            profile_path: /9csNa8014Tx1V8xINWHXuENWs0V.jpg
                          - adult: false
                            character: Team Leader
                            credit_id: 6771497b7d1bc87de7616e22
                            gender: 2
                            id: 1375062
                            known_for_department: Acting
                            name: Oh Chang-kyung
                            order: 584
                            original_name: Oh Chang-kyung
                            popularity: 0.961
                            profile_path: /fYNUv8dKK9gv9Li39Kfa2m935F9.jpg
                          - adult: false
                            character: Kim's subordinate
                            credit_id: 6771499f7d1bc87de7616e2b
                            gender: 2
                            id: 3640214
                            known_for_department: Acting
                            name: Lee Woon-san
                            order: 585
                            original_name: Lee Woon-san
                            popularity: 1.015
                            profile_path: /4zumPDXZd4kUXig30d4d0DcBfmy.jpg
                        id: 5475279
                        name: Bread and Lottery
                        overview: >-
                          A vengeful Gi-hun makes a U-turn at the airport.
                          Later, in his hideout, he intensifies his search for
                          the elusive recruiter who is seeking new players.
                        production_code: ''
                        runtime: 66
                        season_number: 2
                        show_id: 93405
                        still_path: /fmo7pOmLThRpUEKuMXnnpy6g6DU.jpg
                        vote_average: 8.712
                        vote_count: 118
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 2
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Sang-woo's mother
                            credit_id: 614f3360c3514c002648f1d0
                            gender: 1
                            id: 1661283
                            known_for_department: Acting
                            name: Park Hye-jin
                            order: 18
                            original_name: 박혜진
                            popularity: 3.094
                            profile_path: /5cM51cww0P6CVNCRt3BQrGERBfc.jpg
                          - adult: false
                            character: Gi-hoon's ex-wife
                            credit_id: 614adf99c2823a006440b21b
                            gender: 1
                            id: 2256730
                            known_for_department: Acting
                            name: Kang Mal-geum
                            order: 508
                            original_name: 강말금
                            popularity: 10.828
                            profile_path: /cSjcx2ZzjHNZMxj0b2buDi9PwTj.jpg
                          - adult: false
                            character: Seong Ga-yeong
                            credit_id: 614f356bb0460500285dec27
                            gender: 1
                            id: 3247184
                            known_for_department: Acting
                            name: Cho Ah-in
                            order: 509
                            original_name: Cho Ah-in
                            popularity: 3.751
                            profile_path: /AfjiXg5LliSk7OmCrNoHvltsmm.jpg
                          - adult: false
                            character: Sae-byeok's brother
                            credit_id: 61502340a5d849008df7a3cd
                            gender: 2
                            id: 2053103
                            known_for_department: Acting
                            name: Park Si-wan
                            order: 528
                            original_name: Park Si-wan
                            popularity: 2.941
                            profile_path: /7M0Oo7oZOmlYeNelNsP0fy5CCUx.jpg
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Broker
                            credit_id: 676f6678cfe62644df12d652
                            gender: 2
                            id: 572173
                            known_for_department: Acting
                            name: Choi Jae-sup
                            order: 579
                            original_name: 최재섭
                            popularity: 2.924
                            profile_path: /AblXBoGtLVLCiKIDvt175DMdk6d.jpg
                          - adult: false
                            character: Amusement Park security Guard
                            credit_id: 6770d87843a21982da128a01
                            gender: 2
                            id: 548649
                            known_for_department: Acting
                            name: Hong Seok-yeon
                            order: 580
                            original_name: 홍석연
                            popularity: 3.722
                            profile_path: /koTFgBF5vXHsPd5w8OocDv952Jv.jpg
                          - adult: false
                            character: Sae-byeok's mother
                            credit_id: 677148e65863b1e81912916b
                            gender: 1
                            id: 564846
                            known_for_department: Acting
                            name: Park Mi-hyun
                            order: 581
                            original_name: 박미현
                            popularity: 4.683
                            profile_path: /cykvf76gDVlIhxFKO9xX7VY1HxW.jpg
                          - adult: false
                            character: Doctor
                            credit_id: 677148fd7d1bc87de7616de5
                            gender: 2
                            id: 2357720
                            known_for_department: Acting
                            name: Jeong Jong-yeol
                            order: 582
                            original_name: Jeong Jong-yeol
                            popularity: 0.658
                            profile_path: /qFfuDgi24FQqBeVTXsveWzZLLKL.jpg
                          - adult: false
                            character: Na-yeon
                            credit_id: 677149213dff0de99b61c0be
                            gender: 1
                            id: 5147139
                            known_for_department: Acting
                            name: Park Ye-bom
                            order: 583
                            original_name: 박예봄
                            popularity: 0
                            profile_path: null
                          - adult: false
                            character: Kim's subordinate
                            credit_id: 6771499f7d1bc87de7616e2b
                            gender: 2
                            id: 3640214
                            known_for_department: Acting
                            name: Lee Woon-san
                            order: 585
                            original_name: Lee Woon-san
                            popularity: 1.015
                            profile_path: /4zumPDXZd4kUXig30d4d0DcBfmy.jpg
                        id: 5508375
                        name: Halloween Party
                        overview: >-
                          Gi-hun finally gets hold of an invitation, marked for
                          Halloween day. In a tense moment facing Jun-ho, they
                          reveal their truths to each other.
                        production_code: ''
                        runtime: 52
                        season_number: 2
                        show_id: 93405
                        still_path: /qtAhq9RZnVRqooQfLW7JZOEzrbS.jpg
                        vote_average: 8.216
                        vote_count: 37
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 3
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: Manager mask
                            credit_id: 676f63b1d0b08f9718616f5e
                            gender: 2
                            id: 4050671
                            known_for_department: Acting
                            name: Kim Byung-cheol
                            order: 573
                            original_name: Kim Byung-cheol
                            popularity: 0.769
                            profile_path: /xrJBDV1RS4IspGMXU5BJ6q9vYPp.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                          - adult: false
                            character: '''No. 196'''
                            credit_id: 676f66142c9097b26661748a
                            gender: 1
                            id: 2982887
                            known_for_department: Acting
                            name: Song Ji-woo
                            order: 578
                            original_name: Song Ji-woo
                            popularity: 14.064
                            profile_path: /ssbDFHzoYI4E0oWyZaztLg4CTmj.jpg
                        id: 5509085
                        name: '001'
                        overview: >-
                          New players gather for a chance to win 45.6 billion
                          won. After an intense first round, the survivors'
                          fates hang in the balance — down to one final vote.
                        production_code: ''
                        runtime: 62
                        season_number: 2
                        show_id: 93405
                        still_path: /yL7phVQmwbBr0IVrDnqsNiPrpwQ.jpg
                        vote_average: 8.235
                        vote_count: 34
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 4
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: '''No. 096'''
                            credit_id: 676e637dbf10ff19846161a9
                            gender: 2
                            id: 2872513
                            known_for_department: Acting
                            name: Lee Suk
                            order: 572
                            original_name: Lee Suk
                            popularity: 0.001
                            profile_path: /A51YpNJxqm8a9QfO2lUQ4y2aQeE.jpg
                          - adult: false
                            character: Young-mi / 'No. 095'
                            credit_id: 676f6485d0b08f9718616fab
                            gender: 1
                            id: 3516395
                            known_for_department: Acting
                            name: Kim Si-eun
                            order: 576
                            original_name: 김시은
                            popularity: 2.582
                            profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747916
                        name: Six Legs
                        overview: >-
                          The players prepare for the next game: a six-legged
                          pentathlon, where each team member must clear a
                          mini-game to survive — or face collective elimination.
                        production_code: ''
                        runtime: 63
                        season_number: 2
                        show_id: 93405
                        still_path: /gbtaPIZeFwViB25zigpU42UALEE.jpg
                        vote_average: 8.786
                        vote_count: 28
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 5
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Manager mask
                            credit_id: 676f63b1d0b08f9718616f5e
                            gender: 2
                            id: 4050671
                            known_for_department: Acting
                            name: Kim Byung-cheol
                            order: 573
                            original_name: Kim Byung-cheol
                            popularity: 0.769
                            profile_path: /xrJBDV1RS4IspGMXU5BJ6q9vYPp.jpg
                          - adult: false
                            character: Young-mi / 'No. 095'
                            credit_id: 676f6485d0b08f9718616fab
                            gender: 1
                            id: 3516395
                            known_for_department: Acting
                            name: Kim Si-eun
                            order: 576
                            original_name: 김시은
                            popularity: 2.582
                            profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747917
                        name: One More Game
                        overview: >-
                          Kang No-eul earns enemies for her unruly actions.
                          Nerves fray to the breaking point as the remaining
                          players vote on whether to move to the next round.
                        production_code: ''
                        runtime: 77
                        season_number: 2
                        show_id: 93405
                        still_path: /575R0zTaCUtmLjLSsBp3hLl1DQn.jpg
                        vote_average: 9
                        vote_count: 28
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 6
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: Gi-myeon / 'No. 203'
                            credit_id: 676d5121d0b08f9718614256
                            gender: 2
                            id: 1418581
                            known_for_department: Acting
                            name: Choi Gwi-hwa
                            order: 570
                            original_name: 최귀화
                            popularity: 4.08
                            profile_path: /aYiS6jQNNmOSfzcobDs12pLOOjj.jpg
                          - adult: false
                            character: Manager mask
                            credit_id: 676f63b1d0b08f9718616f5e
                            gender: 2
                            id: 4050671
                            known_for_department: Acting
                            name: Kim Byung-cheol
                            order: 573
                            original_name: Kim Byung-cheol
                            popularity: 0.769
                            profile_path: /xrJBDV1RS4IspGMXU5BJ6q9vYPp.jpg
                          - adult: false
                            character: Kim Yoon-tae
                            credit_id: 676f64091efc2434cf12c866
                            gender: 2
                            id: 3253127
                            known_for_department: Acting
                            name: Lee Gyu-hoe
                            order: 574
                            original_name: 이규회
                            popularity: 6.331
                            profile_path: /rf0Qca9sVYFaxTN00Yf5jctMyj7.jpg
                          - adult: false
                            character: Lunch box man
                            credit_id: 676f641e1efc2434cf12c877
                            gender: 2
                            id: 1664896
                            known_for_department: Acting
                            name: Woo Jung-kook
                            order: 575
                            original_name: 우정국
                            popularity: 3.044
                            profile_path: /jWJJfrLdRpyUYPp9N81GUFrTDp1.jpg
                          - adult: false
                            character: Young-mi / 'No. 095'
                            credit_id: 676f6485d0b08f9718616fab
                            gender: 1
                            id: 3516395
                            known_for_department: Acting
                            name: Kim Si-eun
                            order: 576
                            original_name: 김시은
                            popularity: 2.582
                            profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747918
                        name: "O \uFEFF X"
                        overview: >-
                          Jun-ho and his team prepare to infiltrate a suspicious
                          island. As monetary stakes and tensions rise, players
                          split into two opposing factions.
                        production_code: ''
                        runtime: 53
                        season_number: 2
                        show_id: 93405
                        still_path: /jlzRf80aoGnKrEcREmsFA5WvzAM.jpg
                        vote_average: 8.85
                        vote_count: 20
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 7
                        episode_type: finale
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: Gi-myeon / 'No. 203'
                            credit_id: 676d5121d0b08f9718614256
                            gender: 2
                            id: 1418581
                            known_for_department: Acting
                            name: Choi Gwi-hwa
                            order: 570
                            original_name: 최귀화
                            popularity: 4.08
                            profile_path: /aYiS6jQNNmOSfzcobDs12pLOOjj.jpg
                          - adult: false
                            character: Kim Yoon-tae
                            credit_id: 676f64091efc2434cf12c866
                            gender: 2
                            id: 3253127
                            known_for_department: Acting
                            name: Lee Gyu-hoe
                            order: 574
                            original_name: 이규회
                            popularity: 6.331
                            profile_path: /rf0Qca9sVYFaxTN00Yf5jctMyj7.jpg
                          - adult: false
                            character: Lunch box man
                            credit_id: 676f641e1efc2434cf12c877
                            gender: 2
                            id: 1664896
                            known_for_department: Acting
                            name: Woo Jung-kook
                            order: 575
                            original_name: 우정국
                            popularity: 3.044
                            profile_path: /jWJJfrLdRpyUYPp9N81GUFrTDp1.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747919
                        name: Friend or Foe
                        overview: >-
                          The remaining players strategize on how to survive the
                          night. Gi-hun proposes a risky plan — but he will need
                          trustworthy allies to carry it out.
                        production_code: ''
                        runtime: 61
                        season_number: 2
                        show_id: 93405
                        still_path: /tO8hO3jWp4JveXmBbPikd4IQbss.jpg
                        vote_average: 8.87
                        vote_count: 23
                  id:
                    type: number
                    example: 287516
                  name:
                    type: string
                    example: Season 2
                  overview:
                    type: string
                    example: >-
                      Ready to run for your lives? Player 456 returns for more
                      heart-pounding children's games, facing deadly new
                      challenges — but armed with a hidden agenda.
                  poster_path:
                    type: string
                    example: /sXZhtWLo3fecavpDuOyJiayjt32.jpg
                  season_number:
                    type: number
                    example: 2
                  vote_average:
                    type: number
                    example: 8.7
              examples:
                Details:
                  value:
                    _id: 6256fcad4cd9120db94b2f85
                    air_date: '2024-12-26'
                    episodes:
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 1
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Cho Sang-woo / 'No. 218'
                            credit_id: 6571b17790fca300ca7fb1ff
                            gender: 2
                            id: 1593672
                            known_for_department: Acting
                            name: Park Hae-soo
                            order: 4
                            original_name: 박해수
                            popularity: 30.76
                            profile_path: /hfejrQ8gjRWCheiKpJANajXT0xi.jpg
                          - adult: false
                            character: Kang Sae-byeok / 'No. 067'
                            credit_id: 6113c0575c56340028bc05fd
                            gender: 1
                            id: 3194501
                            known_for_department: Acting
                            name: HoYeon
                            order: 6
                            original_name: 정호연
                            popularity: 70.395
                            profile_path: /bWMOv8dzwIp5POkDYGgl0v2LoWv.jpg
                          - adult: false
                            character: The Salesman
                            credit_id: 6571b2c7a22d3e00accf157b
                            gender: 2
                            id: 150903
                            known_for_department: Acting
                            name: Gong Yoo
                            order: 557
                            original_name: 공유
                            popularity: 47.431
                            profile_path: /ocGoFb6TrK3uWGXt4WnuibUG1vD.jpg
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Kim Jeong-tae
                            credit_id: 676d4ed662ba310fc0128b25
                            gender: 2
                            id: 1489972
                            known_for_department: Acting
                            name: Kim Pub-lae
                            order: 560
                            original_name: 김법래
                            popularity: 6.894
                            profile_path: /9ceWebylO0MZcX56nP62BuSEhws.jpg
                          - adult: false
                            character: Jun-ho's mother
                            credit_id: 676d4ef50c4402b631927f2f
                            gender: 1
                            id: 138525
                            known_for_department: Acting
                            name: Lee Joo-sil
                            order: 561
                            original_name: 이주실
                            popularity: 17.475
                            profile_path: /uGT4bdTx6JVEj26T2NbHoQCOODM.jpg
                          - adult: false
                            character: Masked Officer
                            credit_id: 676d515aaa8f3159d612907f
                            gender: 2
                            id: 1278776
                            known_for_department: Acting
                            name: Rich Ting
                            order: 571
                            original_name: Rich Ting
                            popularity: 7.53
                            profile_path: /9csNa8014Tx1V8xINWHXuENWs0V.jpg
                          - adult: false
                            character: Team Leader
                            credit_id: 6771497b7d1bc87de7616e22
                            gender: 2
                            id: 1375062
                            known_for_department: Acting
                            name: Oh Chang-kyung
                            order: 584
                            original_name: Oh Chang-kyung
                            popularity: 0.961
                            profile_path: /fYNUv8dKK9gv9Li39Kfa2m935F9.jpg
                          - adult: false
                            character: Kim's subordinate
                            credit_id: 6771499f7d1bc87de7616e2b
                            gender: 2
                            id: 3640214
                            known_for_department: Acting
                            name: Lee Woon-san
                            order: 585
                            original_name: Lee Woon-san
                            popularity: 1.015
                            profile_path: /4zumPDXZd4kUXig30d4d0DcBfmy.jpg
                        id: 5475279
                        name: Bread and Lottery
                        overview: >-
                          A vengeful Gi-hun makes a U-turn at the airport.
                          Later, in his hideout, he intensifies his search for
                          the elusive recruiter who is seeking new players.
                        production_code: ''
                        runtime: 66
                        season_number: 2
                        show_id: 93405
                        still_path: /fmo7pOmLThRpUEKuMXnnpy6g6DU.jpg
                        vote_average: 8.712
                        vote_count: 118
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 2
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Sang-woo's mother
                            credit_id: 614f3360c3514c002648f1d0
                            gender: 1
                            id: 1661283
                            known_for_department: Acting
                            name: Park Hye-jin
                            order: 18
                            original_name: 박혜진
                            popularity: 3.094
                            profile_path: /5cM51cww0P6CVNCRt3BQrGERBfc.jpg
                          - adult: false
                            character: Gi-hoon's ex-wife
                            credit_id: 614adf99c2823a006440b21b
                            gender: 1
                            id: 2256730
                            known_for_department: Acting
                            name: Kang Mal-geum
                            order: 508
                            original_name: 강말금
                            popularity: 10.828
                            profile_path: /cSjcx2ZzjHNZMxj0b2buDi9PwTj.jpg
                          - adult: false
                            character: Seong Ga-yeong
                            credit_id: 614f356bb0460500285dec27
                            gender: 1
                            id: 3247184
                            known_for_department: Acting
                            name: Cho Ah-in
                            order: 509
                            original_name: Cho Ah-in
                            popularity: 3.751
                            profile_path: /AfjiXg5LliSk7OmCrNoHvltsmm.jpg
                          - adult: false
                            character: Sae-byeok's brother
                            credit_id: 61502340a5d849008df7a3cd
                            gender: 2
                            id: 2053103
                            known_for_department: Acting
                            name: Park Si-wan
                            order: 528
                            original_name: Park Si-wan
                            popularity: 2.941
                            profile_path: /7M0Oo7oZOmlYeNelNsP0fy5CCUx.jpg
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Broker
                            credit_id: 676f6678cfe62644df12d652
                            gender: 2
                            id: 572173
                            known_for_department: Acting
                            name: Choi Jae-sup
                            order: 579
                            original_name: 최재섭
                            popularity: 2.924
                            profile_path: /AblXBoGtLVLCiKIDvt175DMdk6d.jpg
                          - adult: false
                            character: Amusement Park security Guard
                            credit_id: 6770d87843a21982da128a01
                            gender: 2
                            id: 548649
                            known_for_department: Acting
                            name: Hong Seok-yeon
                            order: 580
                            original_name: 홍석연
                            popularity: 3.722
                            profile_path: /koTFgBF5vXHsPd5w8OocDv952Jv.jpg
                          - adult: false
                            character: Sae-byeok's mother
                            credit_id: 677148e65863b1e81912916b
                            gender: 1
                            id: 564846
                            known_for_department: Acting
                            name: Park Mi-hyun
                            order: 581
                            original_name: 박미현
                            popularity: 4.683
                            profile_path: /cykvf76gDVlIhxFKO9xX7VY1HxW.jpg
                          - adult: false
                            character: Doctor
                            credit_id: 677148fd7d1bc87de7616de5
                            gender: 2
                            id: 2357720
                            known_for_department: Acting
                            name: Jeong Jong-yeol
                            order: 582
                            original_name: Jeong Jong-yeol
                            popularity: 0.658
                            profile_path: /qFfuDgi24FQqBeVTXsveWzZLLKL.jpg
                          - adult: false
                            character: Na-yeon
                            credit_id: 677149213dff0de99b61c0be
                            gender: 1
                            id: 5147139
                            known_for_department: Acting
                            name: Park Ye-bom
                            order: 583
                            original_name: 박예봄
                            popularity: 0
                            profile_path: null
                          - adult: false
                            character: Kim's subordinate
                            credit_id: 6771499f7d1bc87de7616e2b
                            gender: 2
                            id: 3640214
                            known_for_department: Acting
                            name: Lee Woon-san
                            order: 585
                            original_name: Lee Woon-san
                            popularity: 1.015
                            profile_path: /4zumPDXZd4kUXig30d4d0DcBfmy.jpg
                        id: 5508375
                        name: Halloween Party
                        overview: >-
                          Gi-hun finally gets hold of an invitation, marked for
                          Halloween day. In a tense moment facing Jun-ho, they
                          reveal their truths to each other.
                        production_code: ''
                        runtime: 52
                        season_number: 2
                        show_id: 93405
                        still_path: /qtAhq9RZnVRqooQfLW7JZOEzrbS.jpg
                        vote_average: 8.216
                        vote_count: 37
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 3
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: Manager mask
                            credit_id: 676f63b1d0b08f9718616f5e
                            gender: 2
                            id: 4050671
                            known_for_department: Acting
                            name: Kim Byung-cheol
                            order: 573
                            original_name: Kim Byung-cheol
                            popularity: 0.769
                            profile_path: /xrJBDV1RS4IspGMXU5BJ6q9vYPp.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                          - adult: false
                            character: '''No. 196'''
                            credit_id: 676f66142c9097b26661748a
                            gender: 1
                            id: 2982887
                            known_for_department: Acting
                            name: Song Ji-woo
                            order: 578
                            original_name: Song Ji-woo
                            popularity: 14.064
                            profile_path: /ssbDFHzoYI4E0oWyZaztLg4CTmj.jpg
                        id: 5509085
                        name: '001'
                        overview: >-
                          New players gather for a chance to win 45.6 billion
                          won. After an intense first round, the survivors'
                          fates hang in the balance — down to one final vote.
                        production_code: ''
                        runtime: 62
                        season_number: 2
                        show_id: 93405
                        still_path: /yL7phVQmwbBr0IVrDnqsNiPrpwQ.jpg
                        vote_average: 8.235
                        vote_count: 34
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 4
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: '''No. 096'''
                            credit_id: 676e637dbf10ff19846161a9
                            gender: 2
                            id: 2872513
                            known_for_department: Acting
                            name: Lee Suk
                            order: 572
                            original_name: Lee Suk
                            popularity: 0.001
                            profile_path: /A51YpNJxqm8a9QfO2lUQ4y2aQeE.jpg
                          - adult: false
                            character: Young-mi / 'No. 095'
                            credit_id: 676f6485d0b08f9718616fab
                            gender: 1
                            id: 3516395
                            known_for_department: Acting
                            name: Kim Si-eun
                            order: 576
                            original_name: 김시은
                            popularity: 2.582
                            profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747916
                        name: Six Legs
                        overview: >-
                          The players prepare for the next game: a six-legged
                          pentathlon, where each team member must clear a
                          mini-game to survive — or face collective elimination.
                        production_code: ''
                        runtime: 63
                        season_number: 2
                        show_id: 93405
                        still_path: /gbtaPIZeFwViB25zigpU42UALEE.jpg
                        vote_average: 8.786
                        vote_count: 28
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 5
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Manager mask
                            credit_id: 676f63b1d0b08f9718616f5e
                            gender: 2
                            id: 4050671
                            known_for_department: Acting
                            name: Kim Byung-cheol
                            order: 573
                            original_name: Kim Byung-cheol
                            popularity: 0.769
                            profile_path: /xrJBDV1RS4IspGMXU5BJ6q9vYPp.jpg
                          - adult: false
                            character: Young-mi / 'No. 095'
                            credit_id: 676f6485d0b08f9718616fab
                            gender: 1
                            id: 3516395
                            known_for_department: Acting
                            name: Kim Si-eun
                            order: 576
                            original_name: 김시은
                            popularity: 2.582
                            profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747917
                        name: One More Game
                        overview: >-
                          Kang No-eul earns enemies for her unruly actions.
                          Nerves fray to the breaking point as the remaining
                          players vote on whether to move to the next round.
                        production_code: ''
                        runtime: 77
                        season_number: 2
                        show_id: 93405
                        still_path: /575R0zTaCUtmLjLSsBp3hLl1DQn.jpg
                        vote_average: 9
                        vote_count: 28
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 6
                        episode_type: standard
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: Gi-myeon / 'No. 203'
                            credit_id: 676d5121d0b08f9718614256
                            gender: 2
                            id: 1418581
                            known_for_department: Acting
                            name: Choi Gwi-hwa
                            order: 570
                            original_name: 최귀화
                            popularity: 4.08
                            profile_path: /aYiS6jQNNmOSfzcobDs12pLOOjj.jpg
                          - adult: false
                            character: Manager mask
                            credit_id: 676f63b1d0b08f9718616f5e
                            gender: 2
                            id: 4050671
                            known_for_department: Acting
                            name: Kim Byung-cheol
                            order: 573
                            original_name: Kim Byung-cheol
                            popularity: 0.769
                            profile_path: /xrJBDV1RS4IspGMXU5BJ6q9vYPp.jpg
                          - adult: false
                            character: Kim Yoon-tae
                            credit_id: 676f64091efc2434cf12c866
                            gender: 2
                            id: 3253127
                            known_for_department: Acting
                            name: Lee Gyu-hoe
                            order: 574
                            original_name: 이규회
                            popularity: 6.331
                            profile_path: /rf0Qca9sVYFaxTN00Yf5jctMyj7.jpg
                          - adult: false
                            character: Lunch box man
                            credit_id: 676f641e1efc2434cf12c877
                            gender: 2
                            id: 1664896
                            known_for_department: Acting
                            name: Woo Jung-kook
                            order: 575
                            original_name: 우정국
                            popularity: 3.044
                            profile_path: /jWJJfrLdRpyUYPp9N81GUFrTDp1.jpg
                          - adult: false
                            character: Young-mi / 'No. 095'
                            credit_id: 676f6485d0b08f9718616fab
                            gender: 1
                            id: 3516395
                            known_for_department: Acting
                            name: Kim Si-eun
                            order: 576
                            original_name: 김시은
                            popularity: 2.582
                            profile_path: /fNqO7k5i2K007s7eZ8UxAtgKUcW.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747918
                        name: "O \uFEFF X"
                        overview: >-
                          Jun-ho and his team prepare to infiltrate a suspicious
                          island. As monetary stakes and tensions rise, players
                          split into two opposing factions.
                        production_code: ''
                        runtime: 53
                        season_number: 2
                        show_id: 93405
                        still_path: /jlzRf80aoGnKrEcREmsFA5WvzAM.jpg
                        vote_average: 8.85
                        vote_count: 20
                      - air_date: '2024-12-26'
                        crew:
                          - adult: false
                            credit_id: 62a62d1b7e12f02ff65fff0b
                            department: Writing
                            gender: 2
                            id: 1294471
                            job: Writer
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                          - adult: false
                            credit_id: 62a62d2385005d4c07bde35f
                            department: Directing
                            gender: 2
                            id: 1294471
                            job: Director
                            known_for_department: Directing
                            name: Hwang Dong-hyuk
                            original_name: 황동혁
                            popularity: 18.68
                            profile_path: /xyr3b04ayyJtA5ZN3L0Af10WKIR.jpg
                        episode_number: 7
                        episode_type: finale
                        guest_stars:
                          - adult: false
                            character: Captain Park
                            credit_id: 676d4ec962ba310fc0128b18
                            gender: 2
                            id: 77188
                            known_for_department: Acting
                            name: Oh Dal-su
                            order: 558
                            original_name: 오달수
                            popularity: 14.059
                            profile_path: /hd72oGjq0YKYdgZKMnqtV00MV28.jpg
                          - adult: false
                            character: Choi Woo-seok
                            credit_id: 676d4ed00c4402b631927f1d
                            gender: 2
                            id: 1199744
                            known_for_department: Acting
                            name: Jun Suk-ho
                            order: 559
                            original_name: 전석호
                            popularity: 14.917
                            profile_path: /xMUCuermXrjVNOWDV3gIfpP5yhF.jpg
                          - adult: false
                            character: Jung-dae / 'No. 100'
                            credit_id: 676d5013aa8f3159d6128ffb
                            gender: 2
                            id: 88298
                            known_for_department: Acting
                            name: Song Young-chang
                            order: 562
                            original_name: 송영창
                            popularity: 8.848
                            profile_path: /gcidJKlJtyr7mAlI3ffMRxBj0qG.jpg
                          - adult: false
                            character: Jeong-bae / 'No. 390'
                            credit_id: 676d5018aa8f3159d6128ffe
                            gender: 2
                            id: 2204527
                            known_for_department: Acting
                            name: Lee Seo-hwan
                            order: 563
                            original_name: 이서환
                            popularity: 14.402
                            profile_path: /xy6JlnuWWtEgb4I6tPuTpYc7hxp.jpg
                          - adult: false
                            character: Sun-nyeo / 'No. 044'
                            credit_id: 676d501c0c4402b631927f76
                            gender: 1
                            id: 2627786
                            known_for_department: Acting
                            name: Chae Kook-hee
                            order: 564
                            original_name: 채국희
                            popularity: 2.744
                            profile_path: /k8cCyRHFjt0CMy9WlDhwJ8ii7V7.jpg
                          - adult: false
                            character: Min-su / 'No. 125'
                            credit_id: 676d5021aa8f3159d6129001
                            gender: 2
                            id: 557133
                            known_for_department: Acting
                            name: Lee David
                            order: 565
                            original_name: 이다윗
                            popularity: 19.099
                            profile_path: /qWGDFlr47d2AJLtJsOEmfmaC21l.jpg
                          - adult: false
                            character: Nam-gyu / 'No. 124'
                            credit_id: 676d5029d0b08f97186141de
                            gender: 2
                            id: 2688877
                            known_for_department: Acting
                            name: Roh Jae-won
                            order: 566
                            original_name: 노재원
                            popularity: 16.835
                            profile_path: /8M4PRXZGllg3yrwluJraP1bakLO.jpg
                          - adult: false
                            character: Thanos / 'No. 230'
                            credit_id: 676d502fbf10ff19846143ac
                            gender: 2
                            id: 80981
                            known_for_department: Acting
                            name: Choi Seung-hyun
                            order: 567
                            original_name: 최승현
                            popularity: 32.962
                            profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg
                          - adult: false
                            character: Se-mi / 'No. 380'
                            credit_id: 676d5033bf10ff19846143af
                            gender: 1
                            id: 3214138
                            known_for_department: Acting
                            name: Won Ji-an
                            order: 568
                            original_name: 원지안
                            popularity: 9.492
                            profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                          - adult: false
                            character: Commander
                            credit_id: 676d5039f9bc02e498927c25
                            gender: 2
                            id: 93999
                            known_for_department: Acting
                            name: Park Hee-soon
                            order: 569
                            original_name: 박희순
                            popularity: 31.037
                            profile_path: /s2SSzvlsSfCPP5EXhCoWUr8970F.jpg
                          - adult: false
                            character: Gi-myeon / 'No. 203'
                            credit_id: 676d5121d0b08f9718614256
                            gender: 2
                            id: 1418581
                            known_for_department: Acting
                            name: Choi Gwi-hwa
                            order: 570
                            original_name: 최귀화
                            popularity: 4.08
                            profile_path: /aYiS6jQNNmOSfzcobDs12pLOOjj.jpg
                          - adult: false
                            character: Kim Yoon-tae
                            credit_id: 676f64091efc2434cf12c866
                            gender: 2
                            id: 3253127
                            known_for_department: Acting
                            name: Lee Gyu-hoe
                            order: 574
                            original_name: 이규회
                            popularity: 6.331
                            profile_path: /rf0Qca9sVYFaxTN00Yf5jctMyj7.jpg
                          - adult: false
                            character: Lunch box man
                            credit_id: 676f641e1efc2434cf12c877
                            gender: 2
                            id: 1664896
                            known_for_department: Acting
                            name: Woo Jung-kook
                            order: 575
                            original_name: 우정국
                            popularity: 3.044
                            profile_path: /jWJJfrLdRpyUYPp9N81GUFrTDp1.jpg
                          - adult: false
                            character: Kim Young-sam / 'No. 226'
                            credit_id: 676f6514bf10ff1984618d99
                            gender: 2
                            id: 3841578
                            known_for_department: Acting
                            name: Lee Seong-woo
                            order: 577
                            original_name: 이성우
                            popularity: 1.463
                            profile_path: /54uuDbyOFq0JLYppoHSkANey0My.jpg
                        id: 5747919
                        name: Friend or Foe
                        overview: >-
                          The remaining players strategize on how to survive the
                          night. Gi-hun proposes a risky plan — but he will need
                          trustworthy allies to carry it out.
                        production_code: ''
                        runtime: 61
                        season_number: 2
                        show_id: 93405
                        still_path: /tO8hO3jWp4JveXmBbPikd4IQbss.jpg
                        vote_average: 8.87
                        vote_count: 23
                    id: 287516
                    name: Season 2
                    overview: >-
                      Ready to run for your lives? Player 456 returns for more
                      heart-pounding children's games, facing deadly new
                      challenges — but armed with a hidden agenda.
                    poster_path: /sXZhtWLo3fecavpDuOyJiayjt32.jpg
                    season_number: 2
                    vote_average: 8.7
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````