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

# Get trending people

> Get the trending people on TMDB.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/trending/person/day
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/trending/person/day:
    get:
      tags:
        - Trending
      summary: Get trending people
      description: Get the trending people on TMDB.
      operationId: getTrendingPeople
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=58
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 03 Jan 2025 22:03:12 GMT
            ETag:
              schema:
                type: string
                example: W/"11456ab0360e1860d7280b34fd0fc0da"
            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: eoeaTj0XsBh_FjRP4kcgegfirTGgcnA_pG0rkx3mry-fWDBfjtIUUQ==
            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: '542'
            x-memc-expires:
              schema:
                type: string
                example: '58'
            x-memc-key:
              schema:
                type: string
                example: 8e3076d3ff2399ed6f663a07a0d73a89
          content:
            application/json:
              schema:
                type: object
                properties:
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        gender:
                          type: number
                          example: 1
                        id:
                          type: number
                          example: 589340
                        known_for_department:
                          type: string
                          example: Acting
                        media_type:
                          type: string
                          example: person
                        name:
                          type: string
                          example: Huang Yi
                        original_name:
                          type: string
                          example: 黄奕
                        popularity:
                          type: number
                          example: 8.972
                        profile_path:
                          type: string
                          nullable: true
                          example: /AZMBqGQOmNqb6ScgunLhC5KNdW.jpg
                    example:
                      - adult: false
                        gender: 1
                        id: 589340
                        known_for_department: Acting
                        media_type: person
                        name: Huang Yi
                        original_name: 黄奕
                        popularity: 8.972
                        profile_path: /AZMBqGQOmNqb6ScgunLhC5KNdW.jpg
                      - adult: false
                        gender: 2
                        id: 6384
                        known_for_department: Acting
                        media_type: person
                        name: Keanu Reeves
                        original_name: Keanu Reeves
                        popularity: 117.464
                        profile_path: /8RZLOyYGsoRe9p44q3xin9QkMHv.jpg
                      - adult: false
                        gender: 2
                        id: 4012562
                        known_for_department: Acting
                        media_type: person
                        name: Rafael Lange
                        original_name: Rafael Lange
                        popularity: 0.001
                        profile_path: /1Vh7aeIxiKxco3uPa6GlqKIyvxw.jpg
                      - adult: false
                        gender: 1
                        id: 3164807
                        known_for_department: Acting
                        media_type: person
                        name: Yoon Yool
                        original_name: Yoon Yool
                        popularity: 83.871
                        profile_path: /21kdujBeL2hrJ50RyMxmuEsHZAT.jpg
                      - adult: false
                        gender: 2
                        id: 18897
                        known_for_department: Acting
                        media_type: person
                        name: Jackie Chan
                        original_name: 成龍
                        popularity: 92.822
                        profile_path: /nraZoTzwJQPHspAVsKfgl3RXKKa.jpg
                      - adult: false
                        gender: 2
                        id: 1907998
                        known_for_department: Acting
                        media_type: person
                        name: Kang Min-woo
                        original_name: Kang Min-woo
                        popularity: 23.984
                        profile_path: /pIrr35CLdzsL5Gt7nGgP8lumv9a.jpg
                      - adult: false
                        gender: 1
                        id: 1622390
                        known_for_department: Acting
                        media_type: person
                        name: Lee Chae-dam
                        original_name: Lee Chae-dam
                        popularity: 25.816
                        profile_path: /7wMyr6F3yzvbSpu2XMxSW3vObED.jpg
                      - adult: false
                        gender: 1
                        id: 2484644
                        known_for_department: Acting
                        media_type: person
                        name: Kim Hee-jeong
                        original_name: Kim Hee-jeong
                        popularity: 59.052
                        profile_path: /3GxSLhLzUa26ZffrJPOjsIBU7WW.jpg
                      - adult: false
                        gender: 1
                        id: 3165040
                        known_for_department: Acting
                        media_type: person
                        name: Rika
                        original_name: Rika
                        popularity: 84.201
                        profile_path: /vwYqrhcSRVrnra4S0NopnywN8rK.jpg
                      - adult: false
                        gender: 1
                        id: 3214138
                        known_for_department: Acting
                        media_type: person
                        name: Won Ji-an
                        original_name: 원지안
                        popularity: 51.052
                        profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                      - adult: false
                        gender: 2
                        id: 118415
                        known_for_department: Directing
                        media_type: person
                        name: Sean Baker
                        original_name: Sean Baker
                        popularity: 14.179
                        profile_path: /i0qiOKGXRHK3FqIUcjav09KAruk.jpg
                      - adult: false
                        gender: 2
                        id: 2461
                        known_for_department: Acting
                        media_type: person
                        name: Mel Gibson
                        original_name: Mel Gibson
                        popularity: 60.222
                        profile_path: /jnqHMaOslt8cef2atSmOpGRvNla.jpg
                      - adult: false
                        gender: 1
                        id: 1647345
                        known_for_department: Acting
                        media_type: person
                        name: Lee Eun-mi
                        original_name: Lee Eun-mi
                        popularity: 7.373
                        profile_path: /dMKEjZYPAbATFSJfWaHoIW5hpOJ.jpg
                      - adult: false
                        gender: 0
                        id: 4523011
                        known_for_department: Acting
                        media_type: person
                        name: 白石茉莉奈
                        original_name: 白石茉莉奈
                        popularity: 0.823
                        profile_path: null
                      - adult: false
                        gender: 1
                        id: 2547305
                        known_for_department: Crew
                        media_type: person
                        name: Kasha Haroldi
                        original_name: Kasha Haroldi
                        popularity: 0.001
                        profile_path: /tGwpc9ZGjGCRKLWZdGJOz7nrVrq.jpg
                      - adult: false
                        gender: 2
                        id: 147023
                        known_for_department: Acting
                        media_type: person
                        name: Ram Charan
                        original_name: Ram Charan
                        popularity: 23.418
                        profile_path: /mNQA0qYtLeemo7mljd9RlG9jUMR.jpg
                      - adult: false
                        gender: 2
                        id: 3027
                        known_for_department: Writing
                        media_type: person
                        name: Stephen King
                        original_name: Stephen King
                        popularity: 16.507
                        profile_path: /7r5nEzNanuEhmxtpsKE1uCBU5Jd.jpg
                      - adult: false
                        gender: 2
                        id: 1101345
                        known_for_department: Acting
                        media_type: person
                        name: Avicii
                        original_name: Avicii
                        popularity: 6.021
                        profile_path: /ucpsHXNxj5gjb5S1caCyt1USf4K.jpg
                      - adult: false
                        gender: 1
                        id: 2227
                        known_for_department: Acting
                        media_type: person
                        name: Nicole Kidman
                        original_name: Nicole Kidman
                        popularity: 69.541
                        profile_path: /lfW2cDigTcvuoe4k6UfCdGVE1R6.jpg
                      - adult: false
                        gender: 2
                        id: 138
                        known_for_department: Directing
                        media_type: person
                        name: Quentin Tarantino
                        original_name: Quentin Tarantino
                        popularity: 37.094
                        profile_path: /1gjcpAa99FAOWGnrUvHEXXsRs7o.jpg
                  total_pages:
                    type: number
                    example: 298
                  total_results:
                    type: number
                    example: 5950
              examples:
                New Request:
                  value:
                    page: 1
                    results:
                      - adult: false
                        gender: 1
                        id: 589340
                        known_for_department: Acting
                        media_type: person
                        name: Huang Yi
                        original_name: 黄奕
                        popularity: 8.972
                        profile_path: /AZMBqGQOmNqb6ScgunLhC5KNdW.jpg
                      - adult: false
                        gender: 2
                        id: 6384
                        known_for_department: Acting
                        media_type: person
                        name: Keanu Reeves
                        original_name: Keanu Reeves
                        popularity: 117.464
                        profile_path: /8RZLOyYGsoRe9p44q3xin9QkMHv.jpg
                      - adult: false
                        gender: 2
                        id: 4012562
                        known_for_department: Acting
                        media_type: person
                        name: Rafael Lange
                        original_name: Rafael Lange
                        popularity: 0.001
                        profile_path: /1Vh7aeIxiKxco3uPa6GlqKIyvxw.jpg
                      - adult: false
                        gender: 1
                        id: 3164807
                        known_for_department: Acting
                        media_type: person
                        name: Yoon Yool
                        original_name: Yoon Yool
                        popularity: 83.871
                        profile_path: /21kdujBeL2hrJ50RyMxmuEsHZAT.jpg
                      - adult: false
                        gender: 2
                        id: 18897
                        known_for_department: Acting
                        media_type: person
                        name: Jackie Chan
                        original_name: 成龍
                        popularity: 92.822
                        profile_path: /nraZoTzwJQPHspAVsKfgl3RXKKa.jpg
                      - adult: false
                        gender: 2
                        id: 1907998
                        known_for_department: Acting
                        media_type: person
                        name: Kang Min-woo
                        original_name: Kang Min-woo
                        popularity: 23.984
                        profile_path: /pIrr35CLdzsL5Gt7nGgP8lumv9a.jpg
                      - adult: false
                        gender: 1
                        id: 1622390
                        known_for_department: Acting
                        media_type: person
                        name: Lee Chae-dam
                        original_name: Lee Chae-dam
                        popularity: 25.816
                        profile_path: /7wMyr6F3yzvbSpu2XMxSW3vObED.jpg
                      - adult: false
                        gender: 1
                        id: 2484644
                        known_for_department: Acting
                        media_type: person
                        name: Kim Hee-jeong
                        original_name: Kim Hee-jeong
                        popularity: 59.052
                        profile_path: /3GxSLhLzUa26ZffrJPOjsIBU7WW.jpg
                      - adult: false
                        gender: 1
                        id: 3165040
                        known_for_department: Acting
                        media_type: person
                        name: Rika
                        original_name: Rika
                        popularity: 84.201
                        profile_path: /vwYqrhcSRVrnra4S0NopnywN8rK.jpg
                      - adult: false
                        gender: 1
                        id: 3214138
                        known_for_department: Acting
                        media_type: person
                        name: Won Ji-an
                        original_name: 원지안
                        popularity: 51.052
                        profile_path: /cMPm0hAhsRyTnPrI0X8oNqRDJt4.jpg
                      - adult: false
                        gender: 2
                        id: 118415
                        known_for_department: Directing
                        media_type: person
                        name: Sean Baker
                        original_name: Sean Baker
                        popularity: 14.179
                        profile_path: /i0qiOKGXRHK3FqIUcjav09KAruk.jpg
                      - adult: false
                        gender: 2
                        id: 2461
                        known_for_department: Acting
                        media_type: person
                        name: Mel Gibson
                        original_name: Mel Gibson
                        popularity: 60.222
                        profile_path: /jnqHMaOslt8cef2atSmOpGRvNla.jpg
                      - adult: false
                        gender: 1
                        id: 1647345
                        known_for_department: Acting
                        media_type: person
                        name: Lee Eun-mi
                        original_name: Lee Eun-mi
                        popularity: 7.373
                        profile_path: /dMKEjZYPAbATFSJfWaHoIW5hpOJ.jpg
                      - adult: false
                        gender: 0
                        id: 4523011
                        known_for_department: Acting
                        media_type: person
                        name: 白石茉莉奈
                        original_name: 白石茉莉奈
                        popularity: 0.823
                        profile_path: null
                      - adult: false
                        gender: 1
                        id: 2547305
                        known_for_department: Crew
                        media_type: person
                        name: Kasha Haroldi
                        original_name: Kasha Haroldi
                        popularity: 0.001
                        profile_path: /tGwpc9ZGjGCRKLWZdGJOz7nrVrq.jpg
                      - adult: false
                        gender: 2
                        id: 147023
                        known_for_department: Acting
                        media_type: person
                        name: Ram Charan
                        original_name: Ram Charan
                        popularity: 23.418
                        profile_path: /mNQA0qYtLeemo7mljd9RlG9jUMR.jpg
                      - adult: false
                        gender: 2
                        id: 3027
                        known_for_department: Writing
                        media_type: person
                        name: Stephen King
                        original_name: Stephen King
                        popularity: 16.507
                        profile_path: /7r5nEzNanuEhmxtpsKE1uCBU5Jd.jpg
                      - adult: false
                        gender: 2
                        id: 1101345
                        known_for_department: Acting
                        media_type: person
                        name: Avicii
                        original_name: Avicii
                        popularity: 6.021
                        profile_path: /ucpsHXNxj5gjb5S1caCyt1USf4K.jpg
                      - adult: false
                        gender: 1
                        id: 2227
                        known_for_department: Acting
                        media_type: person
                        name: Nicole Kidman
                        original_name: Nicole Kidman
                        popularity: 69.541
                        profile_path: /lfW2cDigTcvuoe4k6UfCdGVE1R6.jpg
                      - adult: false
                        gender: 2
                        id: 138
                        known_for_department: Directing
                        media_type: person
                        name: Quentin Tarantino
                        original_name: Quentin Tarantino
                        popularity: 37.094
                        profile_path: /1gjcpAa99FAOWGnrUvHEXXsRs7o.jpg
                    total_pages: 298
                    total_results: 5950
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````