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

# Details

> This endpoint retrieve the details of a movie or TV show review.



## OpenAPI

````yaml api-reference/openapi3.json get /3/review/{review_id}
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/review/{review_id}:
    get:
      tags:
        - REVIEWS
      summary: Details
      description: This endpoint retrieve the details of a movie or TV show review.
      operationId: details10
      parameters:
        - name: review_id
          in: path
          required: true
          description: The unique identifier for a specific review within the database.
          schema:
            type: string
            example: ''
      responses:
        '200':
          description: details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=26924
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 16:48:47 GMT
            ETag:
              schema:
                type: string
                example: W/"c5cd200f7357de0d5e11d4dc09989b68"
            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 d9057c384f4ac5ba2672d2ff44de7e08.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: gfnCfl8VrAmCcQQkxZKj6ZLmGL2KE26EwPlZgfvgKECMPgp1Y81dxw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '126'
            x-memc-expires:
              schema:
                type: string
                example: '26924'
            x-memc-key:
              schema:
                type: string
                example: 2e673c0ff4253b53df35d9417d8b5412
          content:
            application/json:
              schema:
                type: object
                properties:
                  author:
                    type: string
                    example: Manuel São Bento
                  author_details:
                    type: object
                    properties:
                      avatar_path:
                        nullable: true
                        example: null
                      name:
                        type: string
                        example: Manuel São Bento
                      rating:
                        type: number
                        example: 8
                      username:
                        type: string
                        example: msbreviews
                  content:
                    type: string
                    example: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-"
                  created_at:
                    type: string
                    example: '2024-11-14T08:50:23.907Z'
                  id:
                    type: string
                    example: 6735b9cfffe3878e9e9f89ed
                  iso_639_1:
                    type: string
                    example: en
                  media_id:
                    type: number
                    example: 558449
                  media_title:
                    type: string
                    example: Gladiator II
                  media_type:
                    type: string
                    example: movie
                  updated_at:
                    type: string
                    example: '2024-11-14T08:50:24.017Z'
                  url:
                    type: string
                    example: https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed
              examples:
                details:
                  value:
                    author: Manuel São Bento
                    author_details:
                      avatar_path: null
                      name: Manuel São Bento
                      rating: 8
                      username: msbreviews
                    content: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-"
                    created_at: '2024-11-14T08:50:23.907Z'
                    id: 6735b9cfffe3878e9e9f89ed
                    iso_639_1: en
                    media_id: 558449
                    media_title: Gladiator II
                    media_type: movie
                    updated_at: '2024-11-14T08:50:24.017Z'
                    url: https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````