> ## 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 retrieves the details of a movie or TV show review.



## OpenAPI

````yaml get /3/review/{{review_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/review/{{review_id}}:
    parameters:
      - name: review_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - REVIEWS
      summary: Details
      description: This endpoint retrieves the details of a movie or TV show review.
      operationId: details7
      responses:
        '200':
          description: Details Examples
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=27206
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 12 Jan 2025 14:57:07 GMT
            ETag:
              schema:
                type: string
                example: W/"136fff33f316ff284d5e3dd6e702c81b"
            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 3502b4da22916485af0d3edbb185fb9c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 2trHqC9jpU_y2h7Hzkfdc04IKSrmhn3FptwE2ZcKswWOR0E0JToc2A==
            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: '22'
            x-memc-expires:
              schema:
                type: string
                example: '27206'
            x-memc-key:
              schema:
                type: string
                example: 8844e008492d9236a5250259dc5e91bc
          content:
            application/json:
              schema:
                type: object
                properties:
                  author:
                    type: string
                    example: CinemaSerf
                  author_details:
                    type: object
                    properties:
                      avatar_path:
                        type: string
                        example: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                      name:
                        type: string
                        example: CinemaSerf
                      rating:
                        type: number
                        example: 7
                      username:
                        type: string
                        example: Geronimo1967
                  content:
                    type: string
                    example: >-
                      Though beautifully shot, this is - in fact - rather a
                      horrible film! Set on the peaceful and beautiful island of
                      Bora Bora, we meet a young girl "Reri" (Anne Chavalier)
                      who is selected by the chief to be the next sacred virgin.
                      This is an honour, a position that will earn her respect
                      and comfort but it will deny her that which she craves the
                      most - her true love (Matahi). Desperate, the two decide
                      to abscond and he finds himself eking a living in a more
                      venal, European, community where his angry Gods lack any
                      power but where his lack of familiarity with the very
                      concept of money soon sees him, quite literally, swimming
                      in a sea of debt. Meantime, the chief back home (Hitu) has
                      declared that there needs to be a search for them that
                      involves the police (Bill Bambridge). When the officer
                      tracks them down and they face arrest, the young man
                      resorts to even more dangerous diving - amidst sharks - to
                      obtain the pearls he needs to pay off his creditors so
                      they can skedaddle again. Of course, the best laid plans
                      and all that, and when he returns to their shack, he finds
                      that she has decided to sacrifice her happiness and return
                      to their home... Can they reunite? This film cleverly
                      marries a mixture of ritualism and emotion, and
                      illustrates really quite clearly just how incompatible
                      they can be. A young couple doing no harm to anyone, in a
                      nation that would ordinarily embrace their affection, find
                      themselves forced by superstition to flee, to compromise
                      and to live in fear. The whole film has a futility to it
                      that's writ large and is actually quite exasperating to
                      watch. Leave them be, for heaven's sake! Find another
                      virgin? I'm not sure if F.W. Murnau is having a go at
                      religiosity, or at the fallibility of love itself - and
                      that ambiguity makes this all the more interesting to
                      watch. The fact that even they knew their relationship was
                      likely to end in disappointing failure still didn't deter
                      them from earning the enmity of their leaders and the
                      authorities - yet instinct and their visceral need for
                      each other overrode those palpably presented dangers. That
                      the setting is so idealistic and benign seems to rub salt
                      into their wounds and as love stories go, this is probably
                      the one that most tugged on my heart-strings. It does look
                      super on a big screen if you can, and the subject does
                      give a rich bed for the accompanist to play both rousingly
                      and tenderly.
                  created_at:
                    type: string
                    example: '2024-02-16T09:07:43.136Z'
                  id:
                    type: string
                    example: 65cf25df8efe73017b760c65
                  iso_639_1:
                    type: string
                    example: en
                  media_id:
                    type: number
                    example: 977
                  media_title:
                    type: string
                    example: 'Tabu: A Story of the South Seas'
                  media_type:
                    type: string
                    example: movie
                  updated_at:
                    type: string
                    example: '2024-02-16T09:07:43.302Z'
                  url:
                    type: string
                    example: https://www.themoviedb.org/review/65cf25df8efe73017b760c65
              examples:
                Details Examples:
                  value:
                    author: CinemaSerf
                    author_details:
                      avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                      name: CinemaSerf
                      rating: 7
                      username: Geronimo1967
                    content: >-
                      Though beautifully shot, this is - in fact - rather a
                      horrible film! Set on the peaceful and beautiful island of
                      Bora Bora, we meet a young girl "Reri" (Anne Chavalier)
                      who is selected by the chief to be the next sacred virgin.
                      This is an honour, a position that will earn her respect
                      and comfort but it will deny her that which she craves the
                      most - her true love (Matahi). Desperate, the two decide
                      to abscond and he finds himself eking a living in a more
                      venal, European, community where his angry Gods lack any
                      power but where his lack of familiarity with the very
                      concept of money soon sees him, quite literally, swimming
                      in a sea of debt. Meantime, the chief back home (Hitu) has
                      declared that there needs to be a search for them that
                      involves the police (Bill Bambridge). When the officer
                      tracks them down and they face arrest, the young man
                      resorts to even more dangerous diving - amidst sharks - to
                      obtain the pearls he needs to pay off his creditors so
                      they can skedaddle again. Of course, the best laid plans
                      and all that, and when he returns to their shack, he finds
                      that she has decided to sacrifice her happiness and return
                      to their home... Can they reunite? This film cleverly
                      marries a mixture of ritualism and emotion, and
                      illustrates really quite clearly just how incompatible
                      they can be. A young couple doing no harm to anyone, in a
                      nation that would ordinarily embrace their affection, find
                      themselves forced by superstition to flee, to compromise
                      and to live in fear. The whole film has a futility to it
                      that's writ large and is actually quite exasperating to
                      watch. Leave them be, for heaven's sake! Find another
                      virgin? I'm not sure if F.W. Murnau is having a go at
                      religiosity, or at the fallibility of love itself - and
                      that ambiguity makes this all the more interesting to
                      watch. The fact that even they knew their relationship was
                      likely to end in disappointing failure still didn't deter
                      them from earning the enmity of their leaders and the
                      authorities - yet instinct and their visceral need for
                      each other overrode those palpably presented dangers. That
                      the setting is so idealistic and benign seems to rub salt
                      into their wounds and as love stories go, this is probably
                      the one that most tugged on my heart-strings. It does look
                      super on a big screen if you can, and the subject does
                      give a rich bed for the accompanist to play both rousingly
                      and tenderly.
                    created_at: '2024-02-16T09:07:43.136Z'
                    id: 65cf25df8efe73017b760c65
                    iso_639_1: en
                    media_id: 977
                    media_title: 'Tabu: A Story of the South Seas'
                    media_type: movie
                    updated_at: '2024-02-16T09:07:43.302Z'
                    url: https://www.themoviedb.org/review/65cf25df8efe73017b760c65
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````