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

# Reviews

> This endpoint retrieves the list of reviews of a particular movie.



## OpenAPI

````yaml get /3/movie/{{movie_id}}/reviews
openapi: 3.0.3
info:
  title: The Movie Database API
  description: >-
    Welcome to the third version of The Movie Database (TMDB) API. Our API
    provides you with vast access to a range of movies, TV shows, actor
    information, and images.


    With the TMDB API, you can easily integrate any of these functionalities in
    your application.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: Collection
security:
  - bearerAuth: []
tags:
  - name: Validate Key
  - name: Authentication
  - name: Guest Sessions
  - name: Configuration
  - name: Account
  - name: Search
  - name: Discover
  - name: Find
  - name: Keyword
  - name: Lists
  - name: V3 vs V4
    description: >-
      There is version 4 (v4) for our list API. It contains several advanced
      improvements that differentiate it from the version 3 (v3) list. Although
      v3 lists will continue to work, you can only access these features if you
      switch to v4 lists.


      Some of the new improvements you can access on v4 lists include:


      - You can Import "unlimited" items in a single request
          
      - You can use mixed-type (movie and TV) lists
          
      - You can use private lists
          
      - You can add and use comments per item
          
      - There are more sort options
          
      - They are faster
          

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/movie/{{movie_id}}/reviews:
    parameters:
      - name: movie_id
        in: path
        description: >-
          This represents the movie ID. Get it
          [here](https://starlight.mintlify.app/api-reference/movieid)
        required: true
        schema:
          type: string
    get:
      tags:
        - Movies
      summary: Reviews
      description: This endpoint retrieves the list of reviews of a particular movie.
      operationId: reviews
      responses:
        '200':
          description: Reviews
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=16909
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 25 Dec 2024 10:25:56 GMT
            ETag:
              schema:
                type: string
                example: W/"3d1d08d509bceadf8c8401e0c779ac37"
            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 c34bd35d24f6df50307d1ac92d0f6110.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: TTDLiZAccuRhmbULMjSo0f5Ffz9jSWj1st8oBjvuOF4AF7tORcYCSA==
            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: '10159'
            x-memc-expires:
              schema:
                type: string
                example: '16909'
            x-memc-key:
              schema:
                type: string
                example: b4d0b03b1325874396ff01185f4ab440
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 845781
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        author:
                          type: string
                          example: CinemaSerf
                        author_details:
                          type: object
                          properties:
                            avatar_path:
                              type: string
                              nullable: true
                              example: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                            name:
                              type: string
                              example: CinemaSerf
                            rating:
                              type: number
                              example: 6
                            username:
                              type: string
                              example: Geronimo1967
                        content:
                          type: string
                          example: >-
                            I thought this came to the cinemas about a month
                            early, but it's still an amiable adventure showcase
                            for Dwayne Johnson and Chris Evans. It all starts on
                            Christmas Eve when Santa Clause (J.K. Simmons) is
                            kidnapped from his North Pole home. It's retirement
                            time for his head of security "Cal" (Johnson) so
                            he's not best pleased after hundreds of years - and
                            working with "Zoe" (Lucy Lui) he has to find out
                            just how his boss's security was compromised in the
                            first place - and then get to the rescuing bit. That
                            search leads them to tech whizz "Jack" (Chris Evans)
                            but he hadn't any idea whom his client actually was.
                            After a rocky start, the two men must pull their
                            resources and save Santa before Christmas really
                            does start to deal with all of us on the naughty
                            list. It's got bits of "Elf" in it, mingled with
                            some "Harry Potter" elements and to be fair to all
                            concerned, they all look like they are having some
                            fun amidst a surfeit of CGI and very tightly
                            choreographed action scenes that mix the modern and
                            the mythological entertainingly enough. Simmons and
                            Liu don't really feature so much and the moral of
                            good vs evil isn't lost in the delivery but it isn't
                            laboured either. Perhaps it's not a movie you will
                            ever remember seeing, but as far as it goes it's a
                            fun vehicle for it's stars to cheer us up as the
                            festivities approach without too much sentiment or
                            cheese.
                        created_at:
                          type: string
                          example: '2024-11-10T06:23:14.120Z'
                        id:
                          type: string
                          example: 6730515211b6cc0571f64c04
                        updated_at:
                          type: string
                          example: '2024-11-10T06:23:14.275Z'
                        url:
                          type: string
                          example: >-
                            https://www.themoviedb.org/review/6730515211b6cc0571f64c04
                    example:
                      - author: CinemaSerf
                        author_details:
                          avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                          name: CinemaSerf
                          rating: 6
                          username: Geronimo1967
                        content: >-
                          I thought this came to the cinemas about a month
                          early, but it's still an amiable adventure showcase
                          for Dwayne Johnson and Chris Evans. It all starts on
                          Christmas Eve when Santa Clause (J.K. Simmons) is
                          kidnapped from his North Pole home. It's retirement
                          time for his head of security "Cal" (Johnson) so he's
                          not best pleased after hundreds of years - and working
                          with "Zoe" (Lucy Lui) he has to find out just how his
                          boss's security was compromised in the first place -
                          and then get to the rescuing bit. That search leads
                          them to tech whizz "Jack" (Chris Evans) but he hadn't
                          any idea whom his client actually was. After a rocky
                          start, the two men must pull their resources and save
                          Santa before Christmas really does start to deal with
                          all of us on the naughty list. It's got bits of "Elf"
                          in it, mingled with some "Harry Potter" elements and
                          to be fair to all concerned, they all look like they
                          are having some fun amidst a surfeit of CGI and very
                          tightly choreographed action scenes that mix the
                          modern and the mythological entertainingly enough.
                          Simmons and Liu don't really feature so much and the
                          moral of good vs evil isn't lost in the delivery but
                          it isn't laboured either. Perhaps it's not a movie you
                          will ever remember seeing, but as far as it goes it's
                          a fun vehicle for it's stars to cheer us up as the
                          festivities approach without too much sentiment or
                          cheese.
                        created_at: '2024-11-10T06:23:14.120Z'
                        id: 6730515211b6cc0571f64c04
                        updated_at: '2024-11-10T06:23:14.275Z'
                        url: >-
                          https://www.themoviedb.org/review/6730515211b6cc0571f64c04
                      - author: Manuel São Bento
                        author_details:
                          avatar_path: null
                          name: Manuel São Bento
                          rating: 4
                          username: msbreviews
                        content: "The star-studded cast, featuring J.K. Simmons, Kiernan Shipka, Chris Evans, and Dwayne Johnson, brings a decent level of chemistry to the screen, which is one of the movie's few strengths. While the actors clearly enjoy playing off each other, the story itself is expectedly generic, relying heavily on predictable holiday tropes. The script fails to inject enough fun to offset its cliché formulas, and despite its festive intentions, the film feels stuck in cruise control, never quite capturing the magic or excitement one might hope for from a Christmas blockbuster.\r\n\r\nTechnically, RED ONE falters with its visuals. Almost every scene feels confined to a studio setting, and inconsistent VFX work makes it difficult to stay immersed in the story. The action sequences, though admittedly frequent, are mostly dimly lit, which diminishes any potential impact they might have had. None of these set pieces stand out, leaving viewers with little to savor beyond the familiar faces on screen. While it's not as terrible as some have claimed, Jake Kasdan ultimately delivers just another forgettable holiday flick, weighed down by formulaic storytelling and overshadowed - quite literally - by its murky, dark aesthetic.\r\n\r\nRating: C-"
                        created_at: '2024-11-14T08:59:04.133Z'
                        id: 6735bbd8143e439db4c653d8
                        updated_at: '2024-11-14T08:59:04.224Z'
                        url: >-
                          https://www.themoviedb.org/review/6735bbd8143e439db4c653d8
                      - author: r96sk
                        author_details:
                          avatar_path: /mwR7rFHoDcobAx1i61I3skzMW3U.jpg
                          name: ''
                          rating: 7
                          username: r96sk
                        content: "Pretty solid festive fare, this.\r\n\r\n<em>'Red One'</em> is perhaps slightly overlong and I didn't sense much chemistry between the cast, though those onscreen still give enjoyable performances and the plot is suitably entertaining whilst giving the necessary Xmas vibes. I was quite impressed with the special effects, I personally thought that side of this flick looked pretty neat.\r\n\r\nDwayne Johnson and Chris Evans are fun enough in this. Johnson is a bit more serious than usual and I liked that, while Evans' character ends up being the heart of the movie. J. K. Simmons, more than Johnson, plays against type, it's actually unnerving seeing him portray a true good guy - was almost waiting for him to shout down someone's neck, as per.\r\n\r\nKiernan Shipka is decent, as is Kristofer Hivju - I rate their characters. Lucy Liu is underused, mind. Bonnie Hunt too, I guess. I can't really fault anyone from the cast though, they all do solid work. If I'm honest, I don't see this film having much of a lifespan in the old memory bank but, nevertheless, I'd still classify it as something worth viewing."
                        created_at: '2024-11-22T00:57:04.040Z'
                        id: 673fd6e04dfa06b5df92deb5
                        updated_at: '2024-11-22T00:57:04.145Z'
                        url: >-
                          https://www.themoviedb.org/review/673fd6e04dfa06b5df92deb5
                      - author: Wuchak
                        author_details:
                          avatar_path: /4KVM1VkqmXLOuwj1jjaSdxbvBDk.jpg
                          name: ''
                          rating: 9
                          username: Wuchak
                        content: "**_Best Christmas Movie Ever!_**\r\n\r\nAfter a key figure is kidnapped from the North Pole city of Myra, the commander of security (Dwayne Johnson) teams-up with a mercenary black-hat hacker (Chris Evans) to locate the victim (JK Simmons). They go to sunny Aruba for answers before entering the creepy lair of Krampus, Santa’s estranged adopted brother. Could the one behind the nefarious plot be the Christmas Witch, Grýla (Kiernan Shipka)?\r\n\r\n“Red One” (2024) mixes the Santa Claus mythos with Marvel’s Thor movies for a totally kick-axx Christmas flick. For verification, there’s something similar to the Bifröst Bridge in Myra; Grýla is akin to Hela; there’s the similar technologically advanced flying crafts; trolls, ogres; and so on. \r\n\r\nThe creativity scores out of the ballpark with one amusing bit after another, such as the Mythological Creatures Protection Agency (or whatever it’s called), the portals in the backs of toy stores, E.L.F., how Santa is able to make it down small chimneys, etc. Then there’s how the movie effectively appeals to both kids and adults, as well as the kids IN adults.\r\n\r\nKiernan Shipka as the antagonist turned 23 during shooting. I knew when I saw her in “Totally Killer” that she was something special. Lucy Liu is also on hand in a fairly beefy role as the security director of Myra.\r\n\r\nIt runs 2 hours, 3 minutes, and was shot in Georgia (Atlanta, Savannah and Jekyll Island) and Hawaii (Honolulu and Oahu).\r\n\r\nGRADE: A"
                        created_at: '2024-12-16T23:20:17.237Z'
                        id: 6760b5b1669675c5afbaf916
                        updated_at: '2024-12-17T00:38:40.127Z'
                        url: >-
                          https://www.themoviedb.org/review/6760b5b1669675c5afbaf916
                      - author: RalphRahal
                        author_details:
                          avatar_path: null
                          name: ''
                          rating: 2
                          username: RalphRahal
                        content: "Red One, starring Dwayne Johnson and Chris Evans, had all the ingredients for a holiday blockbuster but missed the mark on nearly every level. Despite its star-studded cast and massive $250 million budget, the movie fails to live up to expectations, leaving both critics and audiences disappointed.\r\n\r\nThe first act feels rushed, skipping meaningful character introductions, and the story quickly falls into a predictable and uninspired plot. Dialogue lacks wit or charm, with most performances coming across as forced, almost like actors reciting homework. While Chris Evans and Lucy Liu offer the best performances of the bunch, they still don't elevate the movie much. The cinematography, sadly, doesn't help either, with over-reliance on weak CGI and clumsy action sequences that fail to impress.\r\n\r\nUltimately, \"Red One\" lacks the holiday magic or the action-packed excitement it promised. While it might work as a background movie for casual laughs at its script or acting, it’s hard to recommend for any other purpose. A major missed opportunity for a festive crowd-pleaser."
                        created_at: '2024-12-21T11:48:01.022Z'
                        id: 6766aaf103a3aa533090f64f
                        updated_at: '2024-12-21T11:48:01.086Z'
                        url: >-
                          https://www.themoviedb.org/review/6766aaf103a3aa533090f64f
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 5
              examples:
                Reviews:
                  value:
                    id: 845781
                    page: 1
                    results:
                      - author: CinemaSerf
                        author_details:
                          avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                          name: CinemaSerf
                          rating: 6
                          username: Geronimo1967
                        content: >-
                          I thought this came to the cinemas about a month
                          early, but it's still an amiable adventure showcase
                          for Dwayne Johnson and Chris Evans. It all starts on
                          Christmas Eve when Santa Clause (J.K. Simmons) is
                          kidnapped from his North Pole home. It's retirement
                          time for his head of security "Cal" (Johnson) so he's
                          not best pleased after hundreds of years - and working
                          with "Zoe" (Lucy Lui) he has to find out just how his
                          boss's security was compromised in the first place -
                          and then get to the rescuing bit. That search leads
                          them to tech whizz "Jack" (Chris Evans) but he hadn't
                          any idea whom his client actually was. After a rocky
                          start, the two men must pull their resources and save
                          Santa before Christmas really does start to deal with
                          all of us on the naughty list. It's got bits of "Elf"
                          in it, mingled with some "Harry Potter" elements and
                          to be fair to all concerned, they all look like they
                          are having some fun amidst a surfeit of CGI and very
                          tightly choreographed action scenes that mix the
                          modern and the mythological entertainingly enough.
                          Simmons and Liu don't really feature so much and the
                          moral of good vs evil isn't lost in the delivery but
                          it isn't laboured either. Perhaps it's not a movie you
                          will ever remember seeing, but as far as it goes it's
                          a fun vehicle for it's stars to cheer us up as the
                          festivities approach without too much sentiment or
                          cheese.
                        created_at: '2024-11-10T06:23:14.120Z'
                        id: 6730515211b6cc0571f64c04
                        updated_at: '2024-11-10T06:23:14.275Z'
                        url: >-
                          https://www.themoviedb.org/review/6730515211b6cc0571f64c04
                      - author: Manuel São Bento
                        author_details:
                          avatar_path: null
                          name: Manuel São Bento
                          rating: 4
                          username: msbreviews
                        content: "The star-studded cast, featuring J.K. Simmons, Kiernan Shipka, Chris Evans, and Dwayne Johnson, brings a decent level of chemistry to the screen, which is one of the movie's few strengths. While the actors clearly enjoy playing off each other, the story itself is expectedly generic, relying heavily on predictable holiday tropes. The script fails to inject enough fun to offset its cliché formulas, and despite its festive intentions, the film feels stuck in cruise control, never quite capturing the magic or excitement one might hope for from a Christmas blockbuster.\r\n\r\nTechnically, RED ONE falters with its visuals. Almost every scene feels confined to a studio setting, and inconsistent VFX work makes it difficult to stay immersed in the story. The action sequences, though admittedly frequent, are mostly dimly lit, which diminishes any potential impact they might have had. None of these set pieces stand out, leaving viewers with little to savor beyond the familiar faces on screen. While it's not as terrible as some have claimed, Jake Kasdan ultimately delivers just another forgettable holiday flick, weighed down by formulaic storytelling and overshadowed - quite literally - by its murky, dark aesthetic.\r\n\r\nRating: C-"
                        created_at: '2024-11-14T08:59:04.133Z'
                        id: 6735bbd8143e439db4c653d8
                        updated_at: '2024-11-14T08:59:04.224Z'
                        url: >-
                          https://www.themoviedb.org/review/6735bbd8143e439db4c653d8
                      - author: r96sk
                        author_details:
                          avatar_path: /mwR7rFHoDcobAx1i61I3skzMW3U.jpg
                          name: ''
                          rating: 7
                          username: r96sk
                        content: "Pretty solid festive fare, this.\r\n\r\n<em>'Red One'</em> is perhaps slightly overlong and I didn't sense much chemistry between the cast, though those onscreen still give enjoyable performances and the plot is suitably entertaining whilst giving the necessary Xmas vibes. I was quite impressed with the special effects, I personally thought that side of this flick looked pretty neat.\r\n\r\nDwayne Johnson and Chris Evans are fun enough in this. Johnson is a bit more serious than usual and I liked that, while Evans' character ends up being the heart of the movie. J. K. Simmons, more than Johnson, plays against type, it's actually unnerving seeing him portray a true good guy - was almost waiting for him to shout down someone's neck, as per.\r\n\r\nKiernan Shipka is decent, as is Kristofer Hivju - I rate their characters. Lucy Liu is underused, mind. Bonnie Hunt too, I guess. I can't really fault anyone from the cast though, they all do solid work. If I'm honest, I don't see this film having much of a lifespan in the old memory bank but, nevertheless, I'd still classify it as something worth viewing."
                        created_at: '2024-11-22T00:57:04.040Z'
                        id: 673fd6e04dfa06b5df92deb5
                        updated_at: '2024-11-22T00:57:04.145Z'
                        url: >-
                          https://www.themoviedb.org/review/673fd6e04dfa06b5df92deb5
                      - author: Wuchak
                        author_details:
                          avatar_path: /4KVM1VkqmXLOuwj1jjaSdxbvBDk.jpg
                          name: ''
                          rating: 9
                          username: Wuchak
                        content: "**_Best Christmas Movie Ever!_**\r\n\r\nAfter a key figure is kidnapped from the North Pole city of Myra, the commander of security (Dwayne Johnson) teams-up with a mercenary black-hat hacker (Chris Evans) to locate the victim (JK Simmons). They go to sunny Aruba for answers before entering the creepy lair of Krampus, Santa’s estranged adopted brother. Could the one behind the nefarious plot be the Christmas Witch, Grýla (Kiernan Shipka)?\r\n\r\n“Red One” (2024) mixes the Santa Claus mythos with Marvel’s Thor movies for a totally kick-axx Christmas flick. For verification, there’s something similar to the Bifröst Bridge in Myra; Grýla is akin to Hela; there’s the similar technologically advanced flying crafts; trolls, ogres; and so on. \r\n\r\nThe creativity scores out of the ballpark with one amusing bit after another, such as the Mythological Creatures Protection Agency (or whatever it’s called), the portals in the backs of toy stores, E.L.F., how Santa is able to make it down small chimneys, etc. Then there’s how the movie effectively appeals to both kids and adults, as well as the kids IN adults.\r\n\r\nKiernan Shipka as the antagonist turned 23 during shooting. I knew when I saw her in “Totally Killer” that she was something special. Lucy Liu is also on hand in a fairly beefy role as the security director of Myra.\r\n\r\nIt runs 2 hours, 3 minutes, and was shot in Georgia (Atlanta, Savannah and Jekyll Island) and Hawaii (Honolulu and Oahu).\r\n\r\nGRADE: A"
                        created_at: '2024-12-16T23:20:17.237Z'
                        id: 6760b5b1669675c5afbaf916
                        updated_at: '2024-12-17T00:38:40.127Z'
                        url: >-
                          https://www.themoviedb.org/review/6760b5b1669675c5afbaf916
                      - author: RalphRahal
                        author_details:
                          avatar_path: null
                          name: ''
                          rating: 2
                          username: RalphRahal
                        content: "Red One, starring Dwayne Johnson and Chris Evans, had all the ingredients for a holiday blockbuster but missed the mark on nearly every level. Despite its star-studded cast and massive $250 million budget, the movie fails to live up to expectations, leaving both critics and audiences disappointed.\r\n\r\nThe first act feels rushed, skipping meaningful character introductions, and the story quickly falls into a predictable and uninspired plot. Dialogue lacks wit or charm, with most performances coming across as forced, almost like actors reciting homework. While Chris Evans and Lucy Liu offer the best performances of the bunch, they still don't elevate the movie much. The cinematography, sadly, doesn't help either, with over-reliance on weak CGI and clumsy action sequences that fail to impress.\r\n\r\nUltimately, \"Red One\" lacks the holiday magic or the action-packed excitement it promised. While it might work as a background movie for casual laughs at its script or acting, it’s hard to recommend for any other purpose. A major missed opportunity for a festive crowd-pleaser."
                        created_at: '2024-12-21T11:48:01.022Z'
                        id: 6766aaf103a3aa533090f64f
                        updated_at: '2024-12-21T11:48:01.086Z'
                        url: >-
                          https://www.themoviedb.org/review/6766aaf103a3aa533090f64f
                    total_pages: 1
                    total_results: 5
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````