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

# Combined credits

> This endpoint retrieves a list of combined TV and movie credits that belong to a person.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/person/{{person_id}}/combined_credits
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/person/{{person_id}}/combined_credits:
    parameters:
      - name: person_id
        in: path
        description: >-
          This represents the person ID. Get it
          [here](https://starlight.mintlify.app/api-reference/personid)
        required: true
        schema:
          type: string
    get:
      tags:
        - People
      summary: Combined credits
      description: >-
        This endpoint retrieves a list of combined TV and movie credits that
        belong to a person.
      operationId: combinedCredits
      parameters:
        - name: language
          in: query
          schema:
            type: string
        - name: ''
          in: query
          schema:
            type: string
            example: en
          description: |
            This represents the language.
      responses:
        '200':
          description: Combined credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=6276
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 26 Dec 2024 00:07:15 GMT
            ETag:
              schema:
                type: string
                example: W/"81513748eb207bcc455f8f12036f93af"
            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 ba82151bf51e4c722c5305c983d8b71e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: Rl9r-jqcx6BcpCXlyVnhcxrclb2UqDr1lGp6t6JzixzYD4mZoG21sw==
            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: '20281'
            x-memc-expires:
              schema:
                type: string
                example: '6276'
            x-memc-key:
              schema:
                type: string
                example: 8f44aa08aa1f0be7e293eddad10aadbb
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: /cXQH2u7wUIX1eoIdEj51kHXoWhX.jpg
                        character:
                          type: string
                          example: Bacon
                        credit_id:
                          type: string
                          example: 52fe4217c3a36847f8003607
                        episode_count:
                          type: number
                          example: 1
                        first_air_date:
                          type: string
                          example: '2003-01-26'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 35
                          example:
                            - 35
                            - 80
                        id:
                          type: number
                          example: 100
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: Jimmy Kimmel Live!
                        order:
                          type: number
                          example: 4
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: Jimmy Kimmel Live!
                        original_title:
                          type: string
                          example: Lock, Stock and Two Smoking Barrels
                        overview:
                          type: string
                          example: >-
                            A card shark and his unwillingly-enlisted friends
                            need to make a lot of cash quick after losing a
                            sketchy poker match. To do this they decide to pull
                            a heist on a small-time gang who happen to be
                            operating out of the flat next door.
                        popularity:
                          type: number
                          example: 11.695
                        poster_path:
                          type: string
                          nullable: true
                          example: /wt2TRBmFmBn5M5MBcPTwovlREaB.jpg
                        release_date:
                          type: string
                          example: '1998-08-28'
                        title:
                          type: string
                          example: Lock, Stock and Two Smoking Barrels
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 8.119
                        vote_count:
                          type: number
                          example: 6586
                    example:
                      - adult: false
                        backdrop_path: /cXQH2u7wUIX1eoIdEj51kHXoWhX.jpg
                        character: Bacon
                        credit_id: 52fe4217c3a36847f8003607
                        genre_ids:
                          - 35
                          - 80
                        id: 100
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Lock, Stock and Two Smoking Barrels
                        overview: >-
                          A card shark and his unwillingly-enlisted friends need
                          to make a lot of cash quick after losing a sketchy
                          poker match. To do this they decide to pull a heist on
                          a small-time gang who happen to be operating out of
                          the flat next door.
                        popularity: 11.695
                        poster_path: /wt2TRBmFmBn5M5MBcPTwovlREaB.jpg
                        release_date: '1998-08-28'
                        title: Lock, Stock and Two Smoking Barrels
                        video: false
                        vote_average: 8.119
                        vote_count: 6586
                      - adult: false
                        backdrop_path: /32V4uHVRU2fbDsQl1dsYsZm3uba.jpg
                        character: Turkish
                        credit_id: 52fe4218c3a36847f8003be1
                        genre_ids:
                          - 80
                          - 35
                        id: 107
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Snatch
                        overview: >-
                          Unscrupulous boxing promoters, violent bookmakers, a
                          Russian gangster, incompetent amateur robbers and
                          supposedly Jewish jewelers fight to track down a
                          priceless stolen diamond.
                        popularity: 36.418
                        poster_path: /8KSDI7ijEv7QVZdIyrLw5Gnhhr8.jpg
                        release_date: '2000-09-01'
                        title: Snatch
                        video: false
                        vote_average: 7.8
                        vote_count: 9043
                      - adult: false
                        backdrop_path: /anSbunnEMI0TSmizqUSRACoe18l.jpg
                        character: Sgt. Jericho Butler
                        credit_id: 52fe43089251416c75000d79
                        genre_ids:
                          - 28
                          - 27
                          - 878
                        id: 10016
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Ghosts of Mars
                        overview: >-
                          In 2176, a Martian police unit is sent to pick up a
                          highly dangerous criminal at a remote mining post.
                          Upon arrival, the cops find the post deserted and
                          something far more dangerous than any criminal — the
                          original inhabitants of Mars, hellbent on getting
                          their planet back.
                        popularity: 11.981
                        poster_path: /i2zztssCIbahGES1fdfWFmDXian.jpg
                        release_date: '2001-08-24'
                        title: Ghosts of Mars
                        video: false
                        vote_average: 5.113
                        vote_count: 1082
                      - adult: false
                        backdrop_path: /5M187YumwzNjEdc4AH14dl9yAeB.jpg
                        character: Farmer
                        credit_id: 52fe434dc3a36847f8049e1d
                        genre_ids:
                          - 12
                          - 14
                          - 28
                          - 18
                        id: 2312
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'In the Name of the King: A Dungeon Siege Tale'
                        overview: >-
                          A man named Farmer sets out to rescue his kidnapped
                          wife and avenge the death of his son – two acts
                          committed by the Krugs, a race of animal-warriors who
                          are controlled by the evil Gallian.
                        popularity: 17.964
                        poster_path: /bbN1lmDk1PT0GsTFCy179sk5nIF.jpg
                        release_date: '2007-11-29'
                        title: 'In the Name of the King: A Dungeon Siege Tale'
                        video: false
                        vote_average: 4.749
                        vote_count: 835
                      - adult: false
                        backdrop_path: /uugYtn4SLdKBYgAobqhGpdWavxP.jpg
                        character: Chev Chelios
                        credit_id: 52fe4325c3a36847f803dc2b
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 1948
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Crank
                        overview: >-
                          Chev Chelios, a hit man wanting to go straight, lets
                          his latest target slip away. Then he awakes the next
                          morning to a phone call that informs him he has been
                          poisoned and has only an hour to live unless he keeps
                          adrenaline coursing through his body while he searches
                          for an antidote.
                        popularity: 42.095
                        poster_path: /rsKmhnvzJezjwC1Ud2Hh37oNpdQ.jpg
                        release_date: '2006-08-31'
                        title: Crank
                        video: false
                        vote_average: 6.7
                        vote_count: 3769
                      - adult: false
                        backdrop_path: /b5IB4VGjR818tTNcCLHQCIFwQmW.jpg
                        character: Special Agent Jack Crawford
                        credit_id: 52fe436f9251416c7501035b
                        genre_ids:
                          - 28
                          - 53
                        id: 10431
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: War
                        overview: >-
                          FBI agent Jack Crawford is out for revenge when his
                          partner is killed and all clues point to the
                          mysterious assassin Rogue. But when Rogue turns up
                          years later to take care of some unfinished business,
                          he triggers a violent clash of rival gangs. Will the
                          truth come out before it's too late? And when the dust
                          settles, who will remain standing?
                        popularity: 23.82
                        poster_path: /scFc8RD4sFxB2x0eIOaymphMnYh.jpg
                        release_date: '2007-08-24'
                        title: War
                        video: false
                        vote_average: 6.4
                        vote_count: 1850
                      - adult: false
                        backdrop_path: /kWt1OcPgwO1ssu57wgTKmq38JYw.jpg
                        character: Frank Martin
                        credit_id: 52fe43adc3a36847f806714f
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 4108
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Transporter
                        overview: >-
                          Former Special Forces officer Frank Martin will
                          deliver anything to anyone for the right price, and
                          his no-questions-asked policy puts him in high demand.
                          But when he realizes his latest cargo is alive, it
                          sets in motion a dangerous chain of events. The bound
                          and gagged Lai is being smuggled to France by a shady
                          American businessman, and Frank works to save her as
                          his own illegal activities are uncovered by a French
                          detective.
                        popularity: 51.127
                        poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg
                        release_date: '2002-10-02'
                        title: The Transporter
                        video: false
                        vote_average: 6.711
                        vote_count: 5321
                      - adult: false
                        backdrop_path: /bSqhsOTMnp0L6xGSHCAArXXURNy.jpg
                        character: Jensen Ames
                        credit_id: 52fe43789251416c75011ac3
                        genre_ids:
                          - 28
                          - 53
                          - 878
                        id: 10483
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Death Race
                        overview: >-
                          Terminal Island, New York: 2020. Overcrowding in the
                          US penal system has reached a breaking point. Prisons
                          have been turned over to a monolithic Weyland
                          Corporation, which sees jails full of thugs as an
                          opportunity for televised sport. Adrenalized inmates,
                          a global audience hungry for violence and a
                          spectacular, enclosed arena come together to form the
                          'Death Race', the biggest, most brutal event.
                        popularity: 44.598
                        poster_path: /5A79GeOb3uChQ0l0ZDjDyODKQp3.jpg
                        release_date: '2008-08-22'
                        title: Death Race
                        video: false
                        vote_average: 6.271
                        vote_count: 3756
                      - adult: false
                        backdrop_path: /e6zpWtK88clHcy40uhj5veiuGlS.jpg
                        character: MVA Agent Evan Funsch
                        credit_id: 52fe43b89251416c7501b909
                        genre_ids:
                          - 28
                          - 878
                          - 53
                        id: 10796
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The One
                        overview: >-
                          A sheriff's deputy fights an alternate universe
                          version of himself who grows stronger with each
                          alternate self he kills.
                        popularity: 23.152
                        poster_path: /gcr3t71KmeXINemMrhaGBGVJPwW.jpg
                        release_date: '2001-11-02'
                        title: The One
                        video: false
                        vote_average: 6.1
                        vote_count: 1568
                      - adult: false
                        backdrop_path: /pt5kVrKrJuMwQq5xZaKpExL2o5Z.jpg
                        character: Jake Green
                        credit_id: 52fe43c39251416c7501d26d
                        genre_ids:
                          - 18
                          - 53
                          - 80
                          - 9648
                        id: 10851
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Revolver
                        overview: >-
                          Hotshot gambler Jake Green is long on bravado and
                          seriously short of common sense. Rarely is he allowed
                          in any casino because he's a bona fide winner and, in
                          fact, has taken so much money over the years that he's
                          the sole client of his accountant elder brother,
                          Billy. Invited to a private game, Jake is in fear of
                          losing his life.
                        popularity: 17.337
                        poster_path: /w9NELY89blLetosxODWpZM9XnBm.jpg
                        release_date: '2005-09-11'
                        title: Revolver
                        video: false
                        vote_average: 6.4
                        vote_count: 1373
                      - adult: false
                        backdrop_path: /rR8c2J0i8j9tEjacHE8xgEDPDUS.jpg
                        character: Det. Quentin Conners
                        credit_id: 52fe4402c3a36847f807d077
                        genre_ids:
                          - 18
                          - 28
                          - 80
                        id: 5289
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Chaos
                        overview: >-
                          In Seattle, detective Quentin Conners is unfairly
                          suspended and his partner Jason York leaves the police
                          force after a tragic shooting on Pearl Street Bridge,
                          when the hostage and the criminal die. During a bank
                          heist with a hostage situation, Conners is assigned in
                          charge of the operation with the rookie Shane Dekker
                          as his partner. The thieves, lead by Lorenz,
                          apparently do not steal a penny from the bank. While
                          chasing the gangsters, the police team disclose that
                          they planted a virus in the system, stealing one
                          billion dollars from the different accounts, using the
                          principle of the Chaos Theory. Further, they find that
                          Lorenz is killing his accomplices.
                        popularity: 13.486
                        poster_path: /8ndnyiOmAkQ8y09kl1Fxj7DiVeo.jpg
                        release_date: '2005-01-17'
                        title: Chaos
                        video: false
                        vote_average: 6.3
                        vote_count: 1040
                      - adult: false
                        backdrop_path: /uqchYxRnt7QRRRPa6Dm5NFigDXW.jpg
                        character: Bateman
                        credit_id: 52fe4481c3a36847f809a32b
                        genre_ids:
                          - 18
                          - 10749
                        id: 7515
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: London
                        overview: >-
                          London is a drug laden adventure that centers on a
                          party in a New York loft where a young man is trying
                          to win back his ex-girlfriend.
                        popularity: 9.486
                        poster_path: /zvNHklUZcrwdN8xpL7Vsqedru5l.jpg
                        release_date: '2005-09-03'
                        title: London
                        video: false
                        vote_average: 6
                        vote_count: 308
                      - adult: false
                        backdrop_path: /ynnarxTMs8jWKV9GK0SpUhGNCgH.jpg
                        character: Terry Leather
                        credit_id: 52fe44c0c3a36847f80a7f49
                        genre_ids:
                          - 53
                          - 80
                          - 18
                        id: 8848
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Bank Job
                        overview: >-
                          Terry is a small-time car dealer trying to leave his
                          shady past behind and start a family. Martine is a
                          beautiful model from Terry's old neighbourhood who
                          knows that Terry is no angel. When Martine proposes a
                          foolproof plan to rob a bank, Terry recognises the
                          danger but realises this may be the opportunity of a
                          lifetime. As the resourceful band of thieves burrows
                          its way into a safe-deposit vault at a Lloyds Bank,
                          they quickly realise that, besides millions in riches,
                          the boxes also contain secrets that implicate everyone
                          from London's most notorious underworld gangsters to
                          powerful government figures, and even the Royal
                          Family. Although the heist makes headlines throughout
                          Britain for several days, a government gag order
                          eventually brings all reporting of the case to an
                          immediate halt.
                        popularity: 20.832
                        poster_path: /bfXjFTytfFTdo9WeO7lYqzkHG7g.jpg
                        release_date: '2008-02-28'
                        title: The Bank Job
                        video: false
                        vote_average: 6.827
                        vote_count: 2310
                      - adult: false
                        backdrop_path: /5KoOfHVSYvnKbCqCxJokTYlPoPP.jpg
                        character: Ethan
                        credit_id: 52fe4527c3a36847f80bf7d3
                        genre_ids:
                          - 28
                          - 53
                          - 18
                          - 80
                        id: 9759
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Cellular
                        overview: >-
                          A young man receives an emergency phone call on his
                          cell phone from an older woman. She claims to have
                          been kidnapped – and the kidnappers have targeted her
                          husband and child next.
                        popularity: 15.379
                        poster_path: /AhD3qVfVmxz5CXDxctXwK5nmrOp.jpg
                        release_date: '2004-09-06'
                        title: Cellular
                        video: false
                        vote_average: 6.384
                        vote_count: 1900
                      - adult: false
                        backdrop_path: /ghgogVFRi60o0sVsRWgpG2r4Sy9.jpg
                        character: Frank Martin
                        credit_id: 52fe44e9c3a36847f80b1521
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 9335
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Transporter 2
                        overview: >-
                          Professional driver, and former Special Forces
                          officer, Frank Martin is living in Miami, where he is
                          temporarily filling in for a friend as the chauffeur
                          for a government narcotics control policy director and
                          his family. The young boy in the family is targeted
                          for kidnapping, and Frank immediately becomes involved
                          in protecting the child and exposing the kidnappers.
                        popularity: 62.942
                        poster_path: /cdm17vK8PxHfTi7ayZf6WKbOgUO.jpg
                        release_date: '2005-08-03'
                        title: Transporter 2
                        video: false
                        vote_average: 6.314
                        vote_count: 3594
                      - adult: false
                        backdrop_path: /sJpbDELfC8VjlRBOOkMJxxWpUg7.jpg
                        character: Lee Christmas
                        credit_id: 52fe4555c3a368484e0541b9
                        genre_ids:
                          - 53
                          - 12
                          - 28
                        id: 27578
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Expendables
                        overview: >-
                          Barney Ross leads a band of highly skilled mercenaries
                          including knife enthusiast Lee Christmas, a martial
                          arts expert Yin Yang, heavy weapons specialist Hale
                          Caesar, demolitionist Toll Road, and a loose-cannon
                          sniper Gunner Jensen. When the group is commissioned
                          by the mysterious Mr. Church to assassinate the
                          dictator of a small South American island, Barney and
                          Lee visit the remote locale to scout out their
                          opposition and discover the true nature of the
                          conflict engulfing the city.
                        popularity: 39.274
                        poster_path: /j09ZkH6R4JWVylBcDai1laCmGw7.jpg
                        release_date: '2010-08-03'
                        title: The Expendables
                        video: false
                        vote_average: 6.2
                        vote_count: 7727
                      - adult: false
                        backdrop_path: /dYb6kgvoGjUH59n2uB4eV9xqmKR.jpg
                        character: Arthur Bishop
                        credit_id: 52fe4556c3a368484e0543fb
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 27582
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Mechanic
                        overview: >-
                          Arthur Bishop is a 'mechanic' - an elite assassin with
                          a strict code requiring professional perfection and
                          total detachment. One of an elite group of assassins,
                          Bishop may be the best in the business - with a unique
                          talent for cleanly eliminating targets. When Harry
                          McKenna, his close friend and mentor, is murdered,
                          Harry's son comes to him with vengeance in his heart
                          and a desire to learn Bishop's trade, signaling the
                          birth of a deadly partnership.
                        popularity: 37.203
                        poster_path: /aVLH8HZIacXMDB8w4d2H0p5RdqR.jpg
                        release_date: '2011-01-13'
                        title: The Mechanic
                        video: false
                        vote_average: 6.524
                        vote_count: 3241
                      - adult: false
                        backdrop_path: /haIHcieOlTlyAUr9cWukqyK5SaU.jpg
                        character: Handsome Rob
                        credit_id: 52fe4517c3a36847f80bbd4b
                        genre_ids:
                          - 28
                          - 80
                        id: 9654
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Italian Job
                        overview: >-
                          Charlie Croker pulled off the crime of a lifetime. The
                          one thing that he didn't plan on was being
                          double-crossed. Along with a drop-dead gorgeous
                          safecracker, Croker and his team take off to re-steal
                          the loot and end up in a pulse-pounding,
                          pedal-to-the-metal chase that careens up, down, above
                          and below the streets of Los Angeles.
                        popularity: 30.557
                        poster_path: /eSkjK4kctyrWpFhxl35GPvSs6tI.jpg
                        release_date: '2003-05-30'
                        title: The Italian Job
                        video: false
                        vote_average: 6.774
                        vote_count: 5507
                      - adult: false
                        backdrop_path: /lXwvQ7JEHm5kaHPVm7QR4mAnOkN.jpg
                        character: Monk
                        credit_id: 52fe4559c3a36847f80c92fb
                        genre_ids:
                          - 35
                          - 18
                        id: 9991
                        media_type: movie
                        order: 11
                        original_language: en
                        original_title: Mean Machine
                        overview: >-
                          Disgraced ex-England football captain, Danny 'Mean
                          Machine' Meehan, is thrown in jail for assaulting two
                          police officers. He keeps his head down and has the
                          opportunity to forget everything and change the lives
                          of the prisoners. When these prisoners have the chance
                          to put one over the evil guards during a prison
                          football match, Danny takes the lead.
                        popularity: 7.561
                        poster_path: /ripTQsmWQJyccK6zB1dajSY3olv.jpg
                        release_date: '2001-12-26'
                        title: Mean Machine
                        video: false
                        vote_average: 6.229
                        vote_count: 571
                      - adult: false
                        backdrop_path: /9h90ga8OYzcHAVHCuwRuFYQQNm.jpg
                        character: Mr. B
                        credit_id: 52fe455ac3a36847f80c973b
                        genre_ids:
                          - 28
                          - 80
                          - 18
                        id: 9995
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Turn It Up
                        overview: >-
                          Trying to bootstrap his way out of Brooklyn's mean
                          streets is Diamond, a rap musician. With his long-time
                          pal Gage acting as his manager, he's trying to lay
                          down a demo tape with cut-rate studio time. To pay the
                          bills, he and Gage run drugs for "Mr. B." Inside a
                          week, Diamond's beloved mother dies suddenly, his
                          father appears after an absence of 12 years and wants
                          a relationship, and his girlfriend Kia tells him she's
                          pregnant, asking him if he's ready to be a father.
                          Gage steals $100,000 in a multiple-felony robbery so
                          that Diamond can record a full album, not knowing it's
                          Mr. B's money he's taken. B wants his money, Diamond
                          wants his music, Tia wants an answer.
                        popularity: 3.272
                        poster_path: /1LqMTyQJnI7IfeDjjGRcDh1vv0r.jpg
                        release_date: '2000-09-06'
                        title: Turn It Up
                        video: false
                        vote_average: 5
                        vote_count: 21
                      - adult: false
                        backdrop_path: /nNbxrSyKUTMVwpnFgnKH9ZV0QZ8.jpg
                        character: Frank Martin
                        credit_id: 52fe45639251416c75054a6b
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 13387
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Transporter 3
                        overview: >-
                          Frank Martin puts the driving gloves on to deliver
                          Valentina, the kidnapped daughter of a Ukranian
                          government official, from Marseilles to Odessa on the
                          Black Sea. En route, he has to contend with thugs who
                          want to intercept Valentina's safe delivery and not
                          let his personal feelings get in the way of his
                          dangerous objective.
                        popularity: 42.565
                        poster_path: /o4w9VF3GRZuXe9NHHvZ07pJespl.jpg
                        release_date: '2008-11-26'
                        title: Transporter 3
                        video: false
                        vote_average: 6.149
                        vote_count: 3356
                      - adult: false
                        backdrop_path: /oTbIfHSLNxi9ihV6SG4K6jZ2PvM.jpg
                        character: Chev Chelios
                        credit_id: 52fe46389251416c7507132b
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 15092
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Crank: High Voltage'
                        overview: >-
                          Chelios faces a Chinese mobster who has stolen his
                          nearly indestructible heart and replaced it with a
                          battery-powered ticker that requires regular jolts of
                          electricity to keep working.
                        popularity: 33.477
                        poster_path: /tyBkln3JDKJTjat5YNOePkgVEKg.jpg
                        release_date: '2009-04-16'
                        title: 'Crank: High Voltage'
                        video: false
                        vote_average: 6.1
                        vote_count: 2825
                      - adult: false
                        backdrop_path: /yQMNl71tz59z10wlp0DOL7zUxpU.jpg
                        character: Jasper
                        credit_id: 52fe46a8c3a36847f810b083
                        genre_ids:
                          - 18
                          - 53
                        id: 44982
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: '13'
                        overview: >-
                          A naive young man assumes a dead man's identity and
                          finds himself embroiled in an underground world of
                          power, violence, and chance where men gamble behind
                          closed doors on the lives of other men.
                        popularity: 13.094
                        poster_path: /eJAVjARKe3YBabnbhdbYWXD7Hdg.jpg
                        release_date: '2010-03-12'
                        title: '13'
                        video: false
                        vote_average: 5.835
                        vote_count: 804
                      - adult: false
                        backdrop_path: /boET2fgExdaOfojez5VKQqAoKAs.jpg
                        character: Narrator
                        credit_id: 52fe46f59251416c750892e5
                        genre_ids:
                          - 99
                        id: 16900
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Truth In 24
                        overview: >-
                          It's 24 hours of pure exhilaration, complete
                          exhaustion, and it's not for the faint of heart or the
                          ill-prepared. It is the legendary 24 Hours of Le Mans.
                          But before you win it, you have to master finishing
                          it. This film chronicles the dedication, the
                          determination and the spirit required to not just
                          survive 3,000 grueling miles, but to be in a position
                          to win one of the greatest races in history.
                        popularity: 2.574
                        poster_path: /wLiHPyV6yUhBWUL3iX0TZMMkSQg.jpg
                        release_date: '2008-11-06'
                        title: Truth In 24
                        video: false
                        vote_average: 6.5
                        vote_count: 15
                      - adult: false
                        backdrop_path: /nVdx8lqgqDjDjp3YOOazEivR3OK.jpg
                        character: Danny
                        credit_id: 52fe4781c3a36847f81396f9
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 49021
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Killer Elite
                        overview: >-
                          Based on a shocking true story, Killer Elite pits two
                          of the world’s most elite operatives—Danny, an
                          ex-special ops agent and Hunter, his longtime
                          mentor—against the cunning leader of a secret military
                          society. Covering the globe from Australia to Paris,
                          London and the Middle East, Danny and Hunter are
                          plunged into a highly dangerous game of cat and
                          mouse—where the predators become the prey.
                        popularity: 13.1
                        poster_path: /7O2U0WPFPSvNSUYZlhbnV081lBF.jpg
                        release_date: '2011-09-22'
                        title: Killer Elite
                        video: false
                        vote_average: 6.259
                        vote_count: 2119
                      - adult: false
                        backdrop_path: null
                        character: Deckard Shaw
                        credit_id: 64674918006b01010589771a
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 755679
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: 'Fast X: Part 2'
                        overview: >-
                          The eleventh installment in The Fast Saga, which is a
                          direct sequel to "Fast X".
                        popularity: 73.241
                        poster_path: /lD8V3DBban95Mxz4sjuA81Tw771.jpg
                        release_date: ''
                        title: 'Fast X: Part 2'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /gc150q5RMjq5vXJddBk90dXFvlr.jpg
                        character: Luke Wright
                        credit_id: 52fe4868c3a368484e0f714f
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 72387
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Safe
                        overview: >-
                          After a former elite agent rescues a 12-year-old
                          Chinese girl who's been abducted, they find themselves
                          in the middle of a standoff between Triads, the
                          Russian Mafia and high-level corrupt New York City
                          politicians and police.
                        popularity: 22.422
                        poster_path: /kOCpkoMUVae9UIf85gO71SyjLbW.jpg
                        release_date: '2012-04-16'
                        title: Safe
                        video: false
                        vote_average: 6.487
                        vote_count: 2448
                      - adult: false
                        backdrop_path: /cEZLw8ShCEbgaGqqh6kGDZm7y4K.jpg
                        character: Tom Brant
                        credit_id: 52fe48e2c3a36847f817ea43
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 55846
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Blitz
                        overview: >-
                          A tough cop is dispatched to take down a serial killer
                          who has been targeting police officers.
                        popularity: 26.9
                        poster_path: /qjqmhhc7uLub22mhu4V6DjOBwXM.jpg
                        release_date: '2011-05-20'
                        title: Blitz
                        video: false
                        vote_average: 6.172
                        vote_count: 1641
                      - adult: false
                        backdrop_path: /41QdmNKbwmVD7R6A7hMqMe9FYMy.jpg
                        character: Lee Christmas
                        credit_id: 52fe4929c3a368484e11d76d
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 76163
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Expendables 2
                        overview: >-
                          Mr. Church reunites the Expendables for what should be
                          an easy paycheck, but when one of their men is
                          murdered on the job, their quest for revenge puts them
                          deep in enemy territory and up against an unexpected
                          threat.
                        popularity: 39.791
                        poster_path: /74rTIGyGoIu5KSxDVMdr8H3MtMo.jpg
                        release_date: '2012-08-08'
                        title: The Expendables 2
                        video: false
                        vote_average: 6.347
                        vote_count: 6699
                      - adult: false
                        backdrop_path: /cdW045qbUjbvPIUxsXdsArcXs8K.jpg
                        character: Self
                        credit_id: 52fe4b569251416c750ffc33
                        genre_ids:
                          - 99
                          - 10770
                        id: 145308
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Inferno: The Making of ''The Expendables'''
                        overview: >-
                          Sylvester Stallone's 90-minute video diary, covering
                          the making of "The Expendables".
                        popularity: 3.087
                        poster_path: /ejMVMjjd7XPjfLDmf78vV3VNoYt.jpg
                        release_date: '2010-11-14'
                        title: 'Inferno: The Making of ''The Expendables'''
                        video: true
                        vote_average: 7.846
                        vote_count: 13
                      - adult: false
                        backdrop_path: /lLZdvnt25Jg5R9Cece3EYKnTsrW.jpg
                        character: Joey
                        credit_id: 52fe4c16c3a368484e1a63ed
                        genre_ids:
                          - 28
                          - 53
                        id: 136418
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hummingbird
                        overview: >-
                          Homeless and on the run from a military court martial,
                          a damaged ex-special forces soldier navigating
                          London's criminal underworld seizes an opportunity to
                          assume another man's identity, transforming into an
                          avenging angel in the process.
                        popularity: 20.969
                        poster_path: /bN2aGUOxHRwGms68WTDr2MHzkKa.jpg
                        release_date: '2013-05-07'
                        title: Hummingbird
                        video: false
                        vote_average: 6.16
                        vote_count: 1695
                      - adult: false
                        backdrop_path: /vBuw223bR0jeI3GHMfCjNBCGo6.jpg
                        character: Parker
                        credit_id: 52fe4bfac3a36847f821baad
                        genre_ids:
                          - 28
                          - 80
                        id: 119283
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Parker
                        overview: >-
                          A thief with a unique code of professional ethics is
                          double-crossed by his crew and left for dead. Assuming
                          a new disguise and forming an unlikely alliance with a
                          woman on the inside, he looks to hijack the score of
                          the crew's latest heist.
                        popularity: 22.827
                        poster_path: /u1cl4RsdqMjolVVsHwiLRPN1CT2.jpg
                        release_date: '2013-01-23'
                        title: Parker
                        video: false
                        vote_average: 6.047
                        vote_count: 3027
                      - adult: false
                        backdrop_path: /dgMvQi5nCNsD5N6kAJrWGC48jHw.jpg
                        character: Lee Christmas
                        credit_id: 52fe4c3fc3a368484e1aeb61
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 138103
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Expendables 3
                        overview: >-
                          Barney, Christmas and the rest of the team comes
                          face-to-face with Conrad Stonebanks, who years ago
                          co-founded The Expendables with Barney. Stonebanks
                          subsequently became a ruthless arms trader and someone
                          who Barney was forced to kill… or so he thought.
                          Stonebanks, who eluded death once before, now is
                          making it his mission to end The Expendables -- but
                          Barney has other plans. Barney decides that he has to
                          fight old blood with new blood, and brings in a new
                          era of Expendables team members, recruiting
                          individuals who are younger, faster and more
                          tech-savvy. The latest mission becomes a clash of
                          classic old-school style versus high-tech expertise in
                          the Expendables’ most personal battle yet.
                        popularity: 42.842
                        poster_path: /ruW3malZtlg66ODfg614dFbXO68.jpg
                        release_date: '2014-08-07'
                        title: The Expendables 3
                        video: false
                        vote_average: 6.2
                        vote_count: 4965
                      - adult: false
                        backdrop_path: /kT8orKwz2bmRdHBLnG44yucYtFy.jpg
                        character: Phil Broker
                        credit_id: 52fe4cecc3a368484e1cd19f
                        genre_ids:
                          - 28
                          - 53
                        id: 204082
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Homefront
                        overview: >-
                          Phil Broker is a former DEA agent who has gone through
                          a crisis after his action against a biker gang went
                          horribly wrong and it cost the life of his boss' son.
                          He is recently widowed and is left with a 9-years-old
                          daughter, Maddy. He decides to quit the turbulent and
                          demanding life of thrill for Maddy's sake and retires
                          to a small town. His daughter fights off a boy who was
                          bullying her at school and this sets in motion a round
                          of events that end in his direct confrontation with
                          the local Meth drug lord. His past history with the
                          biker gang also enters the arena, making matters more
                          complex. But he has a mission in his mind to protect
                          his daughter and he is ready to pay any cost that it
                          demands.
                        popularity: 48.114
                        poster_path: /6pF8D9bDIAmuHgCqGKEfuNWRQam.jpg
                        release_date: '2013-11-12'
                        title: Homefront
                        video: false
                        vote_average: 6.945
                        vote_count: 3492
                      - adult: false
                        backdrop_path: /a0jJMlI1Nw83EXaYmN0QHuccRXm.jpg
                        character: Rick Ford
                        credit_id: 52fe4e83c3a36847f82953ad
                        genre_ids:
                          - 28
                          - 35
                          - 80
                        id: 238713
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Spy
                        overview: >-
                          A desk-bound CIA analyst volunteers to go undercover
                          to infiltrate the world of a deadly arms dealer, and
                          prevent diabolical global disaster.
                        popularity: 31.735
                        poster_path: /6On9Ed52fz8W1h9PzaDQ12ZfHdn.jpg
                        release_date: '2015-05-06'
                        title: Spy
                        video: false
                        vote_average: 6.8
                        vote_count: 5991
                      - adult: false
                        backdrop_path: /nrDDTgU0tAHVlwCQ02cUWlPGtiQ.jpg
                        character: Man in Airport
                        credit_id: 531e073cc3a3685c37008875
                        genre_ids:
                          - 18
                          - 80
                          - 53
                        id: 1538
                        media_type: movie
                        order: 61
                        original_language: en
                        original_title: Collateral
                        overview: >-
                          Cab driver Max picks up a man who offers him $600 to
                          drive him around. But the promise of easy money sours
                          when Max realizes his fare is an assassin.
                        popularity: 27.896
                        poster_path: /nV5316WUsVij8sVXLCF1g7TFitg.jpg
                        release_date: '2004-08-04'
                        title: Collateral
                        video: false
                        vote_average: 7.228
                        vote_count: 5595
                      - adult: false
                        backdrop_path: /4XM8DUTQb3lhLemJC51Jx4a2EuA.jpg
                        character: Deckard Shaw
                        credit_id: 62ab7a9435a61e0062082a1b
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 385687
                        media_type: movie
                        order: 14
                        original_language: en
                        original_title: Fast X
                        overview: >-
                          Over many missions and against impossible odds, Dom
                          Toretto and his family have outsmarted, out-nerved and
                          outdriven every foe in their path. Now, they confront
                          the most lethal opponent they've ever faced: A
                          terrifying threat emerging from the shadows of the
                          past who's fueled by blood revenge, and who is
                          determined to shatter this family and destroy
                          everything—and everyone—that Dom loves, forever.
                        popularity: 234.276
                        poster_path: /fiVW06jE7z9YnO4trhaMEdclSiC.jpg
                        release_date: '2023-05-17'
                        title: Fast X
                        video: false
                        vote_average: 7.1
                        vote_count: 5631
                      - adult: false
                        backdrop_path: /9Xna1fmRkTyAfMSonokrwblYXUS.jpg
                        character: Nick Wild
                        credit_id: 534febb30e0a267eaf00109a
                        genre_ids:
                          - 53
                          - 80
                          - 28
                        id: 265208
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Wild Card
                        overview: >-
                          When a Las Vegas bodyguard with lethal skills and a
                          gambling problem gets in trouble with the mob, he has
                          one last play… and it's all or nothing.
                        popularity: 49.094
                        poster_path: /zN80Tlly8oMpKbVJv2TfRIj8dHG.jpg
                        release_date: '2015-01-14'
                        title: Wild Card
                        video: false
                        vote_average: 5.669
                        vote_count: 1770
                      - adult: false
                        backdrop_path: null
                        character: Levon Cade
                        credit_id: 653c591c519bbb00fe5be666
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 1197306
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Working Man
                        overview: >-
                          Levon Cade has left his profession behind him to go
                          ‘straight’ and work in construction. He wants to live
                          a simple life and be a good father to his daughter.
                          But when his boss’s teenage daughter Jenny vanishes,
                          he’s called upon to re-employ the skills that made him
                          a legendary figure in the shadowy world of black ops.
                          His hunt for the missing college student takes him
                          deep into the heart of a sinister criminal conspiracy
                          creating a chain reaction that will threaten his new
                          way of life.
                        popularity: 11.296
                        poster_path: null
                        release_date: '2025-03-28'
                        title: A Working Man
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 655f52d124418200ebe34a0e
                        genre_ids:
                          - 99
                        id: 165000
                        media_type: movie
                        order: 14
                        original_language: en
                        original_title: Direct Your Own Damn Movie!
                        overview: >-
                          Legendary director Lloyd Kaufman, President of Troma
                          Entertainment and Creator of the Toxic Avenger,
                          reveals 40 years worth of maverick cinematic know-how
                          in Direct Your Own Damn Movie! Lloyd offers you the
                          magic key to operating outside the film studio system
                          as well as providing you with the roadmap to script
                          writing, pre-production, casting, managing your set,
                          post-production and the secrets of selling you movie!
                        popularity: 1.168
                        poster_path: /76InRyePJcjLIbfTs51ToPThrzQ.jpg
                        release_date: '2009-05-19'
                        title: Direct Your Own Damn Movie!
                        video: true
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /cHkhb5A4gQRK6zs6Pv7zorHs8Nk.jpg
                        character: Deckard Shaw
                        credit_id: 5431dfc70e0a265872002bd5
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 168259
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Furious 7
                        overview: >-
                          Deckard Shaw seeks revenge against Dominic Toretto and
                          his family for his comatose brother.
                        popularity: 93.307
                        poster_path: /wurKlC3VKUgcfsn0K51MJYEleS2.jpg
                        release_date: '2015-04-01'
                        title: Furious 7
                        video: false
                        vote_average: 7.232
                        vote_count: 10620
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6373dc9268ff70007c2a6ab3
                        genre_ids:
                          - 99
                        id: 1048938
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: 'Red Desert Nights: Making Ghosts of Mars'
                        overview: >-
                          Documentary about the making of John Carpenter's
                          sci-fi horror movie, Ghosts of Mars.
                        popularity: 1.64
                        poster_path: /57aEOQ2VHPMfXQqDOVbtYgPBByE.jpg
                        release_date: '2001-12-04'
                        title: 'Red Desert Nights: Making Ghosts of Mars'
                        video: true
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /awuUwOAGCPqC4mIDQmeKdPiiLR5.jpg
                        character: Deckard Shaw
                        credit_id: 5595cbda9251414e06000173
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 337339
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Fate of the Furious
                        overview: >-
                          When a mysterious woman seduces Dom into the world of
                          crime and a betrayal of those closest to him, the crew
                          face trials that will test them as never before.
                        popularity: 83.028
                        poster_path: /dImWM7GJqryWJO9LHa3XQ8DD5NH.jpg
                        release_date: '2017-04-12'
                        title: The Fate of the Furious
                        video: false
                        vote_average: 6.9
                        vote_count: 10269
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 55e75eda9251416c120008b8
                        genre_ids:
                          - 99
                        id: 357659
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Making 'Snatch'
                        overview: The making of Guy Ritchie's 'Snatch'.
                        popularity: 2.371
                        poster_path: /hDpAqVdBVAjRepOHGn1EngI8FSH.jpg
                        release_date: '2001-07-03'
                        title: Making 'Snatch'
                        video: false
                        vote_average: 6.222
                        vote_count: 18
                      - adult: false
                        backdrop_path: /eca3tlO1vtnua8LUK70ISDMYcwF.jpg
                        character: Self (archive footage) (uncredited)
                        credit_id: 660c19429c97bd017ca538b4
                        genre_ids:
                          - 99
                        id: 1146302
                        media_type: movie
                        order: 41
                        original_language: en
                        original_title: Sly
                        overview: >-
                          His love of film began as an escape from a rocky
                          childhood. From underdog to Hollywood legend,
                          Sylvester Stallone tells his story in this
                          documentary.
                        popularity: 11.944
                        poster_path: /1utWajLPvv1R9ZwkD98s2ZEngS.jpg
                        release_date: '2023-09-16'
                        title: Sly
                        video: false
                        vote_average: 7.253
                        vote_count: 174
                      - adult: false
                        backdrop_path: /xO21Nwgzu3ssa9L5zhTWCxGcSE9.jpg
                        character: Narrator (voice)
                        credit_id: 6609d0321f98d1017cb2ecdf
                        genre_ids:
                          - 99
                        id: 111192
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Truth In 24 II: Every Second Counts'
                        overview: >-
                          The film TRUTH IN 24 II documents the tenth and
                          arguably most emotional triumph of the brand with the
                          four rings at this sports car classic. After two Audi
                          R18 TDI cars have retired following spectacular
                          accidents, the remaining Audi fights a dramatic battle
                          for overall victory with the three Peugeot 908 cars
                          which the Audi trio ultimately decides in its favor
                          with a narrow margin of 13 seconds. The film captures
                          the entire drama of the fourth-narrowest running of
                          the Le Mans 24 Hours with intimate insights into the
                          team of Audi Sport and breath-taking pictures.
                        popularity: 1.871
                        poster_path: /7sycIw5sg6zqHzdI8DColwDjTdI.jpg
                        release_date: '2012-05-22'
                        title: 'Truth In 24 II: Every Second Counts'
                        video: false
                        vote_average: 7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /w3LLngJIAA1R7Mp2S3G0HZl2R3H.jpg
                        character: Tybalt (voice)
                        credit_id: 6609d0821d78f201638a3104
                        genre_ids:
                          - 16
                          - 10751
                        id: 45772
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: Gnomeo & Juliet
                        overview: >-
                          A version of Shakespeare's play, set in the world of
                          warring indoor and outdoor gnomes. Garden gnomes
                          Gnomeo and Juliet have as many obstacles to overcome
                          as their quasi namesakes when they are caught up in a
                          feud between neighbors. But with plastic pink
                          flamingos and lawnmower races in the mix, can this
                          young couple find lasting happiness?
                        popularity: 16.661
                        poster_path: /vVQwgfS9gSFviVT4gS7tZAmhRFc.jpg
                        release_date: '2011-01-13'
                        title: Gnomeo & Juliet
                        video: false
                        vote_average: 5.9
                        vote_count: 1945
                      - adult: false
                        backdrop_path: /AcLne9m4VRaGzXK0Lrp4Ll0fB1r.jpg
                        character: Self (archive footage)
                        credit_id: 660e9e5d95ce24017d70548e
                        genre_ids:
                          - 99
                          - 10770
                        id: 1103705
                        media_type: movie
                        order: 18
                        original_language: fr
                        original_title: Jean-Claude Van Damme, coup sur coup
                        overview: >-
                          An American low-budget action film celebrated an
                          unexpected worldwide success in 1988: "Bloodsport".
                          With its, the world of film fans and martial arts
                          cinema discovered a new idol: Jean-Claude Van Damme.
                          In the 1970s there was Bruce Lee, but at the end of
                          the 1980s a Belgian won the day. Van Damme was a
                          karate master and had unparalleled strength and
                          flexibility. For ten years he was one of Hollywood's
                          hottest action stars. But excessive overconfidence and
                          drugs bring him down again. At home in Europe he
                          becomes a laughing stock on talk shows. Only with
                          "JCVD" does he manage to get back on his feet, playing
                          his character with perspective and self-irony, but
                          without ever giving up the reputation that his action
                          films brought him and which has been a cult for
                          several generations. The highs and lows of his
                          eventful life are told through archive footage and
                          contributions from people close to the popular Belgian
                          actor.
                        popularity: 10.026
                        poster_path: /1UrweOtMOmXGuYWIpz56sOtjDGA.jpg
                        release_date: '2023-03-17'
                        title: 'Jean-Claude van Damme: Karate King'
                        video: false
                        vote_average: 7
                        vote_count: 20
                      - adult: false
                        backdrop_path: /fkusvXDXftMJDVo6PFIwrnDqfQT.jpg
                        character: Cole Reed
                        credit_id: 663e7d142febf9aa5ea9a4e0
                        genre_ids:
                          - 28
                          - 53
                        id: 1288445
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Mutiny
                        overview: >-
                          After his billionaire industrialist boss is murdered
                          in front of him, Cole Reed is set up to take the fall
                          for the crime — leaving him on the run as he works to
                          uncover an international conspiracy.
                        popularity: 1.638
                        poster_path: null
                        release_date: ''
                        title: Mutiny
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Mason
                        credit_id: 6644bfb8184f8262732423ef
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 1290821
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Untitled Baltasar Kormákur/Jason Statham movie
                        overview: >-
                          Statham will play the character Mason who lives in
                          isolation on a remote island of Scotland. His life is
                          upended when he rescues a girl from the ocean in a
                          terrible storm which brings on the unforeseen chain of
                          events forcing him to confront his past.
                        popularity: 4.189
                        poster_path: null
                        release_date: ''
                        title: Untitled Baltasar Kormákur/Jason Statham movie
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ibKeXahq4JD63z6uWQphqoJLvNw.jpg
                        character: Jonas Taylor
                        credit_id: 573b72f79251414e3400002b
                        genre_ids:
                          - 28
                          - 878
                          - 27
                        id: 345940
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Meg
                        overview: >-
                          A deep sea submersible pilot revisits his past fears
                          in the Mariana Trench, and accidentally unleashes the
                          seventy foot ancestor of the Great White Shark
                          believed to be extinct.
                        popularity: 77.694
                        poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg
                        release_date: '2018-08-09'
                        title: The Meg
                        video: false
                        vote_average: 6.253
                        vote_count: 7643
                      - adult: false
                        backdrop_path: /8U9yGCSAhzSDnVUmIQpFMOIBc6q.jpg
                        character: Arthur Bishop
                        credit_id: 57cdc61dc3a36867dd000291
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 278924
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Mechanic: Resurrection'
                        overview: >-
                          Arthur Bishop thought he had put his murderous past
                          behind him when his most formidable foe kidnaps the
                          love of his life. Now he is forced to travel the globe
                          to complete three impossible assassinations, and do
                          what he does best, make them look like accidents.
                        popularity: 36.55
                        poster_path: /h651SE7s5z9hbKDiwn38Iubkz5w.jpg
                        release_date: '2016-08-25'
                        title: 'Mechanic: Resurrection'
                        video: false
                        vote_average: 6.018
                        vote_count: 3355
                      - adult: false
                        backdrop_path: /hpgda6P9GutvdkDX5MUJ92QG9aj.jpg
                        character: Deckard Shaw
                        credit_id: 59e392f49251410b67000243
                        genre_ids:
                          - 28
                          - 12
                          - 35
                        id: 384018
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Fast & Furious Presents: Hobbs & Shaw'
                        overview: >-
                          Ever since US Diplomatic Security Service Agent Hobbs
                          and lawless outcast Shaw first faced off, they just
                          have traded smack talk and body blows. But when
                          cyber-genetically enhanced anarchist Brixton's
                          ruthless actions threaten the future of humanity, they
                          join forces to defeat him.
                        popularity: 107.257
                        poster_path: /qRyy2UmjC5ur9bDi3kpNNRCc5nc.jpg
                        release_date: '2019-08-01'
                        title: 'Fast & Furious Presents: Hobbs & Shaw'
                        video: false
                        vote_average: 6.86
                        vote_count: 7197
                      - adult: false
                        backdrop_path: /70AV2Xx5FQYj20labp0EGdbjI6E.jpg
                        character: H
                        credit_id: 5d9b8d9135a61e002223556d
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 637649
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Wrath of Man
                        overview: >-
                          A cold and mysterious new security guard for a Los
                          Angeles cash truck company surprises his co-workers
                          when he unleashes precision skills during a heist. The
                          crew is left wondering who he is and where he came
                          from. Soon, the marksman's ultimate motive becomes
                          clear as he takes dramatic and irrevocable steps to
                          settle a score.
                        popularity: 116.439
                        poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg
                        release_date: '2021-04-22'
                        title: Wrath of Man
                        video: false
                        vote_average: 7.6
                        vote_count: 5325
                      - adult: false
                        backdrop_path: /sNnPbPopZxGO3s7Hd5qcqoMyLXl.jpg
                        character: Orson Fortune
                        credit_id: 5f5162b75aadc400346644d5
                        genre_ids:
                          - 28
                          - 53
                          - 35
                          - 12
                        id: 739405
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Operation Fortune: Ruse de Guerre'
                        overview: >-
                          Special agent Orson Fortune and his team of operatives
                          recruit one of Hollywood's biggest movie stars to help
                          them on an undercover mission when the sale of a
                          deadly new weapons technology threatens to disrupt the
                          world order.
                        popularity: 69.07
                        poster_path: /uo7vWfQUlVwueYTDRicXOJa8Oow.jpg
                        release_date: '2023-01-04'
                        title: 'Operation Fortune: Ruse de Guerre'
                        video: false
                        vote_average: 6.5
                        vote_count: 1530
                      - adult: false
                        backdrop_path: /m10v2akkOffv5YE9EUwc1PHknvg.jpg
                        character: Yves Gluant (uncredited)
                        credit_id: 5f56da4c9d89390036d2d4f3
                        genre_ids:
                          - 35
                          - 9648
                          - 80
                          - 12
                          - 10751
                        id: 12096
                        media_type: movie
                        order: 50
                        original_language: en
                        original_title: The Pink Panther
                        overview: >-
                          When the coach of the France soccer team is killed by
                          a poisoned dart in the stadium in the end of a game,
                          and his expensive and huge ring with the diamond Pink
                          Panther disappears, the ambitious Chief Inspector
                          Dreyfus assigns the worst police inspector Jacques
                          Clouseau to the case.
                        popularity: 20.699
                        poster_path: /57ViRkdsddHLK32W8Nf3ZPLSAu4.jpg
                        release_date: '2006-02-10'
                        title: The Pink Panther
                        video: false
                        vote_average: 5.8
                        vote_count: 1915
                      - adult: false
                        backdrop_path: /5mzr6JZbrqnqD8rCEvPhuCE5Fw2.jpg
                        character: Jonas Taylor
                        credit_id: 5f93b1997719d751dbe9160c
                        genre_ids:
                          - 28
                          - 878
                          - 27
                        id: 615656
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Meg 2: The Trench'
                        overview: >-
                          An exploratory dive into the deepest depths of the
                          ocean of a daring research team spirals into chaos
                          when a malevolent mining operation threatens their
                          mission and forces them into a high-stakes battle for
                          survival.
                        popularity: 90.711
                        poster_path: /4m1Au3YkjqsxF8iwQy0fPYSxE0h.jpg
                        release_date: '2023-08-02'
                        title: 'Meg 2: The Trench'
                        video: false
                        vote_average: 6.472
                        vote_count: 3431
                      - adult: false
                        backdrop_path: /xDp29MSWa7O3ROC13r6dPTFnREJ.jpg
                        character: Deckard Shaw (uncredited)
                        credit_id: 60b14275945c20005810a7b6
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 82992
                        media_type: movie
                        order: 44
                        original_language: en
                        original_title: Fast & Furious 6
                        overview: >-
                          Hobbs has Dominic and Brian reassemble their crew to
                          take down a team of mercenaries; Dominic unexpectedly
                          gets sidetracked with facing his presumed deceased
                          girlfriend, Letty.
                        popularity: 11.259
                        poster_path: /thSmnRdrzPBBospIOJjLZBReqzo.jpg
                        release_date: '2013-05-21'
                        title: Fast & Furious 6
                        video: false
                        vote_average: 6.82
                        vote_count: 10574
                      - adult: false
                        backdrop_path: /xXHZeb1yhJvnSHPzZDqee0zfMb6.jpg
                        character: Deckard Shaw (uncredited)
                        credit_id: 60c133baf18ce70029732901
                        genre_ids:
                          - 28
                          - 12
                          - 80
                        id: 385128
                        media_type: movie
                        order: 43
                        original_language: en
                        original_title: F9
                        overview: >-
                          Dominic Toretto and his crew battle the most skilled
                          assassin and high-performance driver they've ever
                          encountered: his forsaken brother.
                        popularity: 51.969
                        poster_path: /deEmLILTPejEb6OGsXRJ5MCvyDW.jpg
                        release_date: '2021-05-19'
                        title: F9
                        video: false
                        vote_average: 7.068
                        vote_count: 7213
                      - adult: false
                        backdrop_path: /rMvPXy8PUjj1o8o1pzgQbdNCsvj.jpg
                        character: Lee Christmas
                        credit_id: 612d117104b596002a689d40
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 299054
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Expend4bles
                        overview: >-
                          Armed with every weapon they can get their hands on
                          and the skills to use them, The Expendables are the
                          world’s last line of defense and the team that gets
                          called when all other options are off the table. But
                          new team members with new styles and tactics are going
                          to give “new blood” a whole new meaning.
                        popularity: 92.095
                        poster_path: /iwsMu0ehRPbtaSxqiaUDQB9qMWT.jpg
                        release_date: '2023-09-15'
                        title: Expend4bles
                        video: false
                        vote_average: 6.172
                        vote_count: 1549
                      - adult: false
                        backdrop_path: /tL8fzn7JaBzRJKsE1W6GrVxmMQj.jpg
                        character: Adam Clay
                        credit_id: 6129889455c92600639df293
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 866398
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Beekeeper
                        overview: >-
                          One man's campaign for vengeance takes on national
                          stakes after he is revealed to be a former operative
                          of a powerful and clandestine organization known as
                          Beekeepers.
                        popularity: 138.014
                        poster_path: /A7EByudX0eOzlkQ2FIbogzyazm2.jpg
                        release_date: '2024-01-08'
                        title: The Beekeeper
                        video: false
                        vote_average: 7.3
                        vote_count: 3151
                      - adult: false
                        backdrop_path: null
                        character: Deckard Shaw
                        credit_id: 67475eee64f7e203eab18ac9
                        genre_ids:
                          - 28
                        id: 1394441
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Fast & Furious Presents: Hobbs & Shaw 2'
                        overview: In development.
                        popularity: 2.421
                        poster_path: null
                        release_date: ''
                        title: 'Fast & Furious Presents: Hobbs & Shaw 2'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Santa's stunt double
                        credit_id: 674b04a1e2df00a3bb784ee8
                        genre_ids:
                          - 28
                          - 35
                        id: 1395562
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'World of Tanks: Holiday Ops'
                        overview: >-
                          Jason Statham comes in to save the day as Santa's
                          stunt double.
                        popularity: 2.174
                        poster_path: /xW6L0PjzSg1F9uBFHRspfpW47gX.jpg
                        release_date: '2024-11-29'
                        title: 'World of Tanks: Holiday Ops'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg
                        character: ''
                        credit_id: 5257089f760ee3776a0455cc
                        episode_count: 1
                        first_air_date: '2003-01-26'
                        genre_ids:
                          - 10767
                          - 35
                        id: 1489
                        media_type: tv
                        name: Jimmy Kimmel Live!
                        origin_country:
                          - US
                        original_language: en
                        original_name: Jimmy Kimmel Live!
                        overview: >-
                          Jimmy Kimmel Live! is an American late-night talk
                          show, created and hosted by Jimmy Kimmel and broadcast
                          on ABC.
                        popularity: 109.676
                        poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg
                        vote_average: 5.5
                        vote_count: 160
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571afb19c29571140d6d34
                        episode_count: 1
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        media_type: tv
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 159.256
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.2
                        vote_count: 38
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573c5f760ee36aaa0306a9
                        episode_count: 1
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        media_type: tv
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 120.015
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52586e2b760ee346611efed4
                        episode_count: 1
                        first_air_date: '2003-06-23'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22271
                        media_type: tv
                        name: The New Tom Green Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The New Tom Green Show
                        overview: >-
                          The Tom Green Show is a North American television
                          show, created by and starring Canadian comedian Tom
                          Green, that first aired in September 1994. The series
                          aired on Rogers Television 22, a community channel in
                          Ottawa, Ontario, until 1996, when it was picked up by
                          The Comedy Network. The second season began airing on
                          December 4, 1998. (In 1996, Tom Green also produced a
                          pilot episode for CBC Television, although the CBC did
                          not pick up the series.)


                          In January 1999, the show moved to the United States
                          and aired on MTV. The series stopped production in
                          March 2000, due to Green's diagnosis of testicular
                          cancer, but continued to appear on the channel via
                          reruns and other promotional materials. In 2002, it
                          was ranked #41 on TV Guide's 50 Worst TV Shows of All
                          Time. In 2003, the show was revived as The New Tom
                          Green Show. In 2006, Green launched Tom Green Live, a
                          live call-in show for his website, which was later
                          renamed Tom Green's House Tonight.
                        popularity: 22.448
                        poster_path: null
                        vote_average: 4.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg
                        character: Self
                        credit_id: 525899cf760ee346615d9c7e
                        episode_count: 1
                        first_air_date: '2009-09-14'
                        genre_ids:
                          - 10767
                        id: 30769
                        media_type: tv
                        name: Live from Studio Five
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Live from Studio Five
                        overview: >-
                          Live from Studio Five was an early-evening British
                          magazine programme which was produced by Sky News for
                          Channel 5. It was presented by Kate Walsh and a
                          line-up of other co-presenters during its run. It
                          consisted of interviews and discussing topical issues,
                          with an emphasis on showbusiness news and celebrity
                          gossip, after originally covering stories from a
                          popular news agenda. It aired its final edition on 4
                          February 2011 and was replaced by OK! TV in February
                          2011 which lasted just nine months on air before
                          itself being axed.
                        popularity: 2.848
                        poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg
                        vote_average: 3.3
                        vote_count: 12
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: ''
                        credit_id: 62c85e2990b87e00f4d7bc30
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 377.107
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.835
                        vote_count: 315
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: /tL8fzn7JaBzRJKsE1W6GrVxmMQj.jpg
                        credit_id:
                          type: string
                          example: 621353ffdfe31d006e38861b
                        department:
                          type: string
                          example: Production
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 80
                          example:
                            - 80
                            - 28
                            - 53
                        id:
                          type: number
                          example: 866398
                        job:
                          type: string
                          example: Producer
                        media_type:
                          type: string
                          example: movie
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: The Beekeeper
                        overview:
                          type: string
                          example: >-
                            One man's campaign for vengeance takes on national
                            stakes after he is revealed to be a former operative
                            of a powerful and clandestine organization known as
                            Beekeepers.
                        popularity:
                          type: number
                          example: 138.014
                        poster_path:
                          type: string
                          nullable: true
                          example: /A7EByudX0eOzlkQ2FIbogzyazm2.jpg
                        release_date:
                          type: string
                          example: '2024-01-08'
                        title:
                          type: string
                          example: The Beekeeper
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.3
                        vote_count:
                          type: number
                          example: 3151
                    example:
                      - adult: false
                        backdrop_path: /tL8fzn7JaBzRJKsE1W6GrVxmMQj.jpg
                        credit_id: 621353ffdfe31d006e38861b
                        department: Production
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 866398
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Beekeeper
                        overview: >-
                          One man's campaign for vengeance takes on national
                          stakes after he is revealed to be a former operative
                          of a powerful and clandestine organization known as
                          Beekeepers.
                        popularity: 138.014
                        poster_path: /A7EByudX0eOzlkQ2FIbogzyazm2.jpg
                        release_date: '2024-01-08'
                        title: The Beekeeper
                        video: false
                        vote_average: 7.3
                        vote_count: 3151
                      - adult: false
                        backdrop_path: /sNnPbPopZxGO3s7Hd5qcqoMyLXl.jpg
                        credit_id: 60b09b0af29d66005750cb52
                        department: Production
                        genre_ids:
                          - 28
                          - 53
                          - 35
                          - 12
                        id: 739405
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Operation Fortune: Ruse de Guerre'
                        overview: >-
                          Special agent Orson Fortune and his team of operatives
                          recruit one of Hollywood's biggest movie stars to help
                          them on an undercover mission when the sale of a
                          deadly new weapons technology threatens to disrupt the
                          world order.
                        popularity: 69.07
                        poster_path: /uo7vWfQUlVwueYTDRicXOJa8Oow.jpg
                        release_date: '2023-01-04'
                        title: 'Operation Fortune: Ruse de Guerre'
                        video: false
                        vote_average: 6.5
                        vote_count: 1530
                      - adult: false
                        backdrop_path: /rMvPXy8PUjj1o8o1pzgQbdNCsvj.jpg
                        credit_id: 612d128ea13533004213ffd3
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 299054
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Expend4bles
                        overview: >-
                          Armed with every weapon they can get their hands on
                          and the skills to use them, The Expendables are the
                          world’s last line of defense and the team that gets
                          called when all other options are off the table. But
                          new team members with new styles and tactics are going
                          to give “new blood” a whole new meaning.
                        popularity: 92.095
                        poster_path: /iwsMu0ehRPbtaSxqiaUDQB9qMWT.jpg
                        release_date: '2023-09-15'
                        title: Expend4bles
                        video: false
                        vote_average: 6.172
                        vote_count: 1549
                      - adult: false
                        backdrop_path: null
                        credit_id: 653c5795bc2cb3014d4a2b93
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 1197306
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: A Working Man
                        overview: >-
                          Levon Cade has left his profession behind him to go
                          ‘straight’ and work in construction. He wants to live
                          a simple life and be a good father to his daughter.
                          But when his boss’s teenage daughter Jenny vanishes,
                          he’s called upon to re-employ the skills that made him
                          a legendary figure in the shadowy world of black ops.
                          His hunt for the missing college student takes him
                          deep into the heart of a sinister criminal conspiracy
                          creating a chain reaction that will threaten his new
                          way of life.
                        popularity: 11.296
                        poster_path: null
                        release_date: '2025-03-28'
                        title: A Working Man
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /fkusvXDXftMJDVo6PFIwrnDqfQT.jpg
                        credit_id: 663e7dd8ec544462166cc059
                        department: Production
                        genre_ids:
                          - 28
                          - 53
                        id: 1288445
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Mutiny
                        overview: >-
                          After his billionaire industrialist boss is murdered
                          in front of him, Cole Reed is set up to take the fall
                          for the crime — leaving him on the run as he works to
                          uncover an international conspiracy.
                        popularity: 1.638
                        poster_path: null
                        release_date: ''
                        title: Mutiny
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6644c0757509698a011c7e29
                        department: Production
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 1290821
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Untitled Baltasar Kormákur/Jason Statham movie
                        overview: >-
                          Statham will play the character Mason who lives in
                          isolation on a remote island of Scotland. His life is
                          upended when he rescues a girl from the ocean in a
                          terrible storm which brings on the unforeseen chain of
                          events forcing him to confront his past.
                        popularity: 4.189
                        poster_path: null
                        release_date: ''
                        title: Untitled Baltasar Kormákur/Jason Statham movie
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /5mzr6JZbrqnqD8rCEvPhuCE5Fw2.jpg
                        credit_id: 64598c7d1b70ae01260c9b54
                        department: Production
                        genre_ids:
                          - 28
                          - 878
                          - 27
                        id: 615656
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Meg 2: The Trench'
                        overview: >-
                          An exploratory dive into the deepest depths of the
                          ocean of a daring research team spirals into chaos
                          when a malevolent mining operation threatens their
                          mission and forces them into a high-stakes battle for
                          survival.
                        popularity: 90.711
                        poster_path: /4m1Au3YkjqsxF8iwQy0fPYSxE0h.jpg
                        release_date: '2023-08-02'
                        title: 'Meg 2: The Trench'
                        video: false
                        vote_average: 6.472
                        vote_count: 3431
                      - adult: false
                        backdrop_path: /hpgda6P9GutvdkDX5MUJ92QG9aj.jpg
                        credit_id: 5d459be3a0be280016a2c11f
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 35
                        id: 384018
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Fast & Furious Presents: Hobbs & Shaw'
                        overview: >-
                          Ever since US Diplomatic Security Service Agent Hobbs
                          and lawless outcast Shaw first faced off, they just
                          have traded smack talk and body blows. But when
                          cyber-genetically enhanced anarchist Brixton's
                          ruthless actions threaten the future of humanity, they
                          join forces to defeat him.
                        popularity: 107.257
                        poster_path: /qRyy2UmjC5ur9bDi3kpNNRCc5nc.jpg
                        release_date: '2019-08-01'
                        title: 'Fast & Furious Presents: Hobbs & Shaw'
                        video: false
                        vote_average: 6.86
                        vote_count: 7197
                  id:
                    type: number
                    example: 976
              examples:
                Combined credits:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: /cXQH2u7wUIX1eoIdEj51kHXoWhX.jpg
                        character: Bacon
                        credit_id: 52fe4217c3a36847f8003607
                        genre_ids:
                          - 35
                          - 80
                        id: 100
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Lock, Stock and Two Smoking Barrels
                        overview: >-
                          A card shark and his unwillingly-enlisted friends need
                          to make a lot of cash quick after losing a sketchy
                          poker match. To do this they decide to pull a heist on
                          a small-time gang who happen to be operating out of
                          the flat next door.
                        popularity: 11.695
                        poster_path: /wt2TRBmFmBn5M5MBcPTwovlREaB.jpg
                        release_date: '1998-08-28'
                        title: Lock, Stock and Two Smoking Barrels
                        video: false
                        vote_average: 8.119
                        vote_count: 6586
                      - adult: false
                        backdrop_path: /32V4uHVRU2fbDsQl1dsYsZm3uba.jpg
                        character: Turkish
                        credit_id: 52fe4218c3a36847f8003be1
                        genre_ids:
                          - 80
                          - 35
                        id: 107
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Snatch
                        overview: >-
                          Unscrupulous boxing promoters, violent bookmakers, a
                          Russian gangster, incompetent amateur robbers and
                          supposedly Jewish jewelers fight to track down a
                          priceless stolen diamond.
                        popularity: 36.418
                        poster_path: /8KSDI7ijEv7QVZdIyrLw5Gnhhr8.jpg
                        release_date: '2000-09-01'
                        title: Snatch
                        video: false
                        vote_average: 7.8
                        vote_count: 9043
                      - adult: false
                        backdrop_path: /anSbunnEMI0TSmizqUSRACoe18l.jpg
                        character: Sgt. Jericho Butler
                        credit_id: 52fe43089251416c75000d79
                        genre_ids:
                          - 28
                          - 27
                          - 878
                        id: 10016
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Ghosts of Mars
                        overview: >-
                          In 2176, a Martian police unit is sent to pick up a
                          highly dangerous criminal at a remote mining post.
                          Upon arrival, the cops find the post deserted and
                          something far more dangerous than any criminal — the
                          original inhabitants of Mars, hellbent on getting
                          their planet back.
                        popularity: 11.981
                        poster_path: /i2zztssCIbahGES1fdfWFmDXian.jpg
                        release_date: '2001-08-24'
                        title: Ghosts of Mars
                        video: false
                        vote_average: 5.113
                        vote_count: 1082
                      - adult: false
                        backdrop_path: /5M187YumwzNjEdc4AH14dl9yAeB.jpg
                        character: Farmer
                        credit_id: 52fe434dc3a36847f8049e1d
                        genre_ids:
                          - 12
                          - 14
                          - 28
                          - 18
                        id: 2312
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'In the Name of the King: A Dungeon Siege Tale'
                        overview: >-
                          A man named Farmer sets out to rescue his kidnapped
                          wife and avenge the death of his son – two acts
                          committed by the Krugs, a race of animal-warriors who
                          are controlled by the evil Gallian.
                        popularity: 17.964
                        poster_path: /bbN1lmDk1PT0GsTFCy179sk5nIF.jpg
                        release_date: '2007-11-29'
                        title: 'In the Name of the King: A Dungeon Siege Tale'
                        video: false
                        vote_average: 4.749
                        vote_count: 835
                      - adult: false
                        backdrop_path: /uugYtn4SLdKBYgAobqhGpdWavxP.jpg
                        character: Chev Chelios
                        credit_id: 52fe4325c3a36847f803dc2b
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 1948
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Crank
                        overview: >-
                          Chev Chelios, a hit man wanting to go straight, lets
                          his latest target slip away. Then he awakes the next
                          morning to a phone call that informs him he has been
                          poisoned and has only an hour to live unless he keeps
                          adrenaline coursing through his body while he searches
                          for an antidote.
                        popularity: 42.095
                        poster_path: /rsKmhnvzJezjwC1Ud2Hh37oNpdQ.jpg
                        release_date: '2006-08-31'
                        title: Crank
                        video: false
                        vote_average: 6.7
                        vote_count: 3769
                      - adult: false
                        backdrop_path: /b5IB4VGjR818tTNcCLHQCIFwQmW.jpg
                        character: Special Agent Jack Crawford
                        credit_id: 52fe436f9251416c7501035b
                        genre_ids:
                          - 28
                          - 53
                        id: 10431
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: War
                        overview: >-
                          FBI agent Jack Crawford is out for revenge when his
                          partner is killed and all clues point to the
                          mysterious assassin Rogue. But when Rogue turns up
                          years later to take care of some unfinished business,
                          he triggers a violent clash of rival gangs. Will the
                          truth come out before it's too late? And when the dust
                          settles, who will remain standing?
                        popularity: 23.82
                        poster_path: /scFc8RD4sFxB2x0eIOaymphMnYh.jpg
                        release_date: '2007-08-24'
                        title: War
                        video: false
                        vote_average: 6.4
                        vote_count: 1850
                      - adult: false
                        backdrop_path: /kWt1OcPgwO1ssu57wgTKmq38JYw.jpg
                        character: Frank Martin
                        credit_id: 52fe43adc3a36847f806714f
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 4108
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Transporter
                        overview: >-
                          Former Special Forces officer Frank Martin will
                          deliver anything to anyone for the right price, and
                          his no-questions-asked policy puts him in high demand.
                          But when he realizes his latest cargo is alive, it
                          sets in motion a dangerous chain of events. The bound
                          and gagged Lai is being smuggled to France by a shady
                          American businessman, and Frank works to save her as
                          his own illegal activities are uncovered by a French
                          detective.
                        popularity: 51.127
                        poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg
                        release_date: '2002-10-02'
                        title: The Transporter
                        video: false
                        vote_average: 6.711
                        vote_count: 5321
                      - adult: false
                        backdrop_path: /bSqhsOTMnp0L6xGSHCAArXXURNy.jpg
                        character: Jensen Ames
                        credit_id: 52fe43789251416c75011ac3
                        genre_ids:
                          - 28
                          - 53
                          - 878
                        id: 10483
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Death Race
                        overview: >-
                          Terminal Island, New York: 2020. Overcrowding in the
                          US penal system has reached a breaking point. Prisons
                          have been turned over to a monolithic Weyland
                          Corporation, which sees jails full of thugs as an
                          opportunity for televised sport. Adrenalized inmates,
                          a global audience hungry for violence and a
                          spectacular, enclosed arena come together to form the
                          'Death Race', the biggest, most brutal event.
                        popularity: 44.598
                        poster_path: /5A79GeOb3uChQ0l0ZDjDyODKQp3.jpg
                        release_date: '2008-08-22'
                        title: Death Race
                        video: false
                        vote_average: 6.271
                        vote_count: 3756
                      - adult: false
                        backdrop_path: /e6zpWtK88clHcy40uhj5veiuGlS.jpg
                        character: MVA Agent Evan Funsch
                        credit_id: 52fe43b89251416c7501b909
                        genre_ids:
                          - 28
                          - 878
                          - 53
                        id: 10796
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The One
                        overview: >-
                          A sheriff's deputy fights an alternate universe
                          version of himself who grows stronger with each
                          alternate self he kills.
                        popularity: 23.152
                        poster_path: /gcr3t71KmeXINemMrhaGBGVJPwW.jpg
                        release_date: '2001-11-02'
                        title: The One
                        video: false
                        vote_average: 6.1
                        vote_count: 1568
                      - adult: false
                        backdrop_path: /pt5kVrKrJuMwQq5xZaKpExL2o5Z.jpg
                        character: Jake Green
                        credit_id: 52fe43c39251416c7501d26d
                        genre_ids:
                          - 18
                          - 53
                          - 80
                          - 9648
                        id: 10851
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Revolver
                        overview: >-
                          Hotshot gambler Jake Green is long on bravado and
                          seriously short of common sense. Rarely is he allowed
                          in any casino because he's a bona fide winner and, in
                          fact, has taken so much money over the years that he's
                          the sole client of his accountant elder brother,
                          Billy. Invited to a private game, Jake is in fear of
                          losing his life.
                        popularity: 17.337
                        poster_path: /w9NELY89blLetosxODWpZM9XnBm.jpg
                        release_date: '2005-09-11'
                        title: Revolver
                        video: false
                        vote_average: 6.4
                        vote_count: 1373
                      - adult: false
                        backdrop_path: /rR8c2J0i8j9tEjacHE8xgEDPDUS.jpg
                        character: Det. Quentin Conners
                        credit_id: 52fe4402c3a36847f807d077
                        genre_ids:
                          - 18
                          - 28
                          - 80
                        id: 5289
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Chaos
                        overview: >-
                          In Seattle, detective Quentin Conners is unfairly
                          suspended and his partner Jason York leaves the police
                          force after a tragic shooting on Pearl Street Bridge,
                          when the hostage and the criminal die. During a bank
                          heist with a hostage situation, Conners is assigned in
                          charge of the operation with the rookie Shane Dekker
                          as his partner. The thieves, lead by Lorenz,
                          apparently do not steal a penny from the bank. While
                          chasing the gangsters, the police team disclose that
                          they planted a virus in the system, stealing one
                          billion dollars from the different accounts, using the
                          principle of the Chaos Theory. Further, they find that
                          Lorenz is killing his accomplices.
                        popularity: 13.486
                        poster_path: /8ndnyiOmAkQ8y09kl1Fxj7DiVeo.jpg
                        release_date: '2005-01-17'
                        title: Chaos
                        video: false
                        vote_average: 6.3
                        vote_count: 1040
                      - adult: false
                        backdrop_path: /uqchYxRnt7QRRRPa6Dm5NFigDXW.jpg
                        character: Bateman
                        credit_id: 52fe4481c3a36847f809a32b
                        genre_ids:
                          - 18
                          - 10749
                        id: 7515
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: London
                        overview: >-
                          London is a drug laden adventure that centers on a
                          party in a New York loft where a young man is trying
                          to win back his ex-girlfriend.
                        popularity: 9.486
                        poster_path: /zvNHklUZcrwdN8xpL7Vsqedru5l.jpg
                        release_date: '2005-09-03'
                        title: London
                        video: false
                        vote_average: 6
                        vote_count: 308
                      - adult: false
                        backdrop_path: /ynnarxTMs8jWKV9GK0SpUhGNCgH.jpg
                        character: Terry Leather
                        credit_id: 52fe44c0c3a36847f80a7f49
                        genre_ids:
                          - 53
                          - 80
                          - 18
                        id: 8848
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Bank Job
                        overview: >-
                          Terry is a small-time car dealer trying to leave his
                          shady past behind and start a family. Martine is a
                          beautiful model from Terry's old neighbourhood who
                          knows that Terry is no angel. When Martine proposes a
                          foolproof plan to rob a bank, Terry recognises the
                          danger but realises this may be the opportunity of a
                          lifetime. As the resourceful band of thieves burrows
                          its way into a safe-deposit vault at a Lloyds Bank,
                          they quickly realise that, besides millions in riches,
                          the boxes also contain secrets that implicate everyone
                          from London's most notorious underworld gangsters to
                          powerful government figures, and even the Royal
                          Family. Although the heist makes headlines throughout
                          Britain for several days, a government gag order
                          eventually brings all reporting of the case to an
                          immediate halt.
                        popularity: 20.832
                        poster_path: /bfXjFTytfFTdo9WeO7lYqzkHG7g.jpg
                        release_date: '2008-02-28'
                        title: The Bank Job
                        video: false
                        vote_average: 6.827
                        vote_count: 2310
                      - adult: false
                        backdrop_path: /5KoOfHVSYvnKbCqCxJokTYlPoPP.jpg
                        character: Ethan
                        credit_id: 52fe4527c3a36847f80bf7d3
                        genre_ids:
                          - 28
                          - 53
                          - 18
                          - 80
                        id: 9759
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Cellular
                        overview: >-
                          A young man receives an emergency phone call on his
                          cell phone from an older woman. She claims to have
                          been kidnapped – and the kidnappers have targeted her
                          husband and child next.
                        popularity: 15.379
                        poster_path: /AhD3qVfVmxz5CXDxctXwK5nmrOp.jpg
                        release_date: '2004-09-06'
                        title: Cellular
                        video: false
                        vote_average: 6.384
                        vote_count: 1900
                      - adult: false
                        backdrop_path: /ghgogVFRi60o0sVsRWgpG2r4Sy9.jpg
                        character: Frank Martin
                        credit_id: 52fe44e9c3a36847f80b1521
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 9335
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Transporter 2
                        overview: >-
                          Professional driver, and former Special Forces
                          officer, Frank Martin is living in Miami, where he is
                          temporarily filling in for a friend as the chauffeur
                          for a government narcotics control policy director and
                          his family. The young boy in the family is targeted
                          for kidnapping, and Frank immediately becomes involved
                          in protecting the child and exposing the kidnappers.
                        popularity: 62.942
                        poster_path: /cdm17vK8PxHfTi7ayZf6WKbOgUO.jpg
                        release_date: '2005-08-03'
                        title: Transporter 2
                        video: false
                        vote_average: 6.314
                        vote_count: 3594
                      - adult: false
                        backdrop_path: /sJpbDELfC8VjlRBOOkMJxxWpUg7.jpg
                        character: Lee Christmas
                        credit_id: 52fe4555c3a368484e0541b9
                        genre_ids:
                          - 53
                          - 12
                          - 28
                        id: 27578
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Expendables
                        overview: >-
                          Barney Ross leads a band of highly skilled mercenaries
                          including knife enthusiast Lee Christmas, a martial
                          arts expert Yin Yang, heavy weapons specialist Hale
                          Caesar, demolitionist Toll Road, and a loose-cannon
                          sniper Gunner Jensen. When the group is commissioned
                          by the mysterious Mr. Church to assassinate the
                          dictator of a small South American island, Barney and
                          Lee visit the remote locale to scout out their
                          opposition and discover the true nature of the
                          conflict engulfing the city.
                        popularity: 39.274
                        poster_path: /j09ZkH6R4JWVylBcDai1laCmGw7.jpg
                        release_date: '2010-08-03'
                        title: The Expendables
                        video: false
                        vote_average: 6.2
                        vote_count: 7727
                      - adult: false
                        backdrop_path: /dYb6kgvoGjUH59n2uB4eV9xqmKR.jpg
                        character: Arthur Bishop
                        credit_id: 52fe4556c3a368484e0543fb
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 27582
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Mechanic
                        overview: >-
                          Arthur Bishop is a 'mechanic' - an elite assassin with
                          a strict code requiring professional perfection and
                          total detachment. One of an elite group of assassins,
                          Bishop may be the best in the business - with a unique
                          talent for cleanly eliminating targets. When Harry
                          McKenna, his close friend and mentor, is murdered,
                          Harry's son comes to him with vengeance in his heart
                          and a desire to learn Bishop's trade, signaling the
                          birth of a deadly partnership.
                        popularity: 37.203
                        poster_path: /aVLH8HZIacXMDB8w4d2H0p5RdqR.jpg
                        release_date: '2011-01-13'
                        title: The Mechanic
                        video: false
                        vote_average: 6.524
                        vote_count: 3241
                      - adult: false
                        backdrop_path: /haIHcieOlTlyAUr9cWukqyK5SaU.jpg
                        character: Handsome Rob
                        credit_id: 52fe4517c3a36847f80bbd4b
                        genre_ids:
                          - 28
                          - 80
                        id: 9654
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Italian Job
                        overview: >-
                          Charlie Croker pulled off the crime of a lifetime. The
                          one thing that he didn't plan on was being
                          double-crossed. Along with a drop-dead gorgeous
                          safecracker, Croker and his team take off to re-steal
                          the loot and end up in a pulse-pounding,
                          pedal-to-the-metal chase that careens up, down, above
                          and below the streets of Los Angeles.
                        popularity: 30.557
                        poster_path: /eSkjK4kctyrWpFhxl35GPvSs6tI.jpg
                        release_date: '2003-05-30'
                        title: The Italian Job
                        video: false
                        vote_average: 6.774
                        vote_count: 5507
                      - adult: false
                        backdrop_path: /lXwvQ7JEHm5kaHPVm7QR4mAnOkN.jpg
                        character: Monk
                        credit_id: 52fe4559c3a36847f80c92fb
                        genre_ids:
                          - 35
                          - 18
                        id: 9991
                        media_type: movie
                        order: 11
                        original_language: en
                        original_title: Mean Machine
                        overview: >-
                          Disgraced ex-England football captain, Danny 'Mean
                          Machine' Meehan, is thrown in jail for assaulting two
                          police officers. He keeps his head down and has the
                          opportunity to forget everything and change the lives
                          of the prisoners. When these prisoners have the chance
                          to put one over the evil guards during a prison
                          football match, Danny takes the lead.
                        popularity: 7.561
                        poster_path: /ripTQsmWQJyccK6zB1dajSY3olv.jpg
                        release_date: '2001-12-26'
                        title: Mean Machine
                        video: false
                        vote_average: 6.229
                        vote_count: 571
                      - adult: false
                        backdrop_path: /9h90ga8OYzcHAVHCuwRuFYQQNm.jpg
                        character: Mr. B
                        credit_id: 52fe455ac3a36847f80c973b
                        genre_ids:
                          - 28
                          - 80
                          - 18
                        id: 9995
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Turn It Up
                        overview: >-
                          Trying to bootstrap his way out of Brooklyn's mean
                          streets is Diamond, a rap musician. With his long-time
                          pal Gage acting as his manager, he's trying to lay
                          down a demo tape with cut-rate studio time. To pay the
                          bills, he and Gage run drugs for "Mr. B." Inside a
                          week, Diamond's beloved mother dies suddenly, his
                          father appears after an absence of 12 years and wants
                          a relationship, and his girlfriend Kia tells him she's
                          pregnant, asking him if he's ready to be a father.
                          Gage steals $100,000 in a multiple-felony robbery so
                          that Diamond can record a full album, not knowing it's
                          Mr. B's money he's taken. B wants his money, Diamond
                          wants his music, Tia wants an answer.
                        popularity: 3.272
                        poster_path: /1LqMTyQJnI7IfeDjjGRcDh1vv0r.jpg
                        release_date: '2000-09-06'
                        title: Turn It Up
                        video: false
                        vote_average: 5
                        vote_count: 21
                      - adult: false
                        backdrop_path: /nNbxrSyKUTMVwpnFgnKH9ZV0QZ8.jpg
                        character: Frank Martin
                        credit_id: 52fe45639251416c75054a6b
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 13387
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Transporter 3
                        overview: >-
                          Frank Martin puts the driving gloves on to deliver
                          Valentina, the kidnapped daughter of a Ukranian
                          government official, from Marseilles to Odessa on the
                          Black Sea. En route, he has to contend with thugs who
                          want to intercept Valentina's safe delivery and not
                          let his personal feelings get in the way of his
                          dangerous objective.
                        popularity: 42.565
                        poster_path: /o4w9VF3GRZuXe9NHHvZ07pJespl.jpg
                        release_date: '2008-11-26'
                        title: Transporter 3
                        video: false
                        vote_average: 6.149
                        vote_count: 3356
                      - adult: false
                        backdrop_path: /oTbIfHSLNxi9ihV6SG4K6jZ2PvM.jpg
                        character: Chev Chelios
                        credit_id: 52fe46389251416c7507132b
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 15092
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Crank: High Voltage'
                        overview: >-
                          Chelios faces a Chinese mobster who has stolen his
                          nearly indestructible heart and replaced it with a
                          battery-powered ticker that requires regular jolts of
                          electricity to keep working.
                        popularity: 33.477
                        poster_path: /tyBkln3JDKJTjat5YNOePkgVEKg.jpg
                        release_date: '2009-04-16'
                        title: 'Crank: High Voltage'
                        video: false
                        vote_average: 6.1
                        vote_count: 2825
                      - adult: false
                        backdrop_path: /yQMNl71tz59z10wlp0DOL7zUxpU.jpg
                        character: Jasper
                        credit_id: 52fe46a8c3a36847f810b083
                        genre_ids:
                          - 18
                          - 53
                        id: 44982
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: '13'
                        overview: >-
                          A naive young man assumes a dead man's identity and
                          finds himself embroiled in an underground world of
                          power, violence, and chance where men gamble behind
                          closed doors on the lives of other men.
                        popularity: 13.094
                        poster_path: /eJAVjARKe3YBabnbhdbYWXD7Hdg.jpg
                        release_date: '2010-03-12'
                        title: '13'
                        video: false
                        vote_average: 5.835
                        vote_count: 804
                      - adult: false
                        backdrop_path: /boET2fgExdaOfojez5VKQqAoKAs.jpg
                        character: Narrator
                        credit_id: 52fe46f59251416c750892e5
                        genre_ids:
                          - 99
                        id: 16900
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Truth In 24
                        overview: >-
                          It's 24 hours of pure exhilaration, complete
                          exhaustion, and it's not for the faint of heart or the
                          ill-prepared. It is the legendary 24 Hours of Le Mans.
                          But before you win it, you have to master finishing
                          it. This film chronicles the dedication, the
                          determination and the spirit required to not just
                          survive 3,000 grueling miles, but to be in a position
                          to win one of the greatest races in history.
                        popularity: 2.574
                        poster_path: /wLiHPyV6yUhBWUL3iX0TZMMkSQg.jpg
                        release_date: '2008-11-06'
                        title: Truth In 24
                        video: false
                        vote_average: 6.5
                        vote_count: 15
                      - adult: false
                        backdrop_path: /nVdx8lqgqDjDjp3YOOazEivR3OK.jpg
                        character: Danny
                        credit_id: 52fe4781c3a36847f81396f9
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 49021
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Killer Elite
                        overview: >-
                          Based on a shocking true story, Killer Elite pits two
                          of the world’s most elite operatives—Danny, an
                          ex-special ops agent and Hunter, his longtime
                          mentor—against the cunning leader of a secret military
                          society. Covering the globe from Australia to Paris,
                          London and the Middle East, Danny and Hunter are
                          plunged into a highly dangerous game of cat and
                          mouse—where the predators become the prey.
                        popularity: 13.1
                        poster_path: /7O2U0WPFPSvNSUYZlhbnV081lBF.jpg
                        release_date: '2011-09-22'
                        title: Killer Elite
                        video: false
                        vote_average: 6.259
                        vote_count: 2119
                      - adult: false
                        backdrop_path: null
                        character: Deckard Shaw
                        credit_id: 64674918006b01010589771a
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 755679
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: 'Fast X: Part 2'
                        overview: >-
                          The eleventh installment in The Fast Saga, which is a
                          direct sequel to "Fast X".
                        popularity: 73.241
                        poster_path: /lD8V3DBban95Mxz4sjuA81Tw771.jpg
                        release_date: ''
                        title: 'Fast X: Part 2'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /gc150q5RMjq5vXJddBk90dXFvlr.jpg
                        character: Luke Wright
                        credit_id: 52fe4868c3a368484e0f714f
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 72387
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Safe
                        overview: >-
                          After a former elite agent rescues a 12-year-old
                          Chinese girl who's been abducted, they find themselves
                          in the middle of a standoff between Triads, the
                          Russian Mafia and high-level corrupt New York City
                          politicians and police.
                        popularity: 22.422
                        poster_path: /kOCpkoMUVae9UIf85gO71SyjLbW.jpg
                        release_date: '2012-04-16'
                        title: Safe
                        video: false
                        vote_average: 6.487
                        vote_count: 2448
                      - adult: false
                        backdrop_path: /cEZLw8ShCEbgaGqqh6kGDZm7y4K.jpg
                        character: Tom Brant
                        credit_id: 52fe48e2c3a36847f817ea43
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 55846
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Blitz
                        overview: >-
                          A tough cop is dispatched to take down a serial killer
                          who has been targeting police officers.
                        popularity: 26.9
                        poster_path: /qjqmhhc7uLub22mhu4V6DjOBwXM.jpg
                        release_date: '2011-05-20'
                        title: Blitz
                        video: false
                        vote_average: 6.172
                        vote_count: 1641
                      - adult: false
                        backdrop_path: /41QdmNKbwmVD7R6A7hMqMe9FYMy.jpg
                        character: Lee Christmas
                        credit_id: 52fe4929c3a368484e11d76d
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 76163
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Expendables 2
                        overview: >-
                          Mr. Church reunites the Expendables for what should be
                          an easy paycheck, but when one of their men is
                          murdered on the job, their quest for revenge puts them
                          deep in enemy territory and up against an unexpected
                          threat.
                        popularity: 39.791
                        poster_path: /74rTIGyGoIu5KSxDVMdr8H3MtMo.jpg
                        release_date: '2012-08-08'
                        title: The Expendables 2
                        video: false
                        vote_average: 6.347
                        vote_count: 6699
                      - adult: false
                        backdrop_path: /cdW045qbUjbvPIUxsXdsArcXs8K.jpg
                        character: Self
                        credit_id: 52fe4b569251416c750ffc33
                        genre_ids:
                          - 99
                          - 10770
                        id: 145308
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Inferno: The Making of ''The Expendables'''
                        overview: >-
                          Sylvester Stallone's 90-minute video diary, covering
                          the making of "The Expendables".
                        popularity: 3.087
                        poster_path: /ejMVMjjd7XPjfLDmf78vV3VNoYt.jpg
                        release_date: '2010-11-14'
                        title: 'Inferno: The Making of ''The Expendables'''
                        video: true
                        vote_average: 7.846
                        vote_count: 13
                      - adult: false
                        backdrop_path: /lLZdvnt25Jg5R9Cece3EYKnTsrW.jpg
                        character: Joey
                        credit_id: 52fe4c16c3a368484e1a63ed
                        genre_ids:
                          - 28
                          - 53
                        id: 136418
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hummingbird
                        overview: >-
                          Homeless and on the run from a military court martial,
                          a damaged ex-special forces soldier navigating
                          London's criminal underworld seizes an opportunity to
                          assume another man's identity, transforming into an
                          avenging angel in the process.
                        popularity: 20.969
                        poster_path: /bN2aGUOxHRwGms68WTDr2MHzkKa.jpg
                        release_date: '2013-05-07'
                        title: Hummingbird
                        video: false
                        vote_average: 6.16
                        vote_count: 1695
                      - adult: false
                        backdrop_path: /vBuw223bR0jeI3GHMfCjNBCGo6.jpg
                        character: Parker
                        credit_id: 52fe4bfac3a36847f821baad
                        genre_ids:
                          - 28
                          - 80
                        id: 119283
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Parker
                        overview: >-
                          A thief with a unique code of professional ethics is
                          double-crossed by his crew and left for dead. Assuming
                          a new disguise and forming an unlikely alliance with a
                          woman on the inside, he looks to hijack the score of
                          the crew's latest heist.
                        popularity: 22.827
                        poster_path: /u1cl4RsdqMjolVVsHwiLRPN1CT2.jpg
                        release_date: '2013-01-23'
                        title: Parker
                        video: false
                        vote_average: 6.047
                        vote_count: 3027
                      - adult: false
                        backdrop_path: /dgMvQi5nCNsD5N6kAJrWGC48jHw.jpg
                        character: Lee Christmas
                        credit_id: 52fe4c3fc3a368484e1aeb61
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 138103
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Expendables 3
                        overview: >-
                          Barney, Christmas and the rest of the team comes
                          face-to-face with Conrad Stonebanks, who years ago
                          co-founded The Expendables with Barney. Stonebanks
                          subsequently became a ruthless arms trader and someone
                          who Barney was forced to kill… or so he thought.
                          Stonebanks, who eluded death once before, now is
                          making it his mission to end The Expendables -- but
                          Barney has other plans. Barney decides that he has to
                          fight old blood with new blood, and brings in a new
                          era of Expendables team members, recruiting
                          individuals who are younger, faster and more
                          tech-savvy. The latest mission becomes a clash of
                          classic old-school style versus high-tech expertise in
                          the Expendables’ most personal battle yet.
                        popularity: 42.842
                        poster_path: /ruW3malZtlg66ODfg614dFbXO68.jpg
                        release_date: '2014-08-07'
                        title: The Expendables 3
                        video: false
                        vote_average: 6.2
                        vote_count: 4965
                      - adult: false
                        backdrop_path: /kT8orKwz2bmRdHBLnG44yucYtFy.jpg
                        character: Phil Broker
                        credit_id: 52fe4cecc3a368484e1cd19f
                        genre_ids:
                          - 28
                          - 53
                        id: 204082
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Homefront
                        overview: >-
                          Phil Broker is a former DEA agent who has gone through
                          a crisis after his action against a biker gang went
                          horribly wrong and it cost the life of his boss' son.
                          He is recently widowed and is left with a 9-years-old
                          daughter, Maddy. He decides to quit the turbulent and
                          demanding life of thrill for Maddy's sake and retires
                          to a small town. His daughter fights off a boy who was
                          bullying her at school and this sets in motion a round
                          of events that end in his direct confrontation with
                          the local Meth drug lord. His past history with the
                          biker gang also enters the arena, making matters more
                          complex. But he has a mission in his mind to protect
                          his daughter and he is ready to pay any cost that it
                          demands.
                        popularity: 48.114
                        poster_path: /6pF8D9bDIAmuHgCqGKEfuNWRQam.jpg
                        release_date: '2013-11-12'
                        title: Homefront
                        video: false
                        vote_average: 6.945
                        vote_count: 3492
                      - adult: false
                        backdrop_path: /a0jJMlI1Nw83EXaYmN0QHuccRXm.jpg
                        character: Rick Ford
                        credit_id: 52fe4e83c3a36847f82953ad
                        genre_ids:
                          - 28
                          - 35
                          - 80
                        id: 238713
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Spy
                        overview: >-
                          A desk-bound CIA analyst volunteers to go undercover
                          to infiltrate the world of a deadly arms dealer, and
                          prevent diabolical global disaster.
                        popularity: 31.735
                        poster_path: /6On9Ed52fz8W1h9PzaDQ12ZfHdn.jpg
                        release_date: '2015-05-06'
                        title: Spy
                        video: false
                        vote_average: 6.8
                        vote_count: 5991
                      - adult: false
                        backdrop_path: /nrDDTgU0tAHVlwCQ02cUWlPGtiQ.jpg
                        character: Man in Airport
                        credit_id: 531e073cc3a3685c37008875
                        genre_ids:
                          - 18
                          - 80
                          - 53
                        id: 1538
                        media_type: movie
                        order: 61
                        original_language: en
                        original_title: Collateral
                        overview: >-
                          Cab driver Max picks up a man who offers him $600 to
                          drive him around. But the promise of easy money sours
                          when Max realizes his fare is an assassin.
                        popularity: 27.896
                        poster_path: /nV5316WUsVij8sVXLCF1g7TFitg.jpg
                        release_date: '2004-08-04'
                        title: Collateral
                        video: false
                        vote_average: 7.228
                        vote_count: 5595
                      - adult: false
                        backdrop_path: /4XM8DUTQb3lhLemJC51Jx4a2EuA.jpg
                        character: Deckard Shaw
                        credit_id: 62ab7a9435a61e0062082a1b
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 385687
                        media_type: movie
                        order: 14
                        original_language: en
                        original_title: Fast X
                        overview: >-
                          Over many missions and against impossible odds, Dom
                          Toretto and his family have outsmarted, out-nerved and
                          outdriven every foe in their path. Now, they confront
                          the most lethal opponent they've ever faced: A
                          terrifying threat emerging from the shadows of the
                          past who's fueled by blood revenge, and who is
                          determined to shatter this family and destroy
                          everything—and everyone—that Dom loves, forever.
                        popularity: 234.276
                        poster_path: /fiVW06jE7z9YnO4trhaMEdclSiC.jpg
                        release_date: '2023-05-17'
                        title: Fast X
                        video: false
                        vote_average: 7.1
                        vote_count: 5631
                      - adult: false
                        backdrop_path: /9Xna1fmRkTyAfMSonokrwblYXUS.jpg
                        character: Nick Wild
                        credit_id: 534febb30e0a267eaf00109a
                        genre_ids:
                          - 53
                          - 80
                          - 28
                        id: 265208
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Wild Card
                        overview: >-
                          When a Las Vegas bodyguard with lethal skills and a
                          gambling problem gets in trouble with the mob, he has
                          one last play… and it's all or nothing.
                        popularity: 49.094
                        poster_path: /zN80Tlly8oMpKbVJv2TfRIj8dHG.jpg
                        release_date: '2015-01-14'
                        title: Wild Card
                        video: false
                        vote_average: 5.669
                        vote_count: 1770
                      - adult: false
                        backdrop_path: null
                        character: Levon Cade
                        credit_id: 653c591c519bbb00fe5be666
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 1197306
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Working Man
                        overview: >-
                          Levon Cade has left his profession behind him to go
                          ‘straight’ and work in construction. He wants to live
                          a simple life and be a good father to his daughter.
                          But when his boss’s teenage daughter Jenny vanishes,
                          he’s called upon to re-employ the skills that made him
                          a legendary figure in the shadowy world of black ops.
                          His hunt for the missing college student takes him
                          deep into the heart of a sinister criminal conspiracy
                          creating a chain reaction that will threaten his new
                          way of life.
                        popularity: 11.296
                        poster_path: null
                        release_date: '2025-03-28'
                        title: A Working Man
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 655f52d124418200ebe34a0e
                        genre_ids:
                          - 99
                        id: 165000
                        media_type: movie
                        order: 14
                        original_language: en
                        original_title: Direct Your Own Damn Movie!
                        overview: >-
                          Legendary director Lloyd Kaufman, President of Troma
                          Entertainment and Creator of the Toxic Avenger,
                          reveals 40 years worth of maverick cinematic know-how
                          in Direct Your Own Damn Movie! Lloyd offers you the
                          magic key to operating outside the film studio system
                          as well as providing you with the roadmap to script
                          writing, pre-production, casting, managing your set,
                          post-production and the secrets of selling you movie!
                        popularity: 1.168
                        poster_path: /76InRyePJcjLIbfTs51ToPThrzQ.jpg
                        release_date: '2009-05-19'
                        title: Direct Your Own Damn Movie!
                        video: true
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /cHkhb5A4gQRK6zs6Pv7zorHs8Nk.jpg
                        character: Deckard Shaw
                        credit_id: 5431dfc70e0a265872002bd5
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 168259
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Furious 7
                        overview: >-
                          Deckard Shaw seeks revenge against Dominic Toretto and
                          his family for his comatose brother.
                        popularity: 93.307
                        poster_path: /wurKlC3VKUgcfsn0K51MJYEleS2.jpg
                        release_date: '2015-04-01'
                        title: Furious 7
                        video: false
                        vote_average: 7.232
                        vote_count: 10620
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6373dc9268ff70007c2a6ab3
                        genre_ids:
                          - 99
                        id: 1048938
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: 'Red Desert Nights: Making Ghosts of Mars'
                        overview: >-
                          Documentary about the making of John Carpenter's
                          sci-fi horror movie, Ghosts of Mars.
                        popularity: 1.64
                        poster_path: /57aEOQ2VHPMfXQqDOVbtYgPBByE.jpg
                        release_date: '2001-12-04'
                        title: 'Red Desert Nights: Making Ghosts of Mars'
                        video: true
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /awuUwOAGCPqC4mIDQmeKdPiiLR5.jpg
                        character: Deckard Shaw
                        credit_id: 5595cbda9251414e06000173
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 337339
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Fate of the Furious
                        overview: >-
                          When a mysterious woman seduces Dom into the world of
                          crime and a betrayal of those closest to him, the crew
                          face trials that will test them as never before.
                        popularity: 83.028
                        poster_path: /dImWM7GJqryWJO9LHa3XQ8DD5NH.jpg
                        release_date: '2017-04-12'
                        title: The Fate of the Furious
                        video: false
                        vote_average: 6.9
                        vote_count: 10269
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 55e75eda9251416c120008b8
                        genre_ids:
                          - 99
                        id: 357659
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Making 'Snatch'
                        overview: The making of Guy Ritchie's 'Snatch'.
                        popularity: 2.371
                        poster_path: /hDpAqVdBVAjRepOHGn1EngI8FSH.jpg
                        release_date: '2001-07-03'
                        title: Making 'Snatch'
                        video: false
                        vote_average: 6.222
                        vote_count: 18
                      - adult: false
                        backdrop_path: /eca3tlO1vtnua8LUK70ISDMYcwF.jpg
                        character: Self (archive footage) (uncredited)
                        credit_id: 660c19429c97bd017ca538b4
                        genre_ids:
                          - 99
                        id: 1146302
                        media_type: movie
                        order: 41
                        original_language: en
                        original_title: Sly
                        overview: >-
                          His love of film began as an escape from a rocky
                          childhood. From underdog to Hollywood legend,
                          Sylvester Stallone tells his story in this
                          documentary.
                        popularity: 11.944
                        poster_path: /1utWajLPvv1R9ZwkD98s2ZEngS.jpg
                        release_date: '2023-09-16'
                        title: Sly
                        video: false
                        vote_average: 7.253
                        vote_count: 174
                      - adult: false
                        backdrop_path: /xO21Nwgzu3ssa9L5zhTWCxGcSE9.jpg
                        character: Narrator (voice)
                        credit_id: 6609d0321f98d1017cb2ecdf
                        genre_ids:
                          - 99
                        id: 111192
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Truth In 24 II: Every Second Counts'
                        overview: >-
                          The film TRUTH IN 24 II documents the tenth and
                          arguably most emotional triumph of the brand with the
                          four rings at this sports car classic. After two Audi
                          R18 TDI cars have retired following spectacular
                          accidents, the remaining Audi fights a dramatic battle
                          for overall victory with the three Peugeot 908 cars
                          which the Audi trio ultimately decides in its favor
                          with a narrow margin of 13 seconds. The film captures
                          the entire drama of the fourth-narrowest running of
                          the Le Mans 24 Hours with intimate insights into the
                          team of Audi Sport and breath-taking pictures.
                        popularity: 1.871
                        poster_path: /7sycIw5sg6zqHzdI8DColwDjTdI.jpg
                        release_date: '2012-05-22'
                        title: 'Truth In 24 II: Every Second Counts'
                        video: false
                        vote_average: 7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /w3LLngJIAA1R7Mp2S3G0HZl2R3H.jpg
                        character: Tybalt (voice)
                        credit_id: 6609d0821d78f201638a3104
                        genre_ids:
                          - 16
                          - 10751
                        id: 45772
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: Gnomeo & Juliet
                        overview: >-
                          A version of Shakespeare's play, set in the world of
                          warring indoor and outdoor gnomes. Garden gnomes
                          Gnomeo and Juliet have as many obstacles to overcome
                          as their quasi namesakes when they are caught up in a
                          feud between neighbors. But with plastic pink
                          flamingos and lawnmower races in the mix, can this
                          young couple find lasting happiness?
                        popularity: 16.661
                        poster_path: /vVQwgfS9gSFviVT4gS7tZAmhRFc.jpg
                        release_date: '2011-01-13'
                        title: Gnomeo & Juliet
                        video: false
                        vote_average: 5.9
                        vote_count: 1945
                      - adult: false
                        backdrop_path: /AcLne9m4VRaGzXK0Lrp4Ll0fB1r.jpg
                        character: Self (archive footage)
                        credit_id: 660e9e5d95ce24017d70548e
                        genre_ids:
                          - 99
                          - 10770
                        id: 1103705
                        media_type: movie
                        order: 18
                        original_language: fr
                        original_title: Jean-Claude Van Damme, coup sur coup
                        overview: >-
                          An American low-budget action film celebrated an
                          unexpected worldwide success in 1988: "Bloodsport".
                          With its, the world of film fans and martial arts
                          cinema discovered a new idol: Jean-Claude Van Damme.
                          In the 1970s there was Bruce Lee, but at the end of
                          the 1980s a Belgian won the day. Van Damme was a
                          karate master and had unparalleled strength and
                          flexibility. For ten years he was one of Hollywood's
                          hottest action stars. But excessive overconfidence and
                          drugs bring him down again. At home in Europe he
                          becomes a laughing stock on talk shows. Only with
                          "JCVD" does he manage to get back on his feet, playing
                          his character with perspective and self-irony, but
                          without ever giving up the reputation that his action
                          films brought him and which has been a cult for
                          several generations. The highs and lows of his
                          eventful life are told through archive footage and
                          contributions from people close to the popular Belgian
                          actor.
                        popularity: 10.026
                        poster_path: /1UrweOtMOmXGuYWIpz56sOtjDGA.jpg
                        release_date: '2023-03-17'
                        title: 'Jean-Claude van Damme: Karate King'
                        video: false
                        vote_average: 7
                        vote_count: 20
                      - adult: false
                        backdrop_path: /fkusvXDXftMJDVo6PFIwrnDqfQT.jpg
                        character: Cole Reed
                        credit_id: 663e7d142febf9aa5ea9a4e0
                        genre_ids:
                          - 28
                          - 53
                        id: 1288445
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Mutiny
                        overview: >-
                          After his billionaire industrialist boss is murdered
                          in front of him, Cole Reed is set up to take the fall
                          for the crime — leaving him on the run as he works to
                          uncover an international conspiracy.
                        popularity: 1.638
                        poster_path: null
                        release_date: ''
                        title: Mutiny
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Mason
                        credit_id: 6644bfb8184f8262732423ef
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 1290821
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Untitled Baltasar Kormákur/Jason Statham movie
                        overview: >-
                          Statham will play the character Mason who lives in
                          isolation on a remote island of Scotland. His life is
                          upended when he rescues a girl from the ocean in a
                          terrible storm which brings on the unforeseen chain of
                          events forcing him to confront his past.
                        popularity: 4.189
                        poster_path: null
                        release_date: ''
                        title: Untitled Baltasar Kormákur/Jason Statham movie
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ibKeXahq4JD63z6uWQphqoJLvNw.jpg
                        character: Jonas Taylor
                        credit_id: 573b72f79251414e3400002b
                        genre_ids:
                          - 28
                          - 878
                          - 27
                        id: 345940
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Meg
                        overview: >-
                          A deep sea submersible pilot revisits his past fears
                          in the Mariana Trench, and accidentally unleashes the
                          seventy foot ancestor of the Great White Shark
                          believed to be extinct.
                        popularity: 77.694
                        poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg
                        release_date: '2018-08-09'
                        title: The Meg
                        video: false
                        vote_average: 6.253
                        vote_count: 7643
                      - adult: false
                        backdrop_path: /8U9yGCSAhzSDnVUmIQpFMOIBc6q.jpg
                        character: Arthur Bishop
                        credit_id: 57cdc61dc3a36867dd000291
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 278924
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Mechanic: Resurrection'
                        overview: >-
                          Arthur Bishop thought he had put his murderous past
                          behind him when his most formidable foe kidnaps the
                          love of his life. Now he is forced to travel the globe
                          to complete three impossible assassinations, and do
                          what he does best, make them look like accidents.
                        popularity: 36.55
                        poster_path: /h651SE7s5z9hbKDiwn38Iubkz5w.jpg
                        release_date: '2016-08-25'
                        title: 'Mechanic: Resurrection'
                        video: false
                        vote_average: 6.018
                        vote_count: 3355
                      - adult: false
                        backdrop_path: /hpgda6P9GutvdkDX5MUJ92QG9aj.jpg
                        character: Deckard Shaw
                        credit_id: 59e392f49251410b67000243
                        genre_ids:
                          - 28
                          - 12
                          - 35
                        id: 384018
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Fast & Furious Presents: Hobbs & Shaw'
                        overview: >-
                          Ever since US Diplomatic Security Service Agent Hobbs
                          and lawless outcast Shaw first faced off, they just
                          have traded smack talk and body blows. But when
                          cyber-genetically enhanced anarchist Brixton's
                          ruthless actions threaten the future of humanity, they
                          join forces to defeat him.
                        popularity: 107.257
                        poster_path: /qRyy2UmjC5ur9bDi3kpNNRCc5nc.jpg
                        release_date: '2019-08-01'
                        title: 'Fast & Furious Presents: Hobbs & Shaw'
                        video: false
                        vote_average: 6.86
                        vote_count: 7197
                      - adult: false
                        backdrop_path: /70AV2Xx5FQYj20labp0EGdbjI6E.jpg
                        character: H
                        credit_id: 5d9b8d9135a61e002223556d
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 637649
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Wrath of Man
                        overview: >-
                          A cold and mysterious new security guard for a Los
                          Angeles cash truck company surprises his co-workers
                          when he unleashes precision skills during a heist. The
                          crew is left wondering who he is and where he came
                          from. Soon, the marksman's ultimate motive becomes
                          clear as he takes dramatic and irrevocable steps to
                          settle a score.
                        popularity: 116.439
                        poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg
                        release_date: '2021-04-22'
                        title: Wrath of Man
                        video: false
                        vote_average: 7.6
                        vote_count: 5325
                      - adult: false
                        backdrop_path: /sNnPbPopZxGO3s7Hd5qcqoMyLXl.jpg
                        character: Orson Fortune
                        credit_id: 5f5162b75aadc400346644d5
                        genre_ids:
                          - 28
                          - 53
                          - 35
                          - 12
                        id: 739405
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Operation Fortune: Ruse de Guerre'
                        overview: >-
                          Special agent Orson Fortune and his team of operatives
                          recruit one of Hollywood's biggest movie stars to help
                          them on an undercover mission when the sale of a
                          deadly new weapons technology threatens to disrupt the
                          world order.
                        popularity: 69.07
                        poster_path: /uo7vWfQUlVwueYTDRicXOJa8Oow.jpg
                        release_date: '2023-01-04'
                        title: 'Operation Fortune: Ruse de Guerre'
                        video: false
                        vote_average: 6.5
                        vote_count: 1530
                      - adult: false
                        backdrop_path: /m10v2akkOffv5YE9EUwc1PHknvg.jpg
                        character: Yves Gluant (uncredited)
                        credit_id: 5f56da4c9d89390036d2d4f3
                        genre_ids:
                          - 35
                          - 9648
                          - 80
                          - 12
                          - 10751
                        id: 12096
                        media_type: movie
                        order: 50
                        original_language: en
                        original_title: The Pink Panther
                        overview: >-
                          When the coach of the France soccer team is killed by
                          a poisoned dart in the stadium in the end of a game,
                          and his expensive and huge ring with the diamond Pink
                          Panther disappears, the ambitious Chief Inspector
                          Dreyfus assigns the worst police inspector Jacques
                          Clouseau to the case.
                        popularity: 20.699
                        poster_path: /57ViRkdsddHLK32W8Nf3ZPLSAu4.jpg
                        release_date: '2006-02-10'
                        title: The Pink Panther
                        video: false
                        vote_average: 5.8
                        vote_count: 1915
                      - adult: false
                        backdrop_path: /5mzr6JZbrqnqD8rCEvPhuCE5Fw2.jpg
                        character: Jonas Taylor
                        credit_id: 5f93b1997719d751dbe9160c
                        genre_ids:
                          - 28
                          - 878
                          - 27
                        id: 615656
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Meg 2: The Trench'
                        overview: >-
                          An exploratory dive into the deepest depths of the
                          ocean of a daring research team spirals into chaos
                          when a malevolent mining operation threatens their
                          mission and forces them into a high-stakes battle for
                          survival.
                        popularity: 90.711
                        poster_path: /4m1Au3YkjqsxF8iwQy0fPYSxE0h.jpg
                        release_date: '2023-08-02'
                        title: 'Meg 2: The Trench'
                        video: false
                        vote_average: 6.472
                        vote_count: 3431
                      - adult: false
                        backdrop_path: /xDp29MSWa7O3ROC13r6dPTFnREJ.jpg
                        character: Deckard Shaw (uncredited)
                        credit_id: 60b14275945c20005810a7b6
                        genre_ids:
                          - 28
                          - 53
                          - 80
                        id: 82992
                        media_type: movie
                        order: 44
                        original_language: en
                        original_title: Fast & Furious 6
                        overview: >-
                          Hobbs has Dominic and Brian reassemble their crew to
                          take down a team of mercenaries; Dominic unexpectedly
                          gets sidetracked with facing his presumed deceased
                          girlfriend, Letty.
                        popularity: 11.259
                        poster_path: /thSmnRdrzPBBospIOJjLZBReqzo.jpg
                        release_date: '2013-05-21'
                        title: Fast & Furious 6
                        video: false
                        vote_average: 6.82
                        vote_count: 10574
                      - adult: false
                        backdrop_path: /xXHZeb1yhJvnSHPzZDqee0zfMb6.jpg
                        character: Deckard Shaw (uncredited)
                        credit_id: 60c133baf18ce70029732901
                        genre_ids:
                          - 28
                          - 12
                          - 80
                        id: 385128
                        media_type: movie
                        order: 43
                        original_language: en
                        original_title: F9
                        overview: >-
                          Dominic Toretto and his crew battle the most skilled
                          assassin and high-performance driver they've ever
                          encountered: his forsaken brother.
                        popularity: 51.969
                        poster_path: /deEmLILTPejEb6OGsXRJ5MCvyDW.jpg
                        release_date: '2021-05-19'
                        title: F9
                        video: false
                        vote_average: 7.068
                        vote_count: 7213
                      - adult: false
                        backdrop_path: /rMvPXy8PUjj1o8o1pzgQbdNCsvj.jpg
                        character: Lee Christmas
                        credit_id: 612d117104b596002a689d40
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 299054
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Expend4bles
                        overview: >-
                          Armed with every weapon they can get their hands on
                          and the skills to use them, The Expendables are the
                          world’s last line of defense and the team that gets
                          called when all other options are off the table. But
                          new team members with new styles and tactics are going
                          to give “new blood” a whole new meaning.
                        popularity: 92.095
                        poster_path: /iwsMu0ehRPbtaSxqiaUDQB9qMWT.jpg
                        release_date: '2023-09-15'
                        title: Expend4bles
                        video: false
                        vote_average: 6.172
                        vote_count: 1549
                      - adult: false
                        backdrop_path: /tL8fzn7JaBzRJKsE1W6GrVxmMQj.jpg
                        character: Adam Clay
                        credit_id: 6129889455c92600639df293
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 866398
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Beekeeper
                        overview: >-
                          One man's campaign for vengeance takes on national
                          stakes after he is revealed to be a former operative
                          of a powerful and clandestine organization known as
                          Beekeepers.
                        popularity: 138.014
                        poster_path: /A7EByudX0eOzlkQ2FIbogzyazm2.jpg
                        release_date: '2024-01-08'
                        title: The Beekeeper
                        video: false
                        vote_average: 7.3
                        vote_count: 3151
                      - adult: false
                        backdrop_path: null
                        character: Deckard Shaw
                        credit_id: 67475eee64f7e203eab18ac9
                        genre_ids:
                          - 28
                        id: 1394441
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Fast & Furious Presents: Hobbs & Shaw 2'
                        overview: In development.
                        popularity: 2.421
                        poster_path: null
                        release_date: ''
                        title: 'Fast & Furious Presents: Hobbs & Shaw 2'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Santa's stunt double
                        credit_id: 674b04a1e2df00a3bb784ee8
                        genre_ids:
                          - 28
                          - 35
                        id: 1395562
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'World of Tanks: Holiday Ops'
                        overview: >-
                          Jason Statham comes in to save the day as Santa's
                          stunt double.
                        popularity: 2.174
                        poster_path: /xW6L0PjzSg1F9uBFHRspfpW47gX.jpg
                        release_date: '2024-11-29'
                        title: 'World of Tanks: Holiday Ops'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg
                        character: ''
                        credit_id: 5257089f760ee3776a0455cc
                        episode_count: 1
                        first_air_date: '2003-01-26'
                        genre_ids:
                          - 10767
                          - 35
                        id: 1489
                        media_type: tv
                        name: Jimmy Kimmel Live!
                        origin_country:
                          - US
                        original_language: en
                        original_name: Jimmy Kimmel Live!
                        overview: >-
                          Jimmy Kimmel Live! is an American late-night talk
                          show, created and hosted by Jimmy Kimmel and broadcast
                          on ABC.
                        popularity: 109.676
                        poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg
                        vote_average: 5.5
                        vote_count: 160
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571afb19c29571140d6d34
                        episode_count: 1
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        media_type: tv
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 159.256
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.2
                        vote_count: 38
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573c5f760ee36aaa0306a9
                        episode_count: 1
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        media_type: tv
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 120.015
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52586e2b760ee346611efed4
                        episode_count: 1
                        first_air_date: '2003-06-23'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22271
                        media_type: tv
                        name: The New Tom Green Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The New Tom Green Show
                        overview: >-
                          The Tom Green Show is a North American television
                          show, created by and starring Canadian comedian Tom
                          Green, that first aired in September 1994. The series
                          aired on Rogers Television 22, a community channel in
                          Ottawa, Ontario, until 1996, when it was picked up by
                          The Comedy Network. The second season began airing on
                          December 4, 1998. (In 1996, Tom Green also produced a
                          pilot episode for CBC Television, although the CBC did
                          not pick up the series.)


                          In January 1999, the show moved to the United States
                          and aired on MTV. The series stopped production in
                          March 2000, due to Green's diagnosis of testicular
                          cancer, but continued to appear on the channel via
                          reruns and other promotional materials. In 2002, it
                          was ranked #41 on TV Guide's 50 Worst TV Shows of All
                          Time. In 2003, the show was revived as The New Tom
                          Green Show. In 2006, Green launched Tom Green Live, a
                          live call-in show for his website, which was later
                          renamed Tom Green's House Tonight.
                        popularity: 22.448
                        poster_path: null
                        vote_average: 4.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg
                        character: Self
                        credit_id: 525899cf760ee346615d9c7e
                        episode_count: 1
                        first_air_date: '2009-09-14'
                        genre_ids:
                          - 10767
                        id: 30769
                        media_type: tv
                        name: Live from Studio Five
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Live from Studio Five
                        overview: >-
                          Live from Studio Five was an early-evening British
                          magazine programme which was produced by Sky News for
                          Channel 5. It was presented by Kate Walsh and a
                          line-up of other co-presenters during its run. It
                          consisted of interviews and discussing topical issues,
                          with an emphasis on showbusiness news and celebrity
                          gossip, after originally covering stories from a
                          popular news agenda. It aired its final edition on 4
                          February 2011 and was replaced by OK! TV in February
                          2011 which lasted just nine months on air before
                          itself being axed.
                        popularity: 2.848
                        poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg
                        vote_average: 3.3
                        vote_count: 12
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: ''
                        credit_id: 62c85e2990b87e00f4d7bc30
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 377.107
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.835
                        vote_count: 315
                    crew:
                      - adult: false
                        backdrop_path: /tL8fzn7JaBzRJKsE1W6GrVxmMQj.jpg
                        credit_id: 621353ffdfe31d006e38861b
                        department: Production
                        genre_ids:
                          - 80
                          - 28
                          - 53
                        id: 866398
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Beekeeper
                        overview: >-
                          One man's campaign for vengeance takes on national
                          stakes after he is revealed to be a former operative
                          of a powerful and clandestine organization known as
                          Beekeepers.
                        popularity: 138.014
                        poster_path: /A7EByudX0eOzlkQ2FIbogzyazm2.jpg
                        release_date: '2024-01-08'
                        title: The Beekeeper
                        video: false
                        vote_average: 7.3
                        vote_count: 3151
                      - adult: false
                        backdrop_path: /sNnPbPopZxGO3s7Hd5qcqoMyLXl.jpg
                        credit_id: 60b09b0af29d66005750cb52
                        department: Production
                        genre_ids:
                          - 28
                          - 53
                          - 35
                          - 12
                        id: 739405
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Operation Fortune: Ruse de Guerre'
                        overview: >-
                          Special agent Orson Fortune and his team of operatives
                          recruit one of Hollywood's biggest movie stars to help
                          them on an undercover mission when the sale of a
                          deadly new weapons technology threatens to disrupt the
                          world order.
                        popularity: 69.07
                        poster_path: /uo7vWfQUlVwueYTDRicXOJa8Oow.jpg
                        release_date: '2023-01-04'
                        title: 'Operation Fortune: Ruse de Guerre'
                        video: false
                        vote_average: 6.5
                        vote_count: 1530
                      - adult: false
                        backdrop_path: /rMvPXy8PUjj1o8o1pzgQbdNCsvj.jpg
                        credit_id: 612d128ea13533004213ffd3
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 299054
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Expend4bles
                        overview: >-
                          Armed with every weapon they can get their hands on
                          and the skills to use them, The Expendables are the
                          world’s last line of defense and the team that gets
                          called when all other options are off the table. But
                          new team members with new styles and tactics are going
                          to give “new blood” a whole new meaning.
                        popularity: 92.095
                        poster_path: /iwsMu0ehRPbtaSxqiaUDQB9qMWT.jpg
                        release_date: '2023-09-15'
                        title: Expend4bles
                        video: false
                        vote_average: 6.172
                        vote_count: 1549
                      - adult: false
                        backdrop_path: null
                        credit_id: 653c5795bc2cb3014d4a2b93
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 53
                        id: 1197306
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: A Working Man
                        overview: >-
                          Levon Cade has left his profession behind him to go
                          ‘straight’ and work in construction. He wants to live
                          a simple life and be a good father to his daughter.
                          But when his boss’s teenage daughter Jenny vanishes,
                          he’s called upon to re-employ the skills that made him
                          a legendary figure in the shadowy world of black ops.
                          His hunt for the missing college student takes him
                          deep into the heart of a sinister criminal conspiracy
                          creating a chain reaction that will threaten his new
                          way of life.
                        popularity: 11.296
                        poster_path: null
                        release_date: '2025-03-28'
                        title: A Working Man
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /fkusvXDXftMJDVo6PFIwrnDqfQT.jpg
                        credit_id: 663e7dd8ec544462166cc059
                        department: Production
                        genre_ids:
                          - 28
                          - 53
                        id: 1288445
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Mutiny
                        overview: >-
                          After his billionaire industrialist boss is murdered
                          in front of him, Cole Reed is set up to take the fall
                          for the crime — leaving him on the run as he works to
                          uncover an international conspiracy.
                        popularity: 1.638
                        poster_path: null
                        release_date: ''
                        title: Mutiny
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6644c0757509698a011c7e29
                        department: Production
                        genre_ids:
                          - 28
                          - 80
                          - 53
                        id: 1290821
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Untitled Baltasar Kormákur/Jason Statham movie
                        overview: >-
                          Statham will play the character Mason who lives in
                          isolation on a remote island of Scotland. His life is
                          upended when he rescues a girl from the ocean in a
                          terrible storm which brings on the unforeseen chain of
                          events forcing him to confront his past.
                        popularity: 4.189
                        poster_path: null
                        release_date: ''
                        title: Untitled Baltasar Kormákur/Jason Statham movie
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /5mzr6JZbrqnqD8rCEvPhuCE5Fw2.jpg
                        credit_id: 64598c7d1b70ae01260c9b54
                        department: Production
                        genre_ids:
                          - 28
                          - 878
                          - 27
                        id: 615656
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Meg 2: The Trench'
                        overview: >-
                          An exploratory dive into the deepest depths of the
                          ocean of a daring research team spirals into chaos
                          when a malevolent mining operation threatens their
                          mission and forces them into a high-stakes battle for
                          survival.
                        popularity: 90.711
                        poster_path: /4m1Au3YkjqsxF8iwQy0fPYSxE0h.jpg
                        release_date: '2023-08-02'
                        title: 'Meg 2: The Trench'
                        video: false
                        vote_average: 6.472
                        vote_count: 3431
                      - adult: false
                        backdrop_path: /hpgda6P9GutvdkDX5MUJ92QG9aj.jpg
                        credit_id: 5d459be3a0be280016a2c11f
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 35
                        id: 384018
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Fast & Furious Presents: Hobbs & Shaw'
                        overview: >-
                          Ever since US Diplomatic Security Service Agent Hobbs
                          and lawless outcast Shaw first faced off, they just
                          have traded smack talk and body blows. But when
                          cyber-genetically enhanced anarchist Brixton's
                          ruthless actions threaten the future of humanity, they
                          join forces to defeat him.
                        popularity: 107.257
                        poster_path: /qRyy2UmjC5ur9bDi3kpNNRCc5nc.jpg
                        release_date: '2019-08-01'
                        title: 'Fast & Furious Presents: Hobbs & Shaw'
                        video: false
                        vote_average: 6.86
                        vote_count: 7197
                    id: 976
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````