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

# Reviews

> This endpoint gets user reviews for a movie.



## OpenAPI

````yaml get /3/movie/{{movie_id}}/reviews
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/movie/{{movie_id}}/reviews:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - MOVIES
      summary: Reviews
      description: This endpoint gets user reviews for a movie.
      operationId: reviews
      responses:
        '200':
          description: Reviews Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=563
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 11 Jan 2025 15:00:46 GMT
            ETag:
              schema:
                type: string
                example: W/"5dc5ef484fa312d33a3a6232c666f162"
            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 4bae1b9f49186f171a3ffbfd1846acba.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 0Ftp1qBjikNFr3lU1Iig37luMJZs-EcmBaNLDjymUVMA510fMo1gkg==
            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: '21235'
            x-memc-expires:
              schema:
                type: string
                example: '563'
            x-memc-key:
              schema:
                type: string
                example: 81c470261268ce6f1897f346f41c80f9
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 200
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        author:
                          type: string
                          example: TheTenth
                        author_details:
                          type: object
                          properties:
                            avatar_path:
                              type: string
                              nullable: true
                              example: null
                            name:
                              type: string
                              example: ''
                            rating:
                              type: number
                              example: 10
                            username:
                              type: string
                              example: TheTenth
                        content:
                          type: string
                          example: "Plot : As Jean Luc Picard attends festivities onboard the Enterprise welcoming a new race to the Federation. He receives an urgent call from Admiral Dougherty about Data, that was sent on an observation mission of the Ba'Ku race. The Federation has installed there a hidden outpost and the So'Na race is there too. Data has gone out of control and reveals the federation outpost to the natives. Picard and his senior officers get on the planet to discuss with them to surrender the Federation personnel.\r\n\r\nHe is welcomed by the (extremely) peaceful Ba'Ku that are represented by Anji and Sojef, that explain the history and philosophy of their people. They have settled on this planet generations ago and have benefited from a local radiation extending their life greatly.\r\nPicard is pushed by Dougherty to leave the planet to let the \"observation\" mission without interference. Picard smells deception and will have to disobey orders to defend one of the Federation's basic principles.\r\nI know most people don't like this movie and rank it low among the Star trek movies. Of course there's not much action and fights. The new characters are either very boring or too obviously \"evil\". \r\n\r\nBut the main point here is to defend the \"prime directive\" (= not to interfere in the development of a civilization that is inferior in technology. There is not much else here than a deep analysis of what the Federation is and when it must or not intervene. So there's a light love story wit Picard and Anij, Data befriends a kid in his discovery of humanity's young age behavior.\r\n\r\nAfter many movies about the Klingons, Romulans ... I found it fresh to have two (?) new races with different histories and ways of life. And having the movie centered on the \"prime directive\", and how a cunning race can twist it (after all, the Ba'Ku are not really \"natives\" of the planet and shouldn't be protected by the prime directive), and how one superior officer, if misleaded, can lead to eradication of hundreds of people."
                        created_at:
                          type: string
                          example: '2018-04-18T14:11:05.407Z'
                        id:
                          type: string
                          example: 5ad751f99251413b2500f0bc
                        updated_at:
                          type: string
                          example: '2021-06-23T15:58:07.750Z'
                        url:
                          type: string
                          example: >-
                            https://www.themoviedb.org/review/5ad751f99251413b2500f0bc
                    example:
                      - author: TheTenth
                        author_details:
                          avatar_path: null
                          name: ''
                          rating: 10
                          username: TheTenth
                        content: "Plot : As Jean Luc Picard attends festivities onboard the Enterprise welcoming a new race to the Federation. He receives an urgent call from Admiral Dougherty about Data, that was sent on an observation mission of the Ba'Ku race. The Federation has installed there a hidden outpost and the So'Na race is there too. Data has gone out of control and reveals the federation outpost to the natives. Picard and his senior officers get on the planet to discuss with them to surrender the Federation personnel.\r\n\r\nHe is welcomed by the (extremely) peaceful Ba'Ku that are represented by Anji and Sojef, that explain the history and philosophy of their people. They have settled on this planet generations ago and have benefited from a local radiation extending their life greatly.\r\nPicard is pushed by Dougherty to leave the planet to let the \"observation\" mission without interference. Picard smells deception and will have to disobey orders to defend one of the Federation's basic principles.\r\nI know most people don't like this movie and rank it low among the Star trek movies. Of course there's not much action and fights. The new characters are either very boring or too obviously \"evil\". \r\n\r\nBut the main point here is to defend the \"prime directive\" (= not to interfere in the development of a civilization that is inferior in technology. There is not much else here than a deep analysis of what the Federation is and when it must or not intervene. So there's a light love story wit Picard and Anij, Data befriends a kid in his discovery of humanity's young age behavior.\r\n\r\nAfter many movies about the Klingons, Romulans ... I found it fresh to have two (?) new races with different histories and ways of life. And having the movie centered on the \"prime directive\", and how a cunning race can twist it (after all, the Ba'Ku are not really \"natives\" of the planet and shouldn't be protected by the prime directive), and how one superior officer, if misleaded, can lead to eradication of hundreds of people."
                        created_at: '2018-04-18T14:11:05.407Z'
                        id: 5ad751f99251413b2500f0bc
                        updated_at: '2021-06-23T15:58:07.750Z'
                        url: >-
                          https://www.themoviedb.org/review/5ad751f99251413b2500f0bc
                      - author: Wuchak
                        author_details:
                          avatar_path: /4KVM1VkqmXLOuwj1jjaSdxbvBDk.jpg
                          name: ''
                          rating: 6
                          username: Wuchak
                        content: "The least of the four Next Generation films, but has its highlights  \r\n\r\nReleased in 1998 and directed by Jonathan Frakes, \"Star Trek: Insurrection\" is the third Star Trek film featuring the Next Generation cast and ninth overall. The plot revolves around a serene alien race, the Ba'ku, whose planet offers regenerative radiation and therefore extremely long lifespans; moreover, they live in harmony with their environment and reject advanced technology. With the aid of an alien race called the Son'a, the Federation secretly (deceptively) researches the Ba'ku culture, but the Son'a intend to take the planet for themselves and others who secretly want to regenerate their bodies (i.e. drink of the 'Fountain of Youth'). The problem is that Captain Picard and the Enterprise-E crew are loyal to the Prime Directive.\r\n\r\nThe plot is good with some interesting ideas, like the paradisal planet where immortality is nigh reality and the innate desire for regeneration and eternal life. I like the new black Federation uniforms and the cast is as likable as ever. Unfortunately, something prevents the movie from soaring. It's decent and sometimes thought-provoking; it's just underwhelming with some bits falling flat. I like it but, for me, it’s the least of the four TNG films.\r\n\r\nThe film runs 103 minutes and was shot in California at Convict Lake, Mammoth Lakes Park; San Gabriel Dam, Angeles National Forest; Lake Sherwood; Bishop; and Paramount Studios, Los Angeles.\r\n\r\nGRADE: B-"
                        created_at: '2018-08-27T01:30:26.028Z'
                        id: 5b835432c3a3686560031333
                        updated_at: '2021-06-23T15:58:11.799Z'
                        url: >-
                          https://www.themoviedb.org/review/5b835432c3a3686560031333
                      - author: CinemaSerf
                        author_details:
                          avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                          name: CinemaSerf
                          rating: 5
                          username: Geronimo1967
                        content: >-
                          I just never warmed to the "Next Generation" crew and
                          here they did little to improve that feeling. It all
                          begins with the most annoying of them all - the
                          android "Data" (Brent Spiner) going a bit rogue in an
                          ostensibly peaceful, and tech-free, settlement. What's
                          afoot? Well after a space-chase and some Gilbert and
                          Sullivan we discover that the Federation and the
                          smooth-skinned "Son'a" have joined forces to
                          capitalise on some curative radiation that emanates
                          from the planet. Thing is, by harnessing this
                          phenomena they will render the place uninhabitable -
                          so what to do with the locals (all 600 of them)? It
                          seems our singing "Data" has cottoned on to this and
                          it isn't long before "Picard" (Patrick Stewart) and
                          the rest of his charm-free crew are en route to save
                          the day. It picks up slightly for the last twenty
                          minutes which at least gives us some phaser action,
                          but otherwise it's all pretty turgid and dialogue
                          heavy. The Captain manages a little bit of frankly
                          rather cloying love interest with Donna Murphy's
                          "Anij" and there is the obligatory child with his
                          small creature too. F. Murray Abraham and Anthony
                          Zerbe tried their best as the conspiring
                          powers-that-be, but there is simply no jeopardy here
                          at all. Messrs. Shatner et al had charisma - even if
                          their stories were often just as weak, but this shower
                          lack that on-screen presence and the (not so)
                          subliminal pontificating just got on my nerves. At
                          just under 1¾ hours it looks like a two-part episode
                          from the series and no amount of Viagra is going to
                          get this insurrection going, sorry.
                        created_at: '2022-11-19T19:49:22.878Z'
                        id: 63793342c2f44b00c3555c1c
                        updated_at: '2022-11-19T19:49:22.985Z'
                        url: >-
                          https://www.themoviedb.org/review/63793342c2f44b00c3555c1c
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 3
              examples:
                Reviews Example:
                  value:
                    id: 200
                    page: 1
                    results:
                      - author: TheTenth
                        author_details:
                          avatar_path: null
                          name: ''
                          rating: 10
                          username: TheTenth
                        content: "Plot : As Jean Luc Picard attends festivities onboard the Enterprise welcoming a new race to the Federation. He receives an urgent call from Admiral Dougherty about Data, that was sent on an observation mission of the Ba'Ku race. The Federation has installed there a hidden outpost and the So'Na race is there too. Data has gone out of control and reveals the federation outpost to the natives. Picard and his senior officers get on the planet to discuss with them to surrender the Federation personnel.\r\n\r\nHe is welcomed by the (extremely) peaceful Ba'Ku that are represented by Anji and Sojef, that explain the history and philosophy of their people. They have settled on this planet generations ago and have benefited from a local radiation extending their life greatly.\r\nPicard is pushed by Dougherty to leave the planet to let the \"observation\" mission without interference. Picard smells deception and will have to disobey orders to defend one of the Federation's basic principles.\r\nI know most people don't like this movie and rank it low among the Star trek movies. Of course there's not much action and fights. The new characters are either very boring or too obviously \"evil\". \r\n\r\nBut the main point here is to defend the \"prime directive\" (= not to interfere in the development of a civilization that is inferior in technology. There is not much else here than a deep analysis of what the Federation is and when it must or not intervene. So there's a light love story wit Picard and Anij, Data befriends a kid in his discovery of humanity's young age behavior.\r\n\r\nAfter many movies about the Klingons, Romulans ... I found it fresh to have two (?) new races with different histories and ways of life. And having the movie centered on the \"prime directive\", and how a cunning race can twist it (after all, the Ba'Ku are not really \"natives\" of the planet and shouldn't be protected by the prime directive), and how one superior officer, if misleaded, can lead to eradication of hundreds of people."
                        created_at: '2018-04-18T14:11:05.407Z'
                        id: 5ad751f99251413b2500f0bc
                        updated_at: '2021-06-23T15:58:07.750Z'
                        url: >-
                          https://www.themoviedb.org/review/5ad751f99251413b2500f0bc
                      - author: Wuchak
                        author_details:
                          avatar_path: /4KVM1VkqmXLOuwj1jjaSdxbvBDk.jpg
                          name: ''
                          rating: 6
                          username: Wuchak
                        content: "The least of the four Next Generation films, but has its highlights  \r\n\r\nReleased in 1998 and directed by Jonathan Frakes, \"Star Trek: Insurrection\" is the third Star Trek film featuring the Next Generation cast and ninth overall. The plot revolves around a serene alien race, the Ba'ku, whose planet offers regenerative radiation and therefore extremely long lifespans; moreover, they live in harmony with their environment and reject advanced technology. With the aid of an alien race called the Son'a, the Federation secretly (deceptively) researches the Ba'ku culture, but the Son'a intend to take the planet for themselves and others who secretly want to regenerate their bodies (i.e. drink of the 'Fountain of Youth'). The problem is that Captain Picard and the Enterprise-E crew are loyal to the Prime Directive.\r\n\r\nThe plot is good with some interesting ideas, like the paradisal planet where immortality is nigh reality and the innate desire for regeneration and eternal life. I like the new black Federation uniforms and the cast is as likable as ever. Unfortunately, something prevents the movie from soaring. It's decent and sometimes thought-provoking; it's just underwhelming with some bits falling flat. I like it but, for me, it’s the least of the four TNG films.\r\n\r\nThe film runs 103 minutes and was shot in California at Convict Lake, Mammoth Lakes Park; San Gabriel Dam, Angeles National Forest; Lake Sherwood; Bishop; and Paramount Studios, Los Angeles.\r\n\r\nGRADE: B-"
                        created_at: '2018-08-27T01:30:26.028Z'
                        id: 5b835432c3a3686560031333
                        updated_at: '2021-06-23T15:58:11.799Z'
                        url: >-
                          https://www.themoviedb.org/review/5b835432c3a3686560031333
                      - author: CinemaSerf
                        author_details:
                          avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                          name: CinemaSerf
                          rating: 5
                          username: Geronimo1967
                        content: >-
                          I just never warmed to the "Next Generation" crew and
                          here they did little to improve that feeling. It all
                          begins with the most annoying of them all - the
                          android "Data" (Brent Spiner) going a bit rogue in an
                          ostensibly peaceful, and tech-free, settlement. What's
                          afoot? Well after a space-chase and some Gilbert and
                          Sullivan we discover that the Federation and the
                          smooth-skinned "Son'a" have joined forces to
                          capitalise on some curative radiation that emanates
                          from the planet. Thing is, by harnessing this
                          phenomena they will render the place uninhabitable -
                          so what to do with the locals (all 600 of them)? It
                          seems our singing "Data" has cottoned on to this and
                          it isn't long before "Picard" (Patrick Stewart) and
                          the rest of his charm-free crew are en route to save
                          the day. It picks up slightly for the last twenty
                          minutes which at least gives us some phaser action,
                          but otherwise it's all pretty turgid and dialogue
                          heavy. The Captain manages a little bit of frankly
                          rather cloying love interest with Donna Murphy's
                          "Anij" and there is the obligatory child with his
                          small creature too. F. Murray Abraham and Anthony
                          Zerbe tried their best as the conspiring
                          powers-that-be, but there is simply no jeopardy here
                          at all. Messrs. Shatner et al had charisma - even if
                          their stories were often just as weak, but this shower
                          lack that on-screen presence and the (not so)
                          subliminal pontificating just got on my nerves. At
                          just under 1¾ hours it looks like a two-part episode
                          from the series and no amount of Viagra is going to
                          get this insurrection going, sorry.
                        created_at: '2022-11-19T19:49:22.878Z'
                        id: 63793342c2f44b00c3555c1c
                        updated_at: '2022-11-19T19:49:22.985Z'
                        url: >-
                          https://www.themoviedb.org/review/63793342c2f44b00c3555c1c
                    total_pages: 1
                    total_results: 3
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````