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

# Details

> This endpoint queries the top level details of a person.



## OpenAPI

````yaml get /3/person/{{person_id}}
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/person/{{person_id}}:
    parameters:
      - name: person_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - PEOPLE
      summary: Details
      description: This endpoint queries the top level details of a person.
      operationId: details6
      responses:
        '200':
          description: Details Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=3287
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 11 Jan 2025 15:51:05 GMT
            ETag:
              schema:
                type: string
                example: W/"183ec6e551fc4c6add2fe1dde8a70c33"
            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 89a2789e584c965cee4a77ee2a943764.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: D8vUcQDB_VEY5JrRNxWJMYsIRFfwhVdrqcPS51vzhanolMdtks3Dmw==
            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: '20731'
            x-memc-expires:
              schema:
                type: string
                example: '3287'
            x-memc-key:
              schema:
                type: string
                example: cf9e4ce5baf88849c9208e3c5965a137
          content:
            application/json:
              schema:
                type: object
                properties:
                  adult:
                    type: boolean
                    example: false
                  also_known_as:
                    type: array
                    items: {}
                    example: []
                  biography:
                    type: string
                    example: >-
                      From Wikipedia, the free encyclopedia.  Philippa Boyens,
                      MNZM, is a New Zealand screenwriter who co-wrote the
                      screenplay for Peter Jackson's film series The Lord of the
                      Rings with Peter Jackson and Fran Walsh, for which the
                      trio won an Oscar at the 76th Academy Awards in 2004.
                      Boyens worked with the same collaborators on the
                      screenplay for Jackson's version of King Kong. Following
                      that movie's completion, the trio once again worked
                      together on The Lovely Bones, Jackson's film adaptation of
                      Alice Sebold's novel of the same name, which was released
                      in 2009. She is also collaborating with Jackson, Walsh and
                      Guillermo del Toro on The Hobbit films which are scheduled
                      for release in 2011 and 2012. Prior to turning to
                      screenwriting with The Lord of the Rings, Boyens was a
                      playwright.


                      Boyens was a part-time student at the University of
                      Auckland, graduating with a BA in English and History in
                      1994. She received a Distinguished Alumni Award from the
                      university in 2006.  She has three children, daughter
                      Phoebe Gittins, and sons Calum Gittins (both with actor
                      Paul Gittins) and Isaac Miller. Calum starred as Haleth in
                      The Lord of the Rings: The Two Towers.


                      Description above from the Wikipedia article Philippa
                      Boyens, licensed under CC-BY-SA, full list of contributors
                      on Wikipedia.
                  birthday:
                    type: string
                    example: '1962-01-01'
                  deathday:
                    nullable: true
                    example: null
                  gender:
                    type: number
                    example: 1
                  homepage:
                    nullable: true
                    example: null
                  id:
                    type: number
                    example: 128
                  imdb_id:
                    type: string
                    example: nm0101991
                  known_for_department:
                    type: string
                    example: Writing
                  name:
                    type: string
                    example: Philippa Boyens
                  place_of_birth:
                    type: string
                    example: Auckland, New Zealand
                  popularity:
                    type: number
                    example: 13.547
                  profile_path:
                    type: string
                    example: /vfPQnrMZ87uPjyJYrSkQtqI6c0H.jpg
              examples:
                Details Example:
                  value:
                    adult: false
                    also_known_as: []
                    biography: >-
                      From Wikipedia, the free encyclopedia.  Philippa Boyens,
                      MNZM, is a New Zealand screenwriter who co-wrote the
                      screenplay for Peter Jackson's film series The Lord of the
                      Rings with Peter Jackson and Fran Walsh, for which the
                      trio won an Oscar at the 76th Academy Awards in 2004.
                      Boyens worked with the same collaborators on the
                      screenplay for Jackson's version of King Kong. Following
                      that movie's completion, the trio once again worked
                      together on The Lovely Bones, Jackson's film adaptation of
                      Alice Sebold's novel of the same name, which was released
                      in 2009. She is also collaborating with Jackson, Walsh and
                      Guillermo del Toro on The Hobbit films which are scheduled
                      for release in 2011 and 2012. Prior to turning to
                      screenwriting with The Lord of the Rings, Boyens was a
                      playwright.


                      Boyens was a part-time student at the University of
                      Auckland, graduating with a BA in English and History in
                      1994. She received a Distinguished Alumni Award from the
                      university in 2006.  She has three children, daughter
                      Phoebe Gittins, and sons Calum Gittins (both with actor
                      Paul Gittins) and Isaac Miller. Calum starred as Haleth in
                      The Lord of the Rings: The Two Towers.


                      Description above from the Wikipedia article Philippa
                      Boyens, licensed under CC-BY-SA, full list of contributors
                      on Wikipedia.
                    birthday: '1962-01-01'
                    deathday: null
                    gender: 1
                    homepage: null
                    id: 128
                    imdb_id: nm0101991
                    known_for_department: Writing
                    name: Philippa Boyens
                    place_of_birth: Auckland, New Zealand
                    popularity: 13.547
                    profile_path: /vfPQnrMZ87uPjyJYrSkQtqI6c0H.jpg
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````