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

# Similar

> This endpoint retrieves a list of TV shows that are similar to a particular TV show



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/{{series_id}}/similar
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}}/similar:
    parameters:
      - name: series_id
        in: path
        description: >-
          This represents the series ID. Get it
          [here](https://starlight.mintlify.app/api-reference/seriesid)
        required: true
        schema:
          type: string
    get:
      tags:
        - TV Series
      summary: Similar
      description: >-
        This endpoint retrieves a list of TV shows that are similar to a
        particular TV show
      operationId: similar1
      parameters:
        - name: page
          in: query
          schema:
            type: string
            example: '1'
          description: This represents the page number.
      responses:
        '200':
          description: Similar
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=138
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 29 Dec 2024 20:45:16 GMT
            ETag:
              schema:
                type: string
                example: W/"0e750b7bceeaf4603dad202efeed631f"
            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 368146333bf1a1071e8432a7d4e41e1a.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 1vcSVzIwDk1I3okTRhVCWIVjzk9RuC44WUhegm3K5bAKgwL5164u3A==
            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: '27838'
            x-memc-expires:
              schema:
                type: string
                example: '138'
            x-memc-key:
              schema:
                type: string
                example: 171b3d417c9654b736f0c6cd1a44ca45
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: /7MObAC55fQQfD2g8sySIVIEYqHk.jpg
                        first_air_date:
                          type: string
                          example: '2023-04-20'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 18
                          example:
                            - 18
                            - 9648
                            - 10765
                        id:
                          type: number
                          example: 224552
                        name:
                          type: string
                          example: Love of Replica
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: CN
                          example:
                            - CN
                        original_language:
                          type: string
                          example: zh
                        original_name:
                          type: string
                          example: 为你逆光而来
                        overview:
                          type: string
                          example: >-
                            The eldest daughter of a rich family, Xu Xi Xi wakes
                            up from a coma and realises she has lost her memory.
                            She falls in love with her bodyguard Lu Jin Yan at
                            first sight. She learns from Ding Bei Fan that she
                            is not really Xu Xi Xi, but in fact she is An Yue,
                            someone who looks the same as Xi Xi. An Yue
                            discovers more amazing secrets in the process of
                            investigating the truth, while Lu Jin Yan, as a
                            bodyguard, also has a hidden agenda.
                        popularity:
                          type: number
                          example: 9.468
                        poster_path:
                          type: string
                          nullable: true
                          example: /9B9Ap6NbGlikEA8B01WfilAsXT9.jpg
                        vote_average:
                          type: number
                          example: 10
                        vote_count:
                          type: number
                          example: 1
                    example:
                      - adult: false
                        backdrop_path: /7MObAC55fQQfD2g8sySIVIEYqHk.jpg
                        first_air_date: '2023-04-20'
                        genre_ids:
                          - 18
                          - 9648
                          - 10765
                        id: 224552
                        name: Love of Replica
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 为你逆光而来
                        overview: >-
                          The eldest daughter of a rich family, Xu Xi Xi wakes
                          up from a coma and realises she has lost her memory.
                          She falls in love with her bodyguard Lu Jin Yan at
                          first sight. She learns from Ding Bei Fan that she is
                          not really Xu Xi Xi, but in fact she is An Yue,
                          someone who looks the same as Xi Xi. An Yue discovers
                          more amazing secrets in the process of investigating
                          the truth, while Lu Jin Yan, as a bodyguard, also has
                          a hidden agenda.
                        popularity: 9.468
                        poster_path: /9B9Ap6NbGlikEA8B01WfilAsXT9.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /4v6hmNGr8EeVLTQiN1pfDQVzmEg.jpg
                        first_air_date: '2002-12-06'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                          - 10762
                          - 10751
                        id: 2660
                        name: 'Codename: Kids Next Door'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Codename: Kids Next Door'
                        overview: >-
                          Taking numbers instead of names, five extraordinary
                          10-year-olds form a covert team called the Kids Next
                          Door with one dedicated mission: to free all children
                          from the tyrannical rule of adults.
                        popularity: 3.411
                        poster_path: /ppM8Pl6e8JIr39HPLRFgqDH3Vf1.jpg
                        vote_average: 8.189
                        vote_count: 726
                      - adult: false
                        backdrop_path: /usLRh1bcbL0Q9X8zf6rL4OV1qrA.jpg
                        first_air_date: '1971-04-03'
                        genre_ids:
                          - 10759
                          - 10765
                          - 18
                        id: 2661
                        name: Kamen Rider
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 仮面ライダー
                        overview: >-
                          Takeshi Hongo is a promising young man with a passion
                          for motorcycle racing. However, his dreams are
                          suddenly ruined when he gets kidnapped by Shocker, the
                          evil secret organization planning to dominate the
                          world. After being remodeled into a cyborg, Takeshi
                          escapes and swears to protect the world from the
                          inhuman monsters.
                        popularity: 251.545
                        poster_path: /fIJNVBa6MJStPiOvhLV69nAdu0e.jpg
                        vote_average: 6.3
                        vote_count: 83
                      - adult: false
                        backdrop_path: /7CeRi49LvlqkyJzrQRRuzgqX7Rk.jpg
                        first_air_date: '1995-05-29'
                        genre_ids:
                          - 18
                          - 9648
                        id: 86356
                        name: Justice Pao
                        origin_country:
                          - HK
                        original_language: cn
                        original_name: 新包青天
                        overview: ''
                        popularity: 36.017
                        poster_path: /tvBLthbI5LhMEwytTxLZzFgn2Uj.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /7ff1L5PJE5HJO1AzClCQADFH8Ac.jpg
                        first_air_date: '2019-10-28'
                        genre_ids:
                          - 10765
                          - 18
                        id: 86374
                        name: War of the Worlds
                        origin_country:
                          - FR
                        original_language: en
                        original_name: War of the Worlds
                        overview: >-
                          When astronomers detect a transmission from another
                          galaxy, it is definitive proof of intelligent
                          extra-terrestrial life. The world’s population waits
                          for further contact with bated breath. They do not
                          have to wait long. Within days, mankind is all but
                          wiped out by a devastating attack; pockets of humanity
                          are left in an eerily deserted world. As aliens hunt
                          and kill those left alive, the survivors ask a burning
                          question – who are these attackers and why are they
                          hell-bent on our destruction?
                        popularity: 68.193
                        poster_path: /yThmbQkxSzW4HHdAaoj8RYHFH3i.jpg
                        vote_average: 7.264
                        vote_count: 860
                      - adult: false
                        backdrop_path: /x9qgK4oU9XnczjpsmK8Qgma7xJ.jpg
                        first_air_date: '2023-06-09'
                        genre_ids:
                          - 18
                          - 9648
                        id: 223824
                        name: Home School
                        origin_country:
                          - TH
                        original_language: th
                        original_name: นักเรียนต้องขัง
                        overview: >-
                          When children are unwanted by their parents, they are
                          sent to the best boarding school in the country: Home
                          School. However, Home School seems more like a prison
                          than a school with its strict rules and regulations.
                          Its curriculum is unique.
                        popularity: 18.977
                        poster_path: /4hiuOqoOZXwD8o6V8FDLXOuiXGG.jpg
                        vote_average: 7.4
                        vote_count: 9
                      - adult: false
                        backdrop_path: /iTABtLre8CUI5uK2bd5yBwJgtlY.jpg
                        first_air_date: '2023-04-05'
                        genre_ids:
                          - 18
                        id: 223953
                        name: Thin Ice
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 薄冰
                        overview: >-
                          In Shanghai in 1943, Chen Qian, a military agent, was
                          ordered to assassinate the Japanese, but fell into the
                          trap of Yujiro Ida, the head of Japan's plum agency.
                          Born on the day, and accidentally learned of the
                          Japanese conspiracy. In order to stop the sinister
                          plan of the invaders, Chen Qian began to receive
                          special training, disguised as a Japanese envoy to
                          visit Mei's agency again. Chen Qian, who went deep
                          into the enemy's camp, walked step by step in the
                          dark, walking on thin ice, and with the help of the
                          Communist Party member Chun Yang, he repeatedly
                          avoided danger.
                        popularity: 22.276
                        poster_path: /7qX3KoZ3g6tWxB3Gzc0FwLMdg1W.jpg
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /3cgRI0hOq3dYyezSYrsfdmqxtMw.jpg
                        first_air_date: '2023-04-27'
                        genre_ids:
                          - 18
                          - 80
                          - 10759
                        id: 114922
                        name: Citadel
                        origin_country:
                          - US
                        original_language: en
                        original_name: Citadel
                        overview: >-
                          What if you lost your memory? What if a spy didn’t
                          know they were a spy? Years ago, the top agents of
                          Citadel, Mason Kane and Nadia Sinh, had their minds
                          wiped. But, they’re called back to action as sinister
                          forces emerge from the past. With the help of
                          spymaster Bernard Orlick, these former lovers must
                          remember the past to save the future.
                        popularity: 48.601
                        poster_path: /AcrDB32TqpAGwvQFbICALGxSzn3.jpg
                        vote_average: 6.916
                        vote_count: 405
                      - adult: false
                        backdrop_path: /uWISo3qZBixbea1H766UiV9px95.jpg
                        first_air_date: '2023-03-14'
                        genre_ids:
                          - 18
                          - 80
                          - 9648
                        id: 221208
                        name: Who Is He
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 他是谁
                        overview: >-
                          In 1988, criminal policeman Wei Guo Ping witnessed the
                          deaths of his comrades during an operation around a
                          serial murder case where the culprit escapes. This has
                          left Wei Guo Ping scarred from the incident. Eight
                          years later, the appalling corpse dismemberment case
                          has shocked the city of Ningjiang. At this time, Wei
                          Guo Ping has already grown into a seasoned police
                          captain.
                        popularity: 23.481
                        poster_path: /9cx60vuOGztQJlzx2P64Yldwibd.jpg
                        vote_average: 7.5
                        vote_count: 15
                      - adult: false
                        backdrop_path: /zHOtlQBz0e2iDbsMRPMRIvWbUoH.jpg
                        first_air_date: '2018-08-03'
                        genre_ids:
                          - 80
                          - 18
                          - 10759
                        id: 221209
                        name: Executive Judge
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 执行利剑
                        overview: >-
                          A female judge encounters an old teacher who uses the
                          letter of the law to his own advantage while she
                          wields it as a weapon to protect those in need.


                          Zuo Lin (Lv Jiarong) is a judge serving at the
                          people's court in Mingzhou. While dealing with a real
                          estate case in Yongjia, she butts heads with an
                          unexpected opponent. He is Zheng Huaishan (Tan Kai),
                          an old university teacher and a dear friend whom she
                          hasn't seen in a long time. However, investigations
                          lead them further astray and Zuo Lin has to make the
                          choice of overcoming her personal feelings to uphold
                          justice.
                        popularity: 1.679
                        poster_path: /xgIplALS1xgEdcVTUc2HAjZ30IY.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2017-08-20'
                        genre_ids:
                          - 99
                          - 18
                        id: 221225
                        name: 'SOS: How to Survive'
                        origin_country:
                          - CA
                        original_language: en
                        original_name: 'SOS: How to Survive'
                        overview: >-
                          True stories of various people who found themselves in
                          situations in the wild that tried their abilities to
                          survive. Survival expert Creek Stewart hosts and gives
                          tips and training on survival skills.
                        popularity: 2.633
                        poster_path: null
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /8OapOjQUbA52qDdog8GGIIy8bdh.jpg
                        first_air_date: '1997-01-13'
                        genre_ids:
                          - 10759
                          - 18
                        id: 167
                        name: La Femme Nikita
                        origin_country:
                          - US
                          - CA
                        original_language: en
                        original_name: La Femme Nikita
                        overview: >-
                          La Femme Nikita was a Canadian action/drama television
                          series based on the French film Nikita by Luc Besson.
                          The series was co-produced by Jay Firestone of
                          Fireworks Entertainment and Warner Bros.. It was
                          adapted for television by Joel Surnow. The series was
                          first telecast in North America on the USA Network
                          cable channel on January 13, 1997, and ran for five
                          television seasons—until March 2001. The series was
                          also aired in Canada on the over-the-air CTV
                          Television Network. La Femme Nikita was the
                          highest-rated drama on American basic cable during its
                          first two seasons. It was also distributed in some
                          other countries, and it continues to have a strong
                          cult following.
                        popularity: 111.712
                        poster_path: /pvm8hc0JzbDOcH85bPmlqmMJDvT.jpg
                        vote_average: 7.4
                        vote_count: 242
                      - adult: false
                        backdrop_path: /secVrJU0vJEnbW1FALm4KaU1MA5.jpg
                        first_air_date: '2006-06-26'
                        genre_ids:
                          - 10765
                          - 18
                        id: 219
                        name: Kyle XY
                        origin_country:
                          - US
                        original_language: en
                        original_name: Kyle XY
                        overview: >-
                          A suburban family that takes in a mysterious teen
                          naive to the world around him. As Kyle begins to show
                          signs of brilliance, solving the mystery of his origin
                          and potential abilities becomes the family's mission.
                        popularity: 54.365
                        poster_path: /4omwjf3HgGx4nZXcA0Avmd9bQny.jpg
                        vote_average: 7.062
                        vote_count: 341
                      - adult: false
                        backdrop_path: /lXhJ4VkSyxJnVaPlvWvvmYViANj.jpg
                        first_air_date: '2023-09-15'
                        genre_ids:
                          - 18
                          - 9648
                        id: 222293
                        name: Fractured
                        origin_country:
                          - PH
                        original_language: tl
                        original_name: Fractured
                        overview: >-
                          A group of influencers finds themselves trapped in a
                          disappointing island resort. As the need to survive
                          sets in, the island's mystery and the truth behind the
                          invitation unravel.
                        popularity: 7.861
                        poster_path: /zBDtdjF3rNtTaTYSMGfxCofnhYx.jpg
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /rILBXokPDoO1ht8mNrUEu3c5shN.jpg
                        first_air_date: '2023-04-18'
                        genre_ids:
                          - 18
                          - 9648
                        id: 222371
                        name: Unknown
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: unknown アンノウン
                        overview: >-
                          Yamihara Kokoro and Asada Toramatsu live in a town
                          that is quite peaceful, until a serial murder case
                          happened where the bodies all had their blood drained
                          out. Five years have passed but the case remains
                          unsolved. Meanwhile, Kokoro and Toramatsu have been in
                          a relationship for a year, but are unable to get
                          married as they are keeping a serious secret from each
                          other. Kokoro is actually a vampire. However, she does
                          not attack humans and live modestly. Toramatsu is a
                          popular resident in the town and is trusted by many.
                          After getting a divorce, Toramatsu got drunk and went
                          back to his old house, where he met Kokoro, the
                          current occupant. As the two continue to keep their
                          secrets hidden, a horrific murder occurs once again in
                          the town.
                        popularity: 13.009
                        poster_path: /cRLMyXexifZ0hNtXMWXAnV1H1BI.jpg
                        vote_average: 6
                        vote_count: 2
                      - adult: false
                        backdrop_path: /3glHhalvTHJ2Zsv4whgLB9MW72H.jpg
                        first_air_date: '2023-04-22'
                        genre_ids:
                          - 18
                          - 9648
                        id: 222374
                        name: Dr. Chocolate
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Dr.チョコレート
                        overview: >-
                          Two years ago, Noda Tetsuya worked as a doctor. He was
                          a medical intern trained by cardiac surgeon Terashima
                          Koichi. One day, Koichi and his wife were murdered. At
                          that time, Tetsuya lost his right hand. Koichi and his
                          wife left behind their 8-year-old daughter Terashima
                          Yui.  Now, Noda teams up with Yui to lead an illegal
                          secret surgery team, whose ultimate purpose is to find
                          the truth behind the death of her parents. To hire the
                          black market surgery team, a fee of 100 million yen in
                          cash is required as well as an NDA requirement and
                          chocolate. The team are able to save the lives of
                          patients no matter the circumstances, but a newspaper
                          reporter begins to chase after them.
                        popularity: 18.369
                        poster_path: /vu2KFJlKswcOYc0xjH5osQX2s0E.jpg
                        vote_average: 8.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /84O515RcThtJ3WTb2WchPLiF3oQ.jpg
                        first_air_date: '1990-07-06'
                        genre_ids:
                          - 18
                          - 80
                        id: 155565
                        name: Tokai no Mori
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 都会の森
                        overview: >-
                          Fresh out of judicial training school, Shinsuke
                          Yabashi becomes a rookie lawyer at the Funamoto Law
                          Firm. When he takes on the role of lead counsel for a
                          case involving a female teacher accused of having an
                          affair with a student's father and killing her
                          husband, Shinsuke boldly asserts her innocence amidst
                          a courtroom where everyone assumes her guilt.
                        popularity: 8.161
                        poster_path: /pumPBSrUs6xer7mATf163sOwkUB.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /uKEyIcIBpMWTwxiClhdPOvqmZuv.jpg
                        first_air_date: '1998-07-06'
                        genre_ids:
                          - 16
                          - 18
                          - 10765
                          - 9648
                        id: 1087
                        name: Serial Experiments Lain
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: serial experiments lain
                        overview: >-
                          Lain—driven by the abrupt suicide of a classmate—logs
                          on to the Wired and promptly loses herself in a
                          twisted mass of hallucinations, memories, and
                          interconnected-psyches.
                        popularity: 41.259
                        poster_path: /2eAPjPjkkiF10vOiHjECRIDXqtd.jpg
                        vote_average: 8.2
                        vote_count: 521
                      - adult: false
                        backdrop_path: /pocqO2L8PW9xh1oA7ZG3iXh62FL.jpg
                        first_air_date: '2006-02-25'
                        genre_ids:
                          - 16
                          - 10765
                          - 9648
                        id: 1097
                        name: Ergo Proxy
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Ergo Proxy
                        overview: >-
                          In a futuristic world almost barren of life, mankind
                          is confined to mechanized domed cities where A.I.’s
                          control all aspects of life. In this world, humans are
                          no longer born, they are manufactured in a production
                          line; and alongside them live androids known as
                          autoreivs. Within one of these domed sanctuaries named
                          Romdeau lives Re-l Mayer, one of a few citizens who
                          aren’t entirely prevented from thinking. Her
                          grandfather's prominent position and the affection of
                          the scientist Daedalus have left her more free will
                          than is normally allowed, but Re-l has started to
                          question the sanctity of the city and the citizens'
                          perfect way of life. With mysterious beings known as
                          proxies causing havoc and a man named Vincent causing
                          great influence on her life, Re-l must travel outside
                          of the city to find the answers she seeks and discover
                          the mystery behind "the awakening".
                        popularity: 69.592
                        poster_path: /tHcce6PKnhNBneSMbadI4jynHpY.jpg
                        vote_average: 7.608
                        vote_count: 328
                      - adult: false
                        backdrop_path: /8xH4GUHWyOnDRv3TUlt7jBKTnHd.jpg
                        first_air_date: '2020-01-04'
                        genre_ids:
                          - 16
                          - 9648
                          - 10759
                          - 10765
                        id: 85942
                        name: Darwin's Game
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ダーウィンズゲーム
                        overview: >-
                          Sudou Kaname, an ordinary high school student,
                          receives an invitation email to try a mysterious app
                          called "Darwin's Game." Kaname, upon launching the
                          app, is drawn into a game where players fight one
                          another using superpowers called Sigils. Without
                          knowing the reason for all this, can Kaname survive
                          furious battles against the powerful players who
                          attack him?
                        popularity: 39.322
                        poster_path: /dk5QFqxVt6WnTWTiK6hHdkL2SMz.jpg
                        vote_average: 7.7
                        vote_count: 154
                  total_pages:
                    type: number
                    example: 2387
                  total_results:
                    type: number
                    example: 47734
              examples:
                Similar:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /7MObAC55fQQfD2g8sySIVIEYqHk.jpg
                        first_air_date: '2023-04-20'
                        genre_ids:
                          - 18
                          - 9648
                          - 10765
                        id: 224552
                        name: Love of Replica
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 为你逆光而来
                        overview: >-
                          The eldest daughter of a rich family, Xu Xi Xi wakes
                          up from a coma and realises she has lost her memory.
                          She falls in love with her bodyguard Lu Jin Yan at
                          first sight. She learns from Ding Bei Fan that she is
                          not really Xu Xi Xi, but in fact she is An Yue,
                          someone who looks the same as Xi Xi. An Yue discovers
                          more amazing secrets in the process of investigating
                          the truth, while Lu Jin Yan, as a bodyguard, also has
                          a hidden agenda.
                        popularity: 9.468
                        poster_path: /9B9Ap6NbGlikEA8B01WfilAsXT9.jpg
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /4v6hmNGr8EeVLTQiN1pfDQVzmEg.jpg
                        first_air_date: '2002-12-06'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10765
                          - 10762
                          - 10751
                        id: 2660
                        name: 'Codename: Kids Next Door'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Codename: Kids Next Door'
                        overview: >-
                          Taking numbers instead of names, five extraordinary
                          10-year-olds form a covert team called the Kids Next
                          Door with one dedicated mission: to free all children
                          from the tyrannical rule of adults.
                        popularity: 3.411
                        poster_path: /ppM8Pl6e8JIr39HPLRFgqDH3Vf1.jpg
                        vote_average: 8.189
                        vote_count: 726
                      - adult: false
                        backdrop_path: /usLRh1bcbL0Q9X8zf6rL4OV1qrA.jpg
                        first_air_date: '1971-04-03'
                        genre_ids:
                          - 10759
                          - 10765
                          - 18
                        id: 2661
                        name: Kamen Rider
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 仮面ライダー
                        overview: >-
                          Takeshi Hongo is a promising young man with a passion
                          for motorcycle racing. However, his dreams are
                          suddenly ruined when he gets kidnapped by Shocker, the
                          evil secret organization planning to dominate the
                          world. After being remodeled into a cyborg, Takeshi
                          escapes and swears to protect the world from the
                          inhuman monsters.
                        popularity: 251.545
                        poster_path: /fIJNVBa6MJStPiOvhLV69nAdu0e.jpg
                        vote_average: 6.3
                        vote_count: 83
                      - adult: false
                        backdrop_path: /7CeRi49LvlqkyJzrQRRuzgqX7Rk.jpg
                        first_air_date: '1995-05-29'
                        genre_ids:
                          - 18
                          - 9648
                        id: 86356
                        name: Justice Pao
                        origin_country:
                          - HK
                        original_language: cn
                        original_name: 新包青天
                        overview: ''
                        popularity: 36.017
                        poster_path: /tvBLthbI5LhMEwytTxLZzFgn2Uj.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /7ff1L5PJE5HJO1AzClCQADFH8Ac.jpg
                        first_air_date: '2019-10-28'
                        genre_ids:
                          - 10765
                          - 18
                        id: 86374
                        name: War of the Worlds
                        origin_country:
                          - FR
                        original_language: en
                        original_name: War of the Worlds
                        overview: >-
                          When astronomers detect a transmission from another
                          galaxy, it is definitive proof of intelligent
                          extra-terrestrial life. The world’s population waits
                          for further contact with bated breath. They do not
                          have to wait long. Within days, mankind is all but
                          wiped out by a devastating attack; pockets of humanity
                          are left in an eerily deserted world. As aliens hunt
                          and kill those left alive, the survivors ask a burning
                          question – who are these attackers and why are they
                          hell-bent on our destruction?
                        popularity: 68.193
                        poster_path: /yThmbQkxSzW4HHdAaoj8RYHFH3i.jpg
                        vote_average: 7.264
                        vote_count: 860
                      - adult: false
                        backdrop_path: /x9qgK4oU9XnczjpsmK8Qgma7xJ.jpg
                        first_air_date: '2023-06-09'
                        genre_ids:
                          - 18
                          - 9648
                        id: 223824
                        name: Home School
                        origin_country:
                          - TH
                        original_language: th
                        original_name: นักเรียนต้องขัง
                        overview: >-
                          When children are unwanted by their parents, they are
                          sent to the best boarding school in the country: Home
                          School. However, Home School seems more like a prison
                          than a school with its strict rules and regulations.
                          Its curriculum is unique.
                        popularity: 18.977
                        poster_path: /4hiuOqoOZXwD8o6V8FDLXOuiXGG.jpg
                        vote_average: 7.4
                        vote_count: 9
                      - adult: false
                        backdrop_path: /iTABtLre8CUI5uK2bd5yBwJgtlY.jpg
                        first_air_date: '2023-04-05'
                        genre_ids:
                          - 18
                        id: 223953
                        name: Thin Ice
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 薄冰
                        overview: >-
                          In Shanghai in 1943, Chen Qian, a military agent, was
                          ordered to assassinate the Japanese, but fell into the
                          trap of Yujiro Ida, the head of Japan's plum agency.
                          Born on the day, and accidentally learned of the
                          Japanese conspiracy. In order to stop the sinister
                          plan of the invaders, Chen Qian began to receive
                          special training, disguised as a Japanese envoy to
                          visit Mei's agency again. Chen Qian, who went deep
                          into the enemy's camp, walked step by step in the
                          dark, walking on thin ice, and with the help of the
                          Communist Party member Chun Yang, he repeatedly
                          avoided danger.
                        popularity: 22.276
                        poster_path: /7qX3KoZ3g6tWxB3Gzc0FwLMdg1W.jpg
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /3cgRI0hOq3dYyezSYrsfdmqxtMw.jpg
                        first_air_date: '2023-04-27'
                        genre_ids:
                          - 18
                          - 80
                          - 10759
                        id: 114922
                        name: Citadel
                        origin_country:
                          - US
                        original_language: en
                        original_name: Citadel
                        overview: >-
                          What if you lost your memory? What if a spy didn’t
                          know they were a spy? Years ago, the top agents of
                          Citadel, Mason Kane and Nadia Sinh, had their minds
                          wiped. But, they’re called back to action as sinister
                          forces emerge from the past. With the help of
                          spymaster Bernard Orlick, these former lovers must
                          remember the past to save the future.
                        popularity: 48.601
                        poster_path: /AcrDB32TqpAGwvQFbICALGxSzn3.jpg
                        vote_average: 6.916
                        vote_count: 405
                      - adult: false
                        backdrop_path: /uWISo3qZBixbea1H766UiV9px95.jpg
                        first_air_date: '2023-03-14'
                        genre_ids:
                          - 18
                          - 80
                          - 9648
                        id: 221208
                        name: Who Is He
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 他是谁
                        overview: >-
                          In 1988, criminal policeman Wei Guo Ping witnessed the
                          deaths of his comrades during an operation around a
                          serial murder case where the culprit escapes. This has
                          left Wei Guo Ping scarred from the incident. Eight
                          years later, the appalling corpse dismemberment case
                          has shocked the city of Ningjiang. At this time, Wei
                          Guo Ping has already grown into a seasoned police
                          captain.
                        popularity: 23.481
                        poster_path: /9cx60vuOGztQJlzx2P64Yldwibd.jpg
                        vote_average: 7.5
                        vote_count: 15
                      - adult: false
                        backdrop_path: /zHOtlQBz0e2iDbsMRPMRIvWbUoH.jpg
                        first_air_date: '2018-08-03'
                        genre_ids:
                          - 80
                          - 18
                          - 10759
                        id: 221209
                        name: Executive Judge
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 执行利剑
                        overview: >-
                          A female judge encounters an old teacher who uses the
                          letter of the law to his own advantage while she
                          wields it as a weapon to protect those in need.


                          Zuo Lin (Lv Jiarong) is a judge serving at the
                          people's court in Mingzhou. While dealing with a real
                          estate case in Yongjia, she butts heads with an
                          unexpected opponent. He is Zheng Huaishan (Tan Kai),
                          an old university teacher and a dear friend whom she
                          hasn't seen in a long time. However, investigations
                          lead them further astray and Zuo Lin has to make the
                          choice of overcoming her personal feelings to uphold
                          justice.
                        popularity: 1.679
                        poster_path: /xgIplALS1xgEdcVTUc2HAjZ30IY.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        first_air_date: '2017-08-20'
                        genre_ids:
                          - 99
                          - 18
                        id: 221225
                        name: 'SOS: How to Survive'
                        origin_country:
                          - CA
                        original_language: en
                        original_name: 'SOS: How to Survive'
                        overview: >-
                          True stories of various people who found themselves in
                          situations in the wild that tried their abilities to
                          survive. Survival expert Creek Stewart hosts and gives
                          tips and training on survival skills.
                        popularity: 2.633
                        poster_path: null
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /8OapOjQUbA52qDdog8GGIIy8bdh.jpg
                        first_air_date: '1997-01-13'
                        genre_ids:
                          - 10759
                          - 18
                        id: 167
                        name: La Femme Nikita
                        origin_country:
                          - US
                          - CA
                        original_language: en
                        original_name: La Femme Nikita
                        overview: >-
                          La Femme Nikita was a Canadian action/drama television
                          series based on the French film Nikita by Luc Besson.
                          The series was co-produced by Jay Firestone of
                          Fireworks Entertainment and Warner Bros.. It was
                          adapted for television by Joel Surnow. The series was
                          first telecast in North America on the USA Network
                          cable channel on January 13, 1997, and ran for five
                          television seasons—until March 2001. The series was
                          also aired in Canada on the over-the-air CTV
                          Television Network. La Femme Nikita was the
                          highest-rated drama on American basic cable during its
                          first two seasons. It was also distributed in some
                          other countries, and it continues to have a strong
                          cult following.
                        popularity: 111.712
                        poster_path: /pvm8hc0JzbDOcH85bPmlqmMJDvT.jpg
                        vote_average: 7.4
                        vote_count: 242
                      - adult: false
                        backdrop_path: /secVrJU0vJEnbW1FALm4KaU1MA5.jpg
                        first_air_date: '2006-06-26'
                        genre_ids:
                          - 10765
                          - 18
                        id: 219
                        name: Kyle XY
                        origin_country:
                          - US
                        original_language: en
                        original_name: Kyle XY
                        overview: >-
                          A suburban family that takes in a mysterious teen
                          naive to the world around him. As Kyle begins to show
                          signs of brilliance, solving the mystery of his origin
                          and potential abilities becomes the family's mission.
                        popularity: 54.365
                        poster_path: /4omwjf3HgGx4nZXcA0Avmd9bQny.jpg
                        vote_average: 7.062
                        vote_count: 341
                      - adult: false
                        backdrop_path: /lXhJ4VkSyxJnVaPlvWvvmYViANj.jpg
                        first_air_date: '2023-09-15'
                        genre_ids:
                          - 18
                          - 9648
                        id: 222293
                        name: Fractured
                        origin_country:
                          - PH
                        original_language: tl
                        original_name: Fractured
                        overview: >-
                          A group of influencers finds themselves trapped in a
                          disappointing island resort. As the need to survive
                          sets in, the island's mystery and the truth behind the
                          invitation unravel.
                        popularity: 7.861
                        poster_path: /zBDtdjF3rNtTaTYSMGfxCofnhYx.jpg
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /rILBXokPDoO1ht8mNrUEu3c5shN.jpg
                        first_air_date: '2023-04-18'
                        genre_ids:
                          - 18
                          - 9648
                        id: 222371
                        name: Unknown
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: unknown アンノウン
                        overview: >-
                          Yamihara Kokoro and Asada Toramatsu live in a town
                          that is quite peaceful, until a serial murder case
                          happened where the bodies all had their blood drained
                          out. Five years have passed but the case remains
                          unsolved. Meanwhile, Kokoro and Toramatsu have been in
                          a relationship for a year, but are unable to get
                          married as they are keeping a serious secret from each
                          other. Kokoro is actually a vampire. However, she does
                          not attack humans and live modestly. Toramatsu is a
                          popular resident in the town and is trusted by many.
                          After getting a divorce, Toramatsu got drunk and went
                          back to his old house, where he met Kokoro, the
                          current occupant. As the two continue to keep their
                          secrets hidden, a horrific murder occurs once again in
                          the town.
                        popularity: 13.009
                        poster_path: /cRLMyXexifZ0hNtXMWXAnV1H1BI.jpg
                        vote_average: 6
                        vote_count: 2
                      - adult: false
                        backdrop_path: /3glHhalvTHJ2Zsv4whgLB9MW72H.jpg
                        first_air_date: '2023-04-22'
                        genre_ids:
                          - 18
                          - 9648
                        id: 222374
                        name: Dr. Chocolate
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Dr.チョコレート
                        overview: >-
                          Two years ago, Noda Tetsuya worked as a doctor. He was
                          a medical intern trained by cardiac surgeon Terashima
                          Koichi. One day, Koichi and his wife were murdered. At
                          that time, Tetsuya lost his right hand. Koichi and his
                          wife left behind their 8-year-old daughter Terashima
                          Yui.  Now, Noda teams up with Yui to lead an illegal
                          secret surgery team, whose ultimate purpose is to find
                          the truth behind the death of her parents. To hire the
                          black market surgery team, a fee of 100 million yen in
                          cash is required as well as an NDA requirement and
                          chocolate. The team are able to save the lives of
                          patients no matter the circumstances, but a newspaper
                          reporter begins to chase after them.
                        popularity: 18.369
                        poster_path: /vu2KFJlKswcOYc0xjH5osQX2s0E.jpg
                        vote_average: 8.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /84O515RcThtJ3WTb2WchPLiF3oQ.jpg
                        first_air_date: '1990-07-06'
                        genre_ids:
                          - 18
                          - 80
                        id: 155565
                        name: Tokai no Mori
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 都会の森
                        overview: >-
                          Fresh out of judicial training school, Shinsuke
                          Yabashi becomes a rookie lawyer at the Funamoto Law
                          Firm. When he takes on the role of lead counsel for a
                          case involving a female teacher accused of having an
                          affair with a student's father and killing her
                          husband, Shinsuke boldly asserts her innocence amidst
                          a courtroom where everyone assumes her guilt.
                        popularity: 8.161
                        poster_path: /pumPBSrUs6xer7mATf163sOwkUB.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /uKEyIcIBpMWTwxiClhdPOvqmZuv.jpg
                        first_air_date: '1998-07-06'
                        genre_ids:
                          - 16
                          - 18
                          - 10765
                          - 9648
                        id: 1087
                        name: Serial Experiments Lain
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: serial experiments lain
                        overview: >-
                          Lain—driven by the abrupt suicide of a classmate—logs
                          on to the Wired and promptly loses herself in a
                          twisted mass of hallucinations, memories, and
                          interconnected-psyches.
                        popularity: 41.259
                        poster_path: /2eAPjPjkkiF10vOiHjECRIDXqtd.jpg
                        vote_average: 8.2
                        vote_count: 521
                      - adult: false
                        backdrop_path: /pocqO2L8PW9xh1oA7ZG3iXh62FL.jpg
                        first_air_date: '2006-02-25'
                        genre_ids:
                          - 16
                          - 10765
                          - 9648
                        id: 1097
                        name: Ergo Proxy
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: Ergo Proxy
                        overview: >-
                          In a futuristic world almost barren of life, mankind
                          is confined to mechanized domed cities where A.I.’s
                          control all aspects of life. In this world, humans are
                          no longer born, they are manufactured in a production
                          line; and alongside them live androids known as
                          autoreivs. Within one of these domed sanctuaries named
                          Romdeau lives Re-l Mayer, one of a few citizens who
                          aren’t entirely prevented from thinking. Her
                          grandfather's prominent position and the affection of
                          the scientist Daedalus have left her more free will
                          than is normally allowed, but Re-l has started to
                          question the sanctity of the city and the citizens'
                          perfect way of life. With mysterious beings known as
                          proxies causing havoc and a man named Vincent causing
                          great influence on her life, Re-l must travel outside
                          of the city to find the answers she seeks and discover
                          the mystery behind "the awakening".
                        popularity: 69.592
                        poster_path: /tHcce6PKnhNBneSMbadI4jynHpY.jpg
                        vote_average: 7.608
                        vote_count: 328
                      - adult: false
                        backdrop_path: /8xH4GUHWyOnDRv3TUlt7jBKTnHd.jpg
                        first_air_date: '2020-01-04'
                        genre_ids:
                          - 16
                          - 9648
                          - 10759
                          - 10765
                        id: 85942
                        name: Darwin's Game
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: ダーウィンズゲーム
                        overview: >-
                          Sudou Kaname, an ordinary high school student,
                          receives an invitation email to try a mysterious app
                          called "Darwin's Game." Kaname, upon launching the
                          app, is drawn into a game where players fight one
                          another using superpowers called Sigils. Without
                          knowing the reason for all this, can Kaname survive
                          furious battles against the powerful players who
                          attack him?
                        popularity: 39.322
                        poster_path: /dk5QFqxVt6WnTWTiK6hHdkL2SMz.jpg
                        vote_average: 7.7
                        vote_count: 154
                    total_pages: 2387
                    total_results: 47734
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````