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

# Popular

> This endpoint gets a list of TV shows ordered by popularity.



## OpenAPI

````yaml get /3/tv/popular
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/tv/popular:
    get:
      tags:
        - TV SERIES LISTS
      summary: Popular
      description: This endpoint gets a list of TV shows ordered by popularity.
      operationId: popular2
      responses:
        '200':
          description: Popular Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=14004
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 16:09:10 GMT
            ETag:
              schema:
                type: string
                example: W/"767e8e4c31cb61710cabf8da68c5030e"
            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 ff2012aca0ae72bb05b003fad40aa354.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: e_Or0QjEzVj0XXkv51Uv3Sf8JWo0LZ-RIpYkGlbfZkQIWT-OpgdamQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '9778'
            x-memc-expires:
              schema:
                type: string
                example: '14004'
            x-memc-key:
              schema:
                type: string
                example: 71537d24c76ee334c5e1999ee581c54f
          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
                          example: /ukAmSyNdtWduHZfm27R2EOsguKt.jpg
                        first_air_date:
                          type: string
                          example: '2021-09-17'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10759
                          example:
                            - 10759
                            - 9648
                            - 18
                        id:
                          type: number
                          example: 93405
                        name:
                          type: string
                          example: Squid Game
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: KR
                          example:
                            - KR
                        original_language:
                          type: string
                          example: ko
                        original_name:
                          type: string
                          example: 오징어 게임
                        overview:
                          type: string
                          example: >-
                            Hundreds of cash-strapped players accept a strange
                            invitation to compete in children's games. Inside, a
                            tempting prize awaits — with deadly high stakes.
                        popularity:
                          type: number
                          example: 7656.798
                        poster_path:
                          type: string
                          example: /1QdXdRYfktUSONkl1oD5gc6Be0s.jpg
                        vote_average:
                          type: number
                          example: 7.844
                        vote_count:
                          type: number
                          example: 14893
                    example:
                      - adult: false
                        backdrop_path: /ukAmSyNdtWduHZfm27R2EOsguKt.jpg
                        first_air_date: '2021-09-17'
                        genre_ids:
                          - 10759
                          - 9648
                          - 18
                        id: 93405
                        name: Squid Game
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 오징어 게임
                        overview: >-
                          Hundreds of cash-strapped players accept a strange
                          invitation to compete in children's games. Inside, a
                          tempting prize awaits — with deadly high stakes.
                        popularity: 7656.798
                        poster_path: /1QdXdRYfktUSONkl1oD5gc6Be0s.jpg
                        vote_average: 7.844
                        vote_count: 14893
                      - adult: false
                        backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg
                        first_air_date: '2005-10-13'
                        genre_ids:
                          - 10766
                        id: 206559
                        name: Binnelanders
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Binnelanders
                        overview: >-
                          A South African Afrikaans soap opera. It is set in and
                          around the fictional private hospital, Binneland
                          Kliniek, in Pretoria, and the storyline follows the
                          trials, trauma and tribulations of the staff and
                          patients of the hospital.
                        popularity: 2276.647
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.7
                        vote_count: 81
                      - adult: false
                        backdrop_path: /1xlpfYGGFXOlYqQSUlFKEv4hqbt.jpg
                        first_air_date: '2002-10-21'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                          - 10762
                        id: 46392
                        name: Duel Masters
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: デュエル・マスターズ
                        overview: >-
                          A mysterious organization is interested in fledging
                          duelist Shobu Kirifuda's ability to bring Duel Master
                          creatures to life. With the support of his friends,
                          Shobu duels with passion, discipline, and heart as he
                          strives to be like his father and become the next
                          Kaijudo master.
                        popularity: 2124.578
                        poster_path: /t5ijeKzOukACRktUfbjuMIlqwfr.jpg
                        vote_average: 6.133
                        vote_count: 15
                      - adult: false
                        backdrop_path: /sztoil0XfQ0cSHy4PXmYW6uAdfQ.jpg
                        first_air_date: '2013-03-22'
                        genre_ids:
                          - 10764
                        id: 65282
                        name: Home Alone
                        origin_country:
                          - KR
                          - US
                        original_language: ko
                        original_name: 나 혼자 산다
                        overview: >-
                          It can be a badge of honor to be “single.” “I Live
                          Alone” is a documentary-style South Korean reality
                          series that follows the members of a self-formed club
                          called Rainbow, which is comprised of  celebrities who
                          are single and live alone.
                        popularity: 2121.415
                        poster_path: /1hqGagr94soBq70Lq7tPHvNmmxy.jpg
                        vote_average: 6.8
                        vote_count: 16
                      - adult: false
                        backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg
                        first_air_date: '1960-12-09'
                        genre_ids:
                          - 10766
                        id: 291
                        name: Coronation Street
                        origin_country:
                          - MY
                          - GB
                        original_language: en
                        original_name: Coronation Street
                        overview: >-
                          The residents of Coronation Street are ordinary,
                          working-class people, and the show follows them
                          through regular social and family interactions at
                          home, in the workplace, and in their local pub, the
                          Rovers Return Inn. Britain's longest-running soap.
                        popularity: 2027.252
                        poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg
                        vote_average: 5.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /4P2gbaCGdZyP4i95TmmA6nS9HJh.jpg
                        first_air_date: '2013-11-03'
                        genre_ids:
                          - 10764
                        id: 64356
                        name: The Return of Superman
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 슈퍼맨이 돌아왔다
                        overview: >-
                          An up-close look at celebrity dads who have to take
                          care of their kids for the next 48 hours without any
                          help. Will it be a dad-tastrophe, or can they finish
                          their wives' to-do lists while having fun with their
                          kids?
                        popularity: 1824.614
                        poster_path: /qjBx2RCnyyBPgu9qBV7j3UiXjeo.jpg
                        vote_average: 7.9
                        vote_count: 12
                      - adult: false
                        backdrop_path: /fRzSn59mtc4BV3cckdHntRKaufM.jpg
                        first_air_date: '2012-05-14'
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 84791
                        name: Come Home Love
                        origin_country:
                          - HK
                        original_language: cn
                        original_name: 愛·回家
                        overview: >-
                          MA FU, a retired employee of the HK Correctional
                          Services Department, moved back to live with his son
                          after retirement. MA FU treats and disciplines
                          everyone in his family as if they were the offenders
                          he works with in his job. His youngest son MA CHONG
                          feels like he's in jail when he gets home, and his
                          father is even often involved with his job as a
                          paralegal. The father and son get into disputes daily
                          and his elder brother MA KEUNG and his wife LO LAI
                          SEUNG are often stuck in between and have to settle
                          the disputes. The couple also holds the heavy
                          responsibility of raising their kids. Three
                          generations in the MA family all live together and
                          encounter different situations, experiences and system
                          of values.
                        popularity: 1802.541
                        poster_path: /nQwKCmgbpjb3wIf816t4WNgxzcR.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /mP0LywGWY77Qa9rmfWZPJDEGaY2.jpg
                        first_air_date: '2018-10-01'
                        genre_ids:
                          - 18
                          - 10751
                          - 35
                          - 10759
                          - 10766
                        id: 86310
                        name: RadhaKrishn
                        origin_country:
                          - IN
                        original_language: hi
                        original_name: राधाकृष्ण
                        overview: >-
                          The story of Radha and Krishna is the epitome of
                          eternal love, which transcends eras and emotions.
                        popularity: 1787.741
                        poster_path: /3SiMmfY0663JmjpAfftmj1h6XGP.jpg
                        vote_average: 9
                        vote_count: 4
                      - adult: false
                        backdrop_path: /hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg
                        first_air_date: '2025-01-02'
                        genre_ids:
                          - 10765
                          - 18
                        id: 243512
                        name: The Blossoming Love
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 千朵桃花一世开
                        overview: >-
                          In ancient times, the Human Emperor, Zhao Ming,
                          petitioned on behalf of the people and sacrificed
                          himself to resist the divine realm. After Zhao Ming's
                          fall, his beloved, Hun Dunzhu, risked her life to save
                          a wisp of his soul, setting up the cycle of
                          reincarnation for eternity. In the distant future,
                          Zhao Ming reincarnated as Xie Xuechen, the leader of
                          the Immortal Alliance, while Hun Dunzhu became the
                          Holy Maiden Mu Xuanling in the Dark Domain. The two
                          finally reunited in the mortal realm but had forgotten
                          their past, becoming adversaries in a "righteous
                          versus evil" struggle. Mu Xuanling saved the heavily
                          injured Xie Xuechen in the Dark Domain and coerced him
                          to travel together in gratitude for saving his life.
                        popularity: 1753.564
                        poster_path: /lAFxsacfM8r4XMh6ZeP48l1gCRS.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /s2vI3dpKps8gdUfzoFsmogH8PsS.jpg
                        first_air_date: '1997-04-19'
                        genre_ids:
                          - 80
                          - 10759
                          - 18
                        id: 40561
                        name: Coast Guard
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Küstenwache
                        overview: >-
                          Küstenwache is a German television series that tells
                          the fictionalized adventures of a unit of Federal
                          Coast Guard officers off the German coast of the
                          Baltic Sea.
                        popularity: 1620.117
                        poster_path: /d5jeCqOaaMjGJSqH03fXsPsxq6c.jpg
                        vote_average: 5.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg
                        first_air_date: '2024-10-27'
                        genre_ids:
                          - 18
                          - 10751
                        id: 251691
                        name: Autumn of the Heart
                        origin_country:
                          - SA
                        original_language: ar
                        original_name: خريف القلب
                        overview: >-
                          A devastating car accident unearths a long-buried
                          secret that turns wealthy businessman Rashid and
                          hardworking Nahla's life around; fifteen years ago,
                          their daughters were switched at birth.
                        popularity: 1600.815
                        poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg
                        vote_average: 4
                        vote_count: 10
                      - adult: false
                        backdrop_path: /sgE2evtpaP5b9tavrgYCy2nKYLT.jpg
                        first_air_date: '2011-10-21'
                        genre_ids:
                          - 10764
                        id: 52910
                        name: Law of the Jungle
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 정글의 법칙
                        overview: >-
                          Law of the Jungle is a hybrid reality show combining
                          elements of drama and documentary. The show is hosted
                          by comedian Kim Byung Man, and each episode invites
                          various celebrities from the various field. So far,
                          many of idol stars and famous actors have appeared on
                          the show. The show introduces viewers to exotic
                          locations around the world where celebrities must work
                          together in order to complete missions and survive.
                          The cast celebrities travel to less habituated,
                          natural places to survive on their own and experience
                          life with local tribes and people. In each location,
                          the guests are tasked to hunt and prepare their meals
                          and also create shelter for the tribe. They sometimes
                          confronted by many difficult challenges. Where will
                          the tribe visit? And how will they survive on their
                          own? Stay tuned to check out!
                        popularity: 1576.023
                        poster_path: /b38QkTpxOiQM3Ex9NTc6jg9JAmw.jpg
                        vote_average: 4.7
                        vote_count: 7
                      - adult: false
                        backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg
                        first_air_date: '2024-09-30'
                        genre_ids:
                          - 10766
                          - 18
                          - 35
                        id: 257064
                        name: Volta por Cima
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Volta por Cima
                        overview: ''
                        popularity: 1562.243
                        poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg
                        vote_average: 6.7
                        vote_count: 10
                      - adult: false
                        backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10766
                          - 18
                        id: 257048
                        name: Garota do Momento
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Garota do Momento
                        overview: ''
                        popularity: 1552.366
                        poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg
                        vote_average: 8.111
                        vote_count: 9
                      - adult: false
                        backdrop_path: /xpVVR4gfM8P9uW1JUPg1NMAWqLn.jpg
                        first_air_date: '2016-10-12'
                        genre_ids:
                          - 10764
                          - 35
                        id: 96804
                        name: LOONA TV
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 이달의소녀탐구
                        overview: >-
                          LOONA TV (이달의 소녀 탐구, Girl of the Month Inquiry) are
                          short videos featuring the members of LOOΠΔ during
                          their travels, behind the scenes of jacket shootings
                          and the sets of music video filming, and even their
                          off-time interactions as they have fun.
                        popularity: 1546.359
                        poster_path: /i4afg3YM6wfdDsNjK95pIO2MAUR.jpg
                        vote_average: 7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg
                        first_air_date: '1990-09-13'
                        genre_ids:
                          - 80
                          - 18
                        id: 549
                        name: Law & Order
                        origin_country:
                          - US
                        original_language: en
                        original_name: Law & Order
                        overview: >-
                          In cases ripped from the headlines, police investigate
                          serious and often deadly crimes, weighing the evidence
                          and questioning the suspects until someone is taken
                          into custody. The district attorney's office then
                          builds a case to convict the perpetrator by proving
                          the person guilty beyond a reasonable doubt. Working
                          together, these expert teams navigate all sides of the
                          complex criminal justice system to make New York a
                          safer place.
                        popularity: 1438.813
                        poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg
                        vote_average: 7.4
                        vote_count: 589
                      - adult: false
                        backdrop_path: /tJF9M5niAnb4fm881PGc2GwS0e1.jpg
                        first_air_date: '1981-09-28'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10751
                          - 10762
                        id: 80885
                        name: Ninja Hattori-kun
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 忍者ハットリくん
                        overview: >-
                          11-year-old Kenichi Mitsuba is an average kid who goes
                          to secondary school and struggles with his studies, he
                          is very stubborn and is very lazy and therefore always
                          ends up frustrating his parents and teacher. He loves
                          to find an easy way of things. He befriends Hattori
                          Kanzo, a ninja from the Iga Clan, and he becomes part
                          of the Mitsuba family along with his brother, Shinzo
                          and his ninja dog, Shishimaru. Hattori helps Kenichi
                          with his problems, and constantly keeps an eye on him,
                          as a good friend. The main antagonist Kemumaki, a Koga
                          ninja and his ninja cat, Kagechiyo always troubles
                          Kenichi, mainly because of their feud over one girl,
                          Yumeko. Kenichi asks Hattori to take revenge as a
                          recurring storyline in many episodes. Although Hattori
                          is a good friend, Kenichi sometimes fights with
                          Hattori due to misunderstandings created by Kemumaki.
                          Sometimes Jippou, Togejirou and Tsubame help him.
                        popularity: 1424.99
                        poster_path: /9PUkpvq0wJnJ2M00dtgxKn6LptB.jpg
                        vote_average: 6.793
                        vote_count: 29
                      - adult: false
                        backdrop_path: /4WWlz8co7RbVBuCny2CicYuWJ8y.jpg
                        first_air_date: '2003-10-06'
                        genre_ids:
                          - 35
                        id: 63809
                        name: Camera Café
                        origin_country:
                          - IT
                        original_language: it
                        original_name: Camera Café
                        overview: >-
                          The adventures and mis-adventures of a group of
                          co-workers are shown by a camera on top of the
                          coffee-machine in the relax area.
                        popularity: 1422.049
                        poster_path: /vmdCodGh2nUPRDBQbIVsxGaIMyK.jpg
                        vote_average: 6.898
                        vote_count: 49
                      - adult: false
                        backdrop_path: /butPVWgcbtAjL9Z7jU7Xj1KA8KD.jpg
                        first_air_date: '2009-07-16'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22980
                        name: Watch What Happens Live with Andy Cohen
                        origin_country:
                          - US
                        original_language: en
                        original_name: Watch What Happens Live with Andy Cohen
                        overview: >-
                          Bravo network executive Andy Cohen discusses pop
                          culture topics with celebrities and reality show
                          personalities.
                        popularity: 1406.464
                        poster_path: /onSD9UXfJwrMXWhq7UY7hGF2S1h.jpg
                        vote_average: 5
                        vote_count: 58
                      - adult: false
                        backdrop_path: /lt9fFOFhR6QI5oIAvfWVx4G7nt0.jpg
                        first_air_date: '2015-09-28'
                        genre_ids:
                          - 18
                          - 10759
                        id: 66515
                        name: Brothers
                        origin_country:
                          - PH
                        original_language: tl
                        original_name: Ang Probinsyano
                        overview: >-
                          Ador is a well known and respected CIDG Police
                          Official, with a loving family as his support. Cardo,
                          on the other hand, loves the solitude of the mountains
                          in the province as a SAF Trooper. Their lives take a
                          sudden turn when Ador gets himself entangled in a
                          syndicate by being betrayed by one of his own
                          colleagues, resulting to his death. To conceal this
                          fact, Cardo was ordered to pretend to be Ador and
                          finish the mission what his brother left behind. He
                          will also be force to pretend to his brother's family
                          and friends, and be re-united with his grandmother,
                          whom he despised, for assuming she abandoned him.
                        popularity: 1392.877
                        poster_path: /uX5ldo2snjJuZ8P9AxOharboxJn.jpg
                        vote_average: 6.5
                        vote_count: 32
                  total_pages:
                    type: number
                    example: 9474
                  total_results:
                    type: number
                    example: 189478
              examples:
                Popular Example:
                  value:
                    page: 1
                    results:
                      - adult: false
                        backdrop_path: /ukAmSyNdtWduHZfm27R2EOsguKt.jpg
                        first_air_date: '2021-09-17'
                        genre_ids:
                          - 10759
                          - 9648
                          - 18
                        id: 93405
                        name: Squid Game
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 오징어 게임
                        overview: >-
                          Hundreds of cash-strapped players accept a strange
                          invitation to compete in children's games. Inside, a
                          tempting prize awaits — with deadly high stakes.
                        popularity: 7656.798
                        poster_path: /1QdXdRYfktUSONkl1oD5gc6Be0s.jpg
                        vote_average: 7.844
                        vote_count: 14893
                      - adult: false
                        backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg
                        first_air_date: '2005-10-13'
                        genre_ids:
                          - 10766
                        id: 206559
                        name: Binnelanders
                        origin_country:
                          - ZA
                        original_language: af
                        original_name: Binnelanders
                        overview: >-
                          A South African Afrikaans soap opera. It is set in and
                          around the fictional private hospital, Binneland
                          Kliniek, in Pretoria, and the storyline follows the
                          trials, trauma and tribulations of the staff and
                          patients of the hospital.
                        popularity: 2276.647
                        poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg
                        vote_average: 5.7
                        vote_count: 81
                      - adult: false
                        backdrop_path: /1xlpfYGGFXOlYqQSUlFKEv4hqbt.jpg
                        first_air_date: '2002-10-21'
                        genre_ids:
                          - 10759
                          - 16
                          - 10765
                          - 10762
                        id: 46392
                        name: Duel Masters
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: デュエル・マスターズ
                        overview: >-
                          A mysterious organization is interested in fledging
                          duelist Shobu Kirifuda's ability to bring Duel Master
                          creatures to life. With the support of his friends,
                          Shobu duels with passion, discipline, and heart as he
                          strives to be like his father and become the next
                          Kaijudo master.
                        popularity: 2124.578
                        poster_path: /t5ijeKzOukACRktUfbjuMIlqwfr.jpg
                        vote_average: 6.133
                        vote_count: 15
                      - adult: false
                        backdrop_path: /sztoil0XfQ0cSHy4PXmYW6uAdfQ.jpg
                        first_air_date: '2013-03-22'
                        genre_ids:
                          - 10764
                        id: 65282
                        name: Home Alone
                        origin_country:
                          - KR
                          - US
                        original_language: ko
                        original_name: 나 혼자 산다
                        overview: >-
                          It can be a badge of honor to be “single.” “I Live
                          Alone” is a documentary-style South Korean reality
                          series that follows the members of a self-formed club
                          called Rainbow, which is comprised of  celebrities who
                          are single and live alone.
                        popularity: 2121.415
                        poster_path: /1hqGagr94soBq70Lq7tPHvNmmxy.jpg
                        vote_average: 6.8
                        vote_count: 16
                      - adult: false
                        backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg
                        first_air_date: '1960-12-09'
                        genre_ids:
                          - 10766
                        id: 291
                        name: Coronation Street
                        origin_country:
                          - MY
                          - GB
                        original_language: en
                        original_name: Coronation Street
                        overview: >-
                          The residents of Coronation Street are ordinary,
                          working-class people, and the show follows them
                          through regular social and family interactions at
                          home, in the workplace, and in their local pub, the
                          Rovers Return Inn. Britain's longest-running soap.
                        popularity: 2027.252
                        poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg
                        vote_average: 5.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /4P2gbaCGdZyP4i95TmmA6nS9HJh.jpg
                        first_air_date: '2013-11-03'
                        genre_ids:
                          - 10764
                        id: 64356
                        name: The Return of Superman
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 슈퍼맨이 돌아왔다
                        overview: >-
                          An up-close look at celebrity dads who have to take
                          care of their kids for the next 48 hours without any
                          help. Will it be a dad-tastrophe, or can they finish
                          their wives' to-do lists while having fun with their
                          kids?
                        popularity: 1824.614
                        poster_path: /qjBx2RCnyyBPgu9qBV7j3UiXjeo.jpg
                        vote_average: 7.9
                        vote_count: 12
                      - adult: false
                        backdrop_path: /fRzSn59mtc4BV3cckdHntRKaufM.jpg
                        first_air_date: '2012-05-14'
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 84791
                        name: Come Home Love
                        origin_country:
                          - HK
                        original_language: cn
                        original_name: 愛·回家
                        overview: >-
                          MA FU, a retired employee of the HK Correctional
                          Services Department, moved back to live with his son
                          after retirement. MA FU treats and disciplines
                          everyone in his family as if they were the offenders
                          he works with in his job. His youngest son MA CHONG
                          feels like he's in jail when he gets home, and his
                          father is even often involved with his job as a
                          paralegal. The father and son get into disputes daily
                          and his elder brother MA KEUNG and his wife LO LAI
                          SEUNG are often stuck in between and have to settle
                          the disputes. The couple also holds the heavy
                          responsibility of raising their kids. Three
                          generations in the MA family all live together and
                          encounter different situations, experiences and system
                          of values.
                        popularity: 1802.541
                        poster_path: /nQwKCmgbpjb3wIf816t4WNgxzcR.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /mP0LywGWY77Qa9rmfWZPJDEGaY2.jpg
                        first_air_date: '2018-10-01'
                        genre_ids:
                          - 18
                          - 10751
                          - 35
                          - 10759
                          - 10766
                        id: 86310
                        name: RadhaKrishn
                        origin_country:
                          - IN
                        original_language: hi
                        original_name: राधाकृष्ण
                        overview: >-
                          The story of Radha and Krishna is the epitome of
                          eternal love, which transcends eras and emotions.
                        popularity: 1787.741
                        poster_path: /3SiMmfY0663JmjpAfftmj1h6XGP.jpg
                        vote_average: 9
                        vote_count: 4
                      - adult: false
                        backdrop_path: /hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg
                        first_air_date: '2025-01-02'
                        genre_ids:
                          - 10765
                          - 18
                        id: 243512
                        name: The Blossoming Love
                        origin_country:
                          - CN
                        original_language: zh
                        original_name: 千朵桃花一世开
                        overview: >-
                          In ancient times, the Human Emperor, Zhao Ming,
                          petitioned on behalf of the people and sacrificed
                          himself to resist the divine realm. After Zhao Ming's
                          fall, his beloved, Hun Dunzhu, risked her life to save
                          a wisp of his soul, setting up the cycle of
                          reincarnation for eternity. In the distant future,
                          Zhao Ming reincarnated as Xie Xuechen, the leader of
                          the Immortal Alliance, while Hun Dunzhu became the
                          Holy Maiden Mu Xuanling in the Dark Domain. The two
                          finally reunited in the mortal realm but had forgotten
                          their past, becoming adversaries in a "righteous
                          versus evil" struggle. Mu Xuanling saved the heavily
                          injured Xie Xuechen in the Dark Domain and coerced him
                          to travel together in gratitude for saving his life.
                        popularity: 1753.564
                        poster_path: /lAFxsacfM8r4XMh6ZeP48l1gCRS.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /s2vI3dpKps8gdUfzoFsmogH8PsS.jpg
                        first_air_date: '1997-04-19'
                        genre_ids:
                          - 80
                          - 10759
                          - 18
                        id: 40561
                        name: Coast Guard
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Küstenwache
                        overview: >-
                          Küstenwache is a German television series that tells
                          the fictionalized adventures of a unit of Federal
                          Coast Guard officers off the German coast of the
                          Baltic Sea.
                        popularity: 1620.117
                        poster_path: /d5jeCqOaaMjGJSqH03fXsPsxq6c.jpg
                        vote_average: 5.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg
                        first_air_date: '2024-10-27'
                        genre_ids:
                          - 18
                          - 10751
                        id: 251691
                        name: Autumn of the Heart
                        origin_country:
                          - SA
                        original_language: ar
                        original_name: خريف القلب
                        overview: >-
                          A devastating car accident unearths a long-buried
                          secret that turns wealthy businessman Rashid and
                          hardworking Nahla's life around; fifteen years ago,
                          their daughters were switched at birth.
                        popularity: 1600.815
                        poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg
                        vote_average: 4
                        vote_count: 10
                      - adult: false
                        backdrop_path: /sgE2evtpaP5b9tavrgYCy2nKYLT.jpg
                        first_air_date: '2011-10-21'
                        genre_ids:
                          - 10764
                        id: 52910
                        name: Law of the Jungle
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 정글의 법칙
                        overview: >-
                          Law of the Jungle is a hybrid reality show combining
                          elements of drama and documentary. The show is hosted
                          by comedian Kim Byung Man, and each episode invites
                          various celebrities from the various field. So far,
                          many of idol stars and famous actors have appeared on
                          the show. The show introduces viewers to exotic
                          locations around the world where celebrities must work
                          together in order to complete missions and survive.
                          The cast celebrities travel to less habituated,
                          natural places to survive on their own and experience
                          life with local tribes and people. In each location,
                          the guests are tasked to hunt and prepare their meals
                          and also create shelter for the tribe. They sometimes
                          confronted by many difficult challenges. Where will
                          the tribe visit? And how will they survive on their
                          own? Stay tuned to check out!
                        popularity: 1576.023
                        poster_path: /b38QkTpxOiQM3Ex9NTc6jg9JAmw.jpg
                        vote_average: 4.7
                        vote_count: 7
                      - adult: false
                        backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg
                        first_air_date: '2024-09-30'
                        genre_ids:
                          - 10766
                          - 18
                          - 35
                        id: 257064
                        name: Volta por Cima
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Volta por Cima
                        overview: ''
                        popularity: 1562.243
                        poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg
                        vote_average: 6.7
                        vote_count: 10
                      - adult: false
                        backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg
                        first_air_date: '2024-11-04'
                        genre_ids:
                          - 10766
                          - 18
                        id: 257048
                        name: Garota do Momento
                        origin_country:
                          - BR
                        original_language: pt
                        original_name: Garota do Momento
                        overview: ''
                        popularity: 1552.366
                        poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg
                        vote_average: 8.111
                        vote_count: 9
                      - adult: false
                        backdrop_path: /xpVVR4gfM8P9uW1JUPg1NMAWqLn.jpg
                        first_air_date: '2016-10-12'
                        genre_ids:
                          - 10764
                          - 35
                        id: 96804
                        name: LOONA TV
                        origin_country:
                          - KR
                        original_language: ko
                        original_name: 이달의소녀탐구
                        overview: >-
                          LOONA TV (이달의 소녀 탐구, Girl of the Month Inquiry) are
                          short videos featuring the members of LOOΠΔ during
                          their travels, behind the scenes of jacket shootings
                          and the sets of music video filming, and even their
                          off-time interactions as they have fun.
                        popularity: 1546.359
                        poster_path: /i4afg3YM6wfdDsNjK95pIO2MAUR.jpg
                        vote_average: 7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg
                        first_air_date: '1990-09-13'
                        genre_ids:
                          - 80
                          - 18
                        id: 549
                        name: Law & Order
                        origin_country:
                          - US
                        original_language: en
                        original_name: Law & Order
                        overview: >-
                          In cases ripped from the headlines, police investigate
                          serious and often deadly crimes, weighing the evidence
                          and questioning the suspects until someone is taken
                          into custody. The district attorney's office then
                          builds a case to convict the perpetrator by proving
                          the person guilty beyond a reasonable doubt. Working
                          together, these expert teams navigate all sides of the
                          complex criminal justice system to make New York a
                          safer place.
                        popularity: 1438.813
                        poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg
                        vote_average: 7.4
                        vote_count: 589
                      - adult: false
                        backdrop_path: /tJF9M5niAnb4fm881PGc2GwS0e1.jpg
                        first_air_date: '1981-09-28'
                        genre_ids:
                          - 16
                          - 10759
                          - 35
                          - 10751
                          - 10762
                        id: 80885
                        name: Ninja Hattori-kun
                        origin_country:
                          - JP
                        original_language: ja
                        original_name: 忍者ハットリくん
                        overview: >-
                          11-year-old Kenichi Mitsuba is an average kid who goes
                          to secondary school and struggles with his studies, he
                          is very stubborn and is very lazy and therefore always
                          ends up frustrating his parents and teacher. He loves
                          to find an easy way of things. He befriends Hattori
                          Kanzo, a ninja from the Iga Clan, and he becomes part
                          of the Mitsuba family along with his brother, Shinzo
                          and his ninja dog, Shishimaru. Hattori helps Kenichi
                          with his problems, and constantly keeps an eye on him,
                          as a good friend. The main antagonist Kemumaki, a Koga
                          ninja and his ninja cat, Kagechiyo always troubles
                          Kenichi, mainly because of their feud over one girl,
                          Yumeko. Kenichi asks Hattori to take revenge as a
                          recurring storyline in many episodes. Although Hattori
                          is a good friend, Kenichi sometimes fights with
                          Hattori due to misunderstandings created by Kemumaki.
                          Sometimes Jippou, Togejirou and Tsubame help him.
                        popularity: 1424.99
                        poster_path: /9PUkpvq0wJnJ2M00dtgxKn6LptB.jpg
                        vote_average: 6.793
                        vote_count: 29
                      - adult: false
                        backdrop_path: /4WWlz8co7RbVBuCny2CicYuWJ8y.jpg
                        first_air_date: '2003-10-06'
                        genre_ids:
                          - 35
                        id: 63809
                        name: Camera Café
                        origin_country:
                          - IT
                        original_language: it
                        original_name: Camera Café
                        overview: >-
                          The adventures and mis-adventures of a group of
                          co-workers are shown by a camera on top of the
                          coffee-machine in the relax area.
                        popularity: 1422.049
                        poster_path: /vmdCodGh2nUPRDBQbIVsxGaIMyK.jpg
                        vote_average: 6.898
                        vote_count: 49
                      - adult: false
                        backdrop_path: /butPVWgcbtAjL9Z7jU7Xj1KA8KD.jpg
                        first_air_date: '2009-07-16'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22980
                        name: Watch What Happens Live with Andy Cohen
                        origin_country:
                          - US
                        original_language: en
                        original_name: Watch What Happens Live with Andy Cohen
                        overview: >-
                          Bravo network executive Andy Cohen discusses pop
                          culture topics with celebrities and reality show
                          personalities.
                        popularity: 1406.464
                        poster_path: /onSD9UXfJwrMXWhq7UY7hGF2S1h.jpg
                        vote_average: 5
                        vote_count: 58
                      - adult: false
                        backdrop_path: /lt9fFOFhR6QI5oIAvfWVx4G7nt0.jpg
                        first_air_date: '2015-09-28'
                        genre_ids:
                          - 18
                          - 10759
                        id: 66515
                        name: Brothers
                        origin_country:
                          - PH
                        original_language: tl
                        original_name: Ang Probinsyano
                        overview: >-
                          Ador is a well known and respected CIDG Police
                          Official, with a loving family as his support. Cardo,
                          on the other hand, loves the solitude of the mountains
                          in the province as a SAF Trooper. Their lives take a
                          sudden turn when Ador gets himself entangled in a
                          syndicate by being betrayed by one of his own
                          colleagues, resulting to his death. To conceal this
                          fact, Cardo was ordered to pretend to be Ador and
                          finish the mission what his brother left behind. He
                          will also be force to pretend to his brother's family
                          and friends, and be re-united with his grandmother,
                          whom he despised, for assuming she abandoned him.
                        popularity: 1392.877
                        poster_path: /uX5ldo2snjJuZ8P9AxOharboxJn.jpg
                        vote_average: 6.5
                        vote_count: 32
                    total_pages: 9474
                    total_results: 189478
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````