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

# Get movie reviews

> Get the user reviews for a movie.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/movie/18/reviews
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/movie/18/reviews:
    get:
      tags:
        - Movies
      summary: Get movie reviews
      description: Get the user reviews for a movie.
      operationId: getMovieReviews
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=3765
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 22:45:07 GMT
            ETag:
              schema:
                type: string
                example: W/"e6458adb1f18ee90722c1078a09793d0"
            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 4c636d1acba4193747390c896124ffcc.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: NCWecWNW6LIUgLFYoC1DHdr3dobKjUfoD-4gmu2zbfEPgViO-lmGIg==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: CDG50-C1
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '18930'
            x-memc-expires:
              schema:
                type: string
                example: '3765'
            x-memc-key:
              schema:
                type: string
                example: 38c7d82c73724664979690a250a06256
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 18
                  page:
                    type: number
                    example: 1
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        author:
                          type: string
                          example: GeekMasher
                        author_details:
                          type: object
                          properties:
                            avatar_path:
                              type: string
                              nullable: true
                              example: null
                            name:
                              type: string
                              example: ''
                            rating:
                              type: number
                              nullable: true
                              example: 9.5
                            username:
                              type: string
                              example: GeekMasher
                        content:
                          type: string
                          example: >-
                            This movie is one of the best movies of all time! It
                            has a great story lines and graphics of it's time
                            and even to today's standards it is brilliant. The
                            world is well though out and well demonstrated. Zorg
                            is a great bad guy, played by Gary Oldman and Bruce
                            Willis plays his role very well. All in all a
                            excellent movie.
                        created_at:
                          type: string
                          example: '2013-03-15T04:07:56.245Z'
                        id:
                          type: string
                          example: 51429e9c19c295563404fc6e
                        updated_at:
                          type: string
                          example: '2021-06-23T15:57:20.936Z'
                        url:
                          type: string
                          example: >-
                            https://www.themoviedb.org/review/51429e9c19c295563404fc6e
                    example:
                      - author: GeekMasher
                        author_details:
                          avatar_path: null
                          name: ''
                          rating: 9.5
                          username: GeekMasher
                        content: >-
                          This movie is one of the best movies of all time! It
                          has a great story lines and graphics of it's time and
                          even to today's standards it is brilliant. The world
                          is well though out and well demonstrated. Zorg is a
                          great bad guy, played by Gary Oldman and Bruce Willis
                          plays his role very well. All in all a excellent
                          movie.
                        created_at: '2013-03-15T04:07:56.245Z'
                        id: 51429e9c19c295563404fc6e
                        updated_at: '2021-06-23T15:57:20.936Z'
                        url: >-
                          https://www.themoviedb.org/review/51429e9c19c295563404fc6e
                      - author: Matt Golden
                        author_details:
                          avatar_path: null
                          name: Matt Golden
                          rating: null
                          username: FarSky
                        content: "A simple enough concept: Guy must save a World (in the Future!) from Evil! by protecting a Magical Macguffin, only in this case it’s a Girl! instead of a Thing.\r\n\r\nThere’s really not a lot of story here. Not a lot of character either. Why waste valuable screen time with such paltry concerns when you can instead have Chris Tucker prancing around as a flamboyant radio host in the most annoying cinematic sci-fi supporting character not created by George Lucas? Instead, the film casts actors who do a fair job of acting simply by being themselves: Bruce Wills is Korben Dallas, a brawny, shoot-first hero who, when the chips are down, is brawny and shoot-firsty. The Magical Girlfriend MacGuffin, Leeloo, is played by Mila Jovovich (in her breakout performance) and some strategically-placed wrappings (the wrappings have had a harder time breaking into more mainstream roles). Ian Holm turns up as the Old Mentor, and filling out the cast is Gary Oldman as the antagonist Zord (in his hammiest role ever).\r\n\r\nThe film seriously rises to the level of made-for-SciFi Channel-original and no higher. The plot is nonsensical, the acting committed but laughable, and the dialogue so stiff you’d think the script pages had been starched.\r\n\r\nSo where does the film go legitimately wrong? Two main places: first, Besson carries on the proud tradition of French filmmakers doing weird things solely for the sake of being weird. The entire film is filled to the brim with the kind of idiosyncratic touches that I’ve come to expect from that region. Most of the bits don’t work, but I’ll give them credit for keeping things interesting.\r\n\r\nThe second, more serious issue is another that seems to plague genre French directors, and that’s the whole matter being played (largely) for farce. The most successful (creatively) American (sci-fi/)action films are defined in very large part by their villain. This film, like so many other sci-fi/action films I’ve seen from French directors, never establish or maintain an element of power for the villains over the heroes. The villains are painted as clueless, moronic, out of their depth, or outright incompetent. That tradition continues here. What would Star Wars be without Darth Vader? Die Hard without Hans Gruber? Aliens without…uh, aliens?\r\n\r\nLacking a strong (or even memorable) central villain (we have two: a Gary Oldman so hammy I’m pretty sure Muslims couldn’t work on the film, and the other being a giant planet-size ball of…Pure!Evil! No joke.), the film sacrifices the one shot it had at having some kind of weight or dimension. There’s no sense of danger or peril, no chance that the Hero won’t triumph, and [spoilers!] the day is essentially saved by a Care Bear stare.\r\n\r\nSo, does what I’ve just said make it bad? Well, yes. Let’s try again. Does that made it unenjoyable? No, and it’s an important distinction to make. The film is an interesting curiosity. After a half-hour of the bizarre, if you can let yourself be swept into its idiosyncratic world you’ll find a perfectly watchable B (or C)-movie. It rankles a bit to think about how much was wasted making dreck this dreck-y, but it’s entertaining dreck."
                        created_at: '2013-07-21T18:26:19.779Z'
                        id: 51ec27cb19c29551e21149d2
                        updated_at: '2021-06-23T15:57:21.944Z'
                        url: >-
                          https://www.themoviedb.org/review/51ec27cb19c29551e21149d2
                      - author: Gimly
                        author_details:
                          avatar_path: /xUObnJSvHrFPsIpoDmb1jiQZLq7.jpg
                          name: Gimly
                          rating: 7
                          username: Ruuz
                        content: "Ever since I first watched The Fifth Element in the late 90s, I've been inspired by Gary Oldman's Jean-Baptiste Emanuel Zorg.\r\n\r\n_Final rating:★★★½ - I strongly recommend you make the time._"
                        created_at: '2017-05-13T06:13:30.344Z'
                        id: 5916a40ac3a3683a9302a7b5
                        updated_at: '2021-06-23T15:57:57.317Z'
                        url: >-
                          https://www.themoviedb.org/review/5916a40ac3a3683a9302a7b5
                      - author: John Chard
                        author_details:
                          avatar_path: /utEXl2EDiXBK6f41wCLsvprvMg4.jpg
                          name: ''
                          rating: 8
                          username: John Chard
                        content: "Negative, I am a meat Popsicle.  \r\n\r\nIt's 2259 and the Earth is in mortal danger from pure evil. The only hope Earth has is something called the fifth element, which comes in the form of the newly cloned Leeloo. Along with an ex forces cab driver and a priest called Cornellius, Leeloo must piece it together before the end of mankind arrives.\r\n\r\nDepending on which side of the fence you sit on, The Fifth Element is either a child fantasy made by an adult, or an adult fantasy made by a child! Here in lies the problem that many critics and movie watchers can't agree on. Just what does Luc Besson's film want to be? Having conceived the concept for his film at a very early age, Besson I think waited until he was comfortable with his adult eyes, and armed with the technological advancements in the late 90s, to realise his vision. With the result being a beautiful piece of science fiction that is, yes- cartoonish in every other frame.\r\n\r\nCrucial though is that Besson's futuristic vision of New York dominates proceedings, not even a villain overdrive from Gary Oldman can detract from the colourful vistas that Besson has crafted. The sea has dropped and New York is awash with flying cars, there are no take aways anymore, the Chinese junks fly to your front door to serve you food, how cool is that? Shape shifting aliens are amongst us, who in the context of this Jean-Paul Gautier clothed universe, blend in effortlessly, and opera divas are strangely beautiful and blue creatures. In short, the film is an art direction treat, a feast for the eyes, even as the comedy and action take control in the final third.\r\n\r\nBruce Willis quickly leaves behind his successful trip to harder edged roles (Twelve Monkeys) to play super cabbie Korben Dallas. Gun toting and with a quip at every turn, this is the Willis that the MTV generation loves and adores. Oldman, for better or worse as Zorg, gives a memorable performance (oh my, is that a Southern American accent?), but it's with Mila Jovovich (Leeloo) that the film gets its acting spurs. A pure revelation, it begs the question on why Jovovich has failed to progress in the acting world? (stop doing tripe like Resident \"will work for food\" Evil films would be a good start).\r\n\r\nSci-fi fans will obviously get the point that the support cast features Ian Holm (Alien) and Brion James (Blade Runner), which off sets the annoying and painful turn from Chris Tucker as zany, insecure DJ Ruby Rhod (is Besson having a pop at world DJs here I wonder?). To leave us with what? A film that mildly suffers from its director giving way to his heart over his head, but hey baby, it's one groovy and enjoyable romp from start to finish regardless. 8/10"
                        created_at: '2019-01-20T00:03:44.643Z'
                        id: 5c43bae00e0a266d69d20db8
                        updated_at: '2024-05-16T15:22:19.529Z'
                        url: >-
                          https://www.themoviedb.org/review/5c43bae00e0a266d69d20db8
                      - author: Prodank
                        author_details:
                          avatar_path: /d8FdQJGfhs5zAQC95GvxvpkVv5p.jpg
                          name: ''
                          rating: 9
                          username: Prodank
                        content: "\"The Fifth Element\" is like a journey down memory lane for me, brimming with nostalgia. I've lost count of how many times I've caught it on TV. The cast was on point, the makeup and costumes were seriously cool, and those futuristic locations were quite intriguing.\r\n\r\nIn the grand scheme of things, \"The Fifth Element\" is a certified classic. It possesses that timeless quality that's hard to find. I'd easily give it a solid 9 out of 10. But if you're a fan of this movie, you should definitely check out the animated film \"Heavy Metal\" (1981), which served as inspiration for many animation and science fiction films, including this one."
                        created_at: '2023-09-17T05:33:44.235Z'
                        id: 65068fb8fa27f400caa4105a
                        updated_at: '2023-09-18T15:40:40.340Z'
                        url: >-
                          https://www.themoviedb.org/review/65068fb8fa27f400caa4105a
                      - author: CinemaSerf
                        author_details:
                          avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                          name: CinemaSerf
                          rating: 7
                          username: Geronimo1967
                        content: >-
                          I wonder how many taxi drivers get a fare they wish
                          they's just driven past! Well I think poor "Dallas"
                          (Bruce Willis) might have wished he had done that with
                          the almost mannequin-esque "Leeloo" (Milla Jovovich)
                          as he finds himself embroiled in a plot to conquer the
                          planet. She speaks in syllables that wouldn't have
                          been out of place in an edition of "The Clangers" but
                          still manages to convey the sense of peril to mankind
                          well enough for him to try to track down the priest
                          "Cornelius" (Ian Holm) who might be able to locate
                          some sacred stones that belong to the benign "Fifth
                          Element" in time to save us from "Mangalores" and his
                          evil henchman "Mr. Zorg" (Gary Oldman). of course, we
                          soon learn that "Dallas" is no ordinary, pie-eating,
                          cabbie. He is a former special forces ninja who is no
                          stranger to an Uzi 9mm or to some nimble fisticuffs.
                          Luc Besson manages to integrate some engaging comedy
                          threat into a decent sci-fi adventure that raises a
                          smile. Willis offers his usual style of charismatic,
                          slightly sarcastic, delivery and Oldman (well, more
                          his hairdo, really) camps up nicely as the baddie in
                          charge of an army of alien soldiers who couldn't hit a
                          cow on the tit with a tin cup. There's loads of action
                          pretty much from the start as somehow we just know
                          that Bruce is going to come through for us. It's a
                          parody fo loads of other sci-fi concepts, but it does
                          work.
                        created_at: '2024-06-04T06:27:17.906Z'
                        id: 665eb3c58afe3dc52f5179d6
                        updated_at: '2024-06-04T06:27:18.142Z'
                        url: >-
                          https://www.themoviedb.org/review/665eb3c58afe3dc52f5179d6
                  total_pages:
                    type: number
                    example: 1
                  total_results:
                    type: number
                    example: 6
              examples:
                New Request:
                  value:
                    id: 18
                    page: 1
                    results:
                      - author: GeekMasher
                        author_details:
                          avatar_path: null
                          name: ''
                          rating: 9.5
                          username: GeekMasher
                        content: >-
                          This movie is one of the best movies of all time! It
                          has a great story lines and graphics of it's time and
                          even to today's standards it is brilliant. The world
                          is well though out and well demonstrated. Zorg is a
                          great bad guy, played by Gary Oldman and Bruce Willis
                          plays his role very well. All in all a excellent
                          movie.
                        created_at: '2013-03-15T04:07:56.245Z'
                        id: 51429e9c19c295563404fc6e
                        updated_at: '2021-06-23T15:57:20.936Z'
                        url: >-
                          https://www.themoviedb.org/review/51429e9c19c295563404fc6e
                      - author: Matt Golden
                        author_details:
                          avatar_path: null
                          name: Matt Golden
                          rating: null
                          username: FarSky
                        content: "A simple enough concept: Guy must save a World (in the Future!) from Evil! by protecting a Magical Macguffin, only in this case it’s a Girl! instead of a Thing.\r\n\r\nThere’s really not a lot of story here. Not a lot of character either. Why waste valuable screen time with such paltry concerns when you can instead have Chris Tucker prancing around as a flamboyant radio host in the most annoying cinematic sci-fi supporting character not created by George Lucas? Instead, the film casts actors who do a fair job of acting simply by being themselves: Bruce Wills is Korben Dallas, a brawny, shoot-first hero who, when the chips are down, is brawny and shoot-firsty. The Magical Girlfriend MacGuffin, Leeloo, is played by Mila Jovovich (in her breakout performance) and some strategically-placed wrappings (the wrappings have had a harder time breaking into more mainstream roles). Ian Holm turns up as the Old Mentor, and filling out the cast is Gary Oldman as the antagonist Zord (in his hammiest role ever).\r\n\r\nThe film seriously rises to the level of made-for-SciFi Channel-original and no higher. The plot is nonsensical, the acting committed but laughable, and the dialogue so stiff you’d think the script pages had been starched.\r\n\r\nSo where does the film go legitimately wrong? Two main places: first, Besson carries on the proud tradition of French filmmakers doing weird things solely for the sake of being weird. The entire film is filled to the brim with the kind of idiosyncratic touches that I’ve come to expect from that region. Most of the bits don’t work, but I’ll give them credit for keeping things interesting.\r\n\r\nThe second, more serious issue is another that seems to plague genre French directors, and that’s the whole matter being played (largely) for farce. The most successful (creatively) American (sci-fi/)action films are defined in very large part by their villain. This film, like so many other sci-fi/action films I’ve seen from French directors, never establish or maintain an element of power for the villains over the heroes. The villains are painted as clueless, moronic, out of their depth, or outright incompetent. That tradition continues here. What would Star Wars be without Darth Vader? Die Hard without Hans Gruber? Aliens without…uh, aliens?\r\n\r\nLacking a strong (or even memorable) central villain (we have two: a Gary Oldman so hammy I’m pretty sure Muslims couldn’t work on the film, and the other being a giant planet-size ball of…Pure!Evil! No joke.), the film sacrifices the one shot it had at having some kind of weight or dimension. There’s no sense of danger or peril, no chance that the Hero won’t triumph, and [spoilers!] the day is essentially saved by a Care Bear stare.\r\n\r\nSo, does what I’ve just said make it bad? Well, yes. Let’s try again. Does that made it unenjoyable? No, and it’s an important distinction to make. The film is an interesting curiosity. After a half-hour of the bizarre, if you can let yourself be swept into its idiosyncratic world you’ll find a perfectly watchable B (or C)-movie. It rankles a bit to think about how much was wasted making dreck this dreck-y, but it’s entertaining dreck."
                        created_at: '2013-07-21T18:26:19.779Z'
                        id: 51ec27cb19c29551e21149d2
                        updated_at: '2021-06-23T15:57:21.944Z'
                        url: >-
                          https://www.themoviedb.org/review/51ec27cb19c29551e21149d2
                      - author: Gimly
                        author_details:
                          avatar_path: /xUObnJSvHrFPsIpoDmb1jiQZLq7.jpg
                          name: Gimly
                          rating: 7
                          username: Ruuz
                        content: "Ever since I first watched The Fifth Element in the late 90s, I've been inspired by Gary Oldman's Jean-Baptiste Emanuel Zorg.\r\n\r\n_Final rating:★★★½ - I strongly recommend you make the time._"
                        created_at: '2017-05-13T06:13:30.344Z'
                        id: 5916a40ac3a3683a9302a7b5
                        updated_at: '2021-06-23T15:57:57.317Z'
                        url: >-
                          https://www.themoviedb.org/review/5916a40ac3a3683a9302a7b5
                      - author: John Chard
                        author_details:
                          avatar_path: /utEXl2EDiXBK6f41wCLsvprvMg4.jpg
                          name: ''
                          rating: 8
                          username: John Chard
                        content: "Negative, I am a meat Popsicle.  \r\n\r\nIt's 2259 and the Earth is in mortal danger from pure evil. The only hope Earth has is something called the fifth element, which comes in the form of the newly cloned Leeloo. Along with an ex forces cab driver and a priest called Cornellius, Leeloo must piece it together before the end of mankind arrives.\r\n\r\nDepending on which side of the fence you sit on, The Fifth Element is either a child fantasy made by an adult, or an adult fantasy made by a child! Here in lies the problem that many critics and movie watchers can't agree on. Just what does Luc Besson's film want to be? Having conceived the concept for his film at a very early age, Besson I think waited until he was comfortable with his adult eyes, and armed with the technological advancements in the late 90s, to realise his vision. With the result being a beautiful piece of science fiction that is, yes- cartoonish in every other frame.\r\n\r\nCrucial though is that Besson's futuristic vision of New York dominates proceedings, not even a villain overdrive from Gary Oldman can detract from the colourful vistas that Besson has crafted. The sea has dropped and New York is awash with flying cars, there are no take aways anymore, the Chinese junks fly to your front door to serve you food, how cool is that? Shape shifting aliens are amongst us, who in the context of this Jean-Paul Gautier clothed universe, blend in effortlessly, and opera divas are strangely beautiful and blue creatures. In short, the film is an art direction treat, a feast for the eyes, even as the comedy and action take control in the final third.\r\n\r\nBruce Willis quickly leaves behind his successful trip to harder edged roles (Twelve Monkeys) to play super cabbie Korben Dallas. Gun toting and with a quip at every turn, this is the Willis that the MTV generation loves and adores. Oldman, for better or worse as Zorg, gives a memorable performance (oh my, is that a Southern American accent?), but it's with Mila Jovovich (Leeloo) that the film gets its acting spurs. A pure revelation, it begs the question on why Jovovich has failed to progress in the acting world? (stop doing tripe like Resident \"will work for food\" Evil films would be a good start).\r\n\r\nSci-fi fans will obviously get the point that the support cast features Ian Holm (Alien) and Brion James (Blade Runner), which off sets the annoying and painful turn from Chris Tucker as zany, insecure DJ Ruby Rhod (is Besson having a pop at world DJs here I wonder?). To leave us with what? A film that mildly suffers from its director giving way to his heart over his head, but hey baby, it's one groovy and enjoyable romp from start to finish regardless. 8/10"
                        created_at: '2019-01-20T00:03:44.643Z'
                        id: 5c43bae00e0a266d69d20db8
                        updated_at: '2024-05-16T15:22:19.529Z'
                        url: >-
                          https://www.themoviedb.org/review/5c43bae00e0a266d69d20db8
                      - author: Prodank
                        author_details:
                          avatar_path: /d8FdQJGfhs5zAQC95GvxvpkVv5p.jpg
                          name: ''
                          rating: 9
                          username: Prodank
                        content: "\"The Fifth Element\" is like a journey down memory lane for me, brimming with nostalgia. I've lost count of how many times I've caught it on TV. The cast was on point, the makeup and costumes were seriously cool, and those futuristic locations were quite intriguing.\r\n\r\nIn the grand scheme of things, \"The Fifth Element\" is a certified classic. It possesses that timeless quality that's hard to find. I'd easily give it a solid 9 out of 10. But if you're a fan of this movie, you should definitely check out the animated film \"Heavy Metal\" (1981), which served as inspiration for many animation and science fiction films, including this one."
                        created_at: '2023-09-17T05:33:44.235Z'
                        id: 65068fb8fa27f400caa4105a
                        updated_at: '2023-09-18T15:40:40.340Z'
                        url: >-
                          https://www.themoviedb.org/review/65068fb8fa27f400caa4105a
                      - author: CinemaSerf
                        author_details:
                          avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg
                          name: CinemaSerf
                          rating: 7
                          username: Geronimo1967
                        content: >-
                          I wonder how many taxi drivers get a fare they wish
                          they's just driven past! Well I think poor "Dallas"
                          (Bruce Willis) might have wished he had done that with
                          the almost mannequin-esque "Leeloo" (Milla Jovovich)
                          as he finds himself embroiled in a plot to conquer the
                          planet. She speaks in syllables that wouldn't have
                          been out of place in an edition of "The Clangers" but
                          still manages to convey the sense of peril to mankind
                          well enough for him to try to track down the priest
                          "Cornelius" (Ian Holm) who might be able to locate
                          some sacred stones that belong to the benign "Fifth
                          Element" in time to save us from "Mangalores" and his
                          evil henchman "Mr. Zorg" (Gary Oldman). of course, we
                          soon learn that "Dallas" is no ordinary, pie-eating,
                          cabbie. He is a former special forces ninja who is no
                          stranger to an Uzi 9mm or to some nimble fisticuffs.
                          Luc Besson manages to integrate some engaging comedy
                          threat into a decent sci-fi adventure that raises a
                          smile. Willis offers his usual style of charismatic,
                          slightly sarcastic, delivery and Oldman (well, more
                          his hairdo, really) camps up nicely as the baddie in
                          charge of an army of alien soldiers who couldn't hit a
                          cow on the tit with a tin cup. There's loads of action
                          pretty much from the start as somehow we just know
                          that Bruce is going to come through for us. It's a
                          parody fo loads of other sci-fi concepts, but it does
                          work.
                        created_at: '2024-06-04T06:27:17.906Z'
                        id: 665eb3c58afe3dc52f5179d6
                        updated_at: '2024-06-04T06:27:18.142Z'
                        url: >-
                          https://www.themoviedb.org/review/665eb3c58afe3dc52f5179d6
                    total_pages: 1
                    total_results: 6
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````