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

# Combined Credits

> This endpoint gets the combined movie and TV credits that belong to a person.



## OpenAPI

````yaml get /3/person/{{person_id}}/combined_credits
openapi: 3.0.3
info:
  title: TMDb Endpoints
  description: >-
    Welcome to the TMDb API! You'll find a well-organized collection of
    endpoints, each helping you fetch different types of movie and TV data. The
    endpoints cover everything from searching for titles and getting details to
    managing lists and accessing ratings, all designed to give you precise
    control over the information you need.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
    description: Test server
  - url: https://api.themoviedb.org/3
    description: Production server
  - url: '{{base_url}}'
    description: Some other server
security: []
tags:
  - name: AUTHENTICATION
    description: The /account/{account_id} gets the public details of an account on TMDB.
  - name: ACCOUNT
    description: >-
      Account endpoints allow users to manage their personal information,
      ratings, watchlists, and other account-related data after authenticating.
  - name: CERTIFICATIONS
    description: >-
      The Certifications endpoints provide lists of movie and TV show content
      rating systems used in various countries.
  - name: CHANGES
    description: >-
      Changes endpoints allow you to track modifications made to movies, TV
      shows, and people in the TMDb database, providing a history of updates and
      enabling you to keep your local data synchronized.
  - name: COLLECTIONS
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
    description: >-
      Discover endpoints are powerful tools for finding movies and TV shows
      based on a wide range of criteria, such as genre, release date, rating,
      keywords, and more, enabling highly customized searches.
  - name: FIND
    description: This folder has find by ID endpoint
  - name: GENRES
    description: >-
      Genres endpoints provide lists of available movie and TV show genres,
      allowing you to categorize and filter content.
  - name: GUEST SESSIONS
    description: >-
      Guest session endpoints allow you to create temporary, unauthenticated
      sessions that grant limited access to certain API features, such as rating
      movies or TV shows without requiring a full user account.
  - name: KEYWORDS
    description: >-
      Keyword endpoints allow you to search for keywords and retrieve detailed
      information about specific keywords and the media associated with them.
  - name: LISTS
    description: >-
      Lists endpoints allow you to create, retrieve, modify, and delete custom
      lists of movies or TV shows.
  - name: MOVIE LIST
    description: >-
      The Movie List endpoints let you retrieve pre-made lists of movies,
      categorized by criteria like popularity, top rated, now playing, or
      upcoming releases.
  - name: MOVIES
    description: >-
      The Movie endpoints allow you to retrieve detailed information about
      movies, including titles, descriptions, cast, crew, ratings, and related
      data.
  - name: NETWORKS
    description: >-
      The NETWORKS endpoints let you retrieve information about television
      networks, such as their names, logos, and origin countries.
  - name: PEOPLE LISTS
    description: >-
      The People Lists endpoints let you retrieve lists of people based on
      criteria like popularity.
  - name: PEOPLE
    description: >-
      The PEOPLE endpoints let you get information about actors, directors, and
      other people involved in movies and TV shows.
  - name: REVIEWS
    description: >-
      The REVIEWS endpoints let you get user-written opinions and ratings about
      movies and TV shows.
  - name: SEARCH
    description: >-
      The "Search" endpoints let you find movies, TV shows, people, and other
      content by typing in keywords or names.
  - name: TRENDING
    description: >-
      The "Trending" endpoints show you what movies, TV shows, and people are
      currently popular or getting a lot of attention right now.
  - name: TV SERIES LISTS
    description: >-
      TV Series Lists endpoints provide access to pre-defined lists of TV shows,
      such as popular, top-rated, or airing today, allowing you to quickly
      retrieve collections of TV series based on specific criteria.
  - name: TV SERIES
    description: >-
      The TV series endpoints provide access to a wealth of information about
      television shows, including details, credits, seasons, episodes,
      recommendations, and more. See each of them below for specific
      information.
  - name: TV SEASONS
    description: >-
      The TV seasons endpoints allow you to retrieve details about specific
      seasons of a TV show, including information about the episodes within that
      season. See them below for specific information on how to use them.
  - name: TV EPISODES
    description: >-
      The TV episode endpoints allow you to retrieve detailed information about
      specific episodes of a TV show, including details like the episode number,
      name, air date, overview, and more. Check them out for specific
      information.
  - name: TV EPISODE GROUPS
    description: >-
      There's only one endpoint in this folder. Check the endpoint to find
      information about it.
  - name: WATCH PROVIDERS
    description: >-
      The Watch Providers endpoints provide information about streaming
      services, rental/purchase platforms, and sometimes even theatrical
      releases in different regions.
paths:
  /3/person/{{person_id}}/combined_credits:
    parameters:
      - name: person_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - PEOPLE
      summary: Combined Credits
      description: >-
        This endpoint gets the combined movie and TV credits that belong to a
        person.
      operationId: combinedCredits
      responses:
        '200':
          description: Combined Credits Example
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=24342
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sat, 11 Jan 2025 15:58:57 GMT
            ETag:
              schema:
                type: string
                example: W/"5898f0beef1c0770b3be755c1fe67f0c"
            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 f4f3f118ac6f8aab6b0b8776a3481c6e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 4Z9em1qE-TmcWGHc5XBESfsFp7mAJYcKmwiB3PlMDmY_g9Ywo6oWCA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '24342'
            x-memc-key:
              schema:
                type: string
                example: 643f815f84984f7ff2a2f55fed5c4171
          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: null
                        character:
                          type: string
                          example: Self
                        credit_id:
                          type: string
                          example: 52fe4a5ec3a368484e14f671
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 99
                          example:
                            - 99
                        id:
                          type: number
                          example: 121251
                        media_type:
                          type: string
                          example: movie
                        order:
                          type: number
                          example: 3
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: >-
                            Recreating the Eighth Wonder: The Making of 'King
                            Kong'
                        overview:
                          type: string
                          example: >-
                            Following the immense success of The Lord of the
                            Rings trilogy, Peter Jackson directs King Kong
                            (2005). This documentary follows him, and the
                            immense project from start to finish. It turns out
                            that this one film may actually be a larger task to
                            complete than all 3 of the Lord of the Rings films
                            together.
                        popularity:
                          type: number
                          example: 1.324
                        poster_path:
                          type: string
                          example: /sXZQQuHQIt4PWn4K2EDm0h2Y7rm.jpg
                        release_date:
                          type: string
                          example: '2006-11-14'
                        title:
                          type: string
                          example: >-
                            Recreating the Eighth Wonder: The Making of 'King
                            Kong'
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 5.7
                        vote_count:
                          type: number
                          example: 3
                    example:
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4a5ec3a368484e14f671
                        genre_ids:
                          - 99
                        id: 121251
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: >-
                          Recreating the Eighth Wonder: The Making of 'King
                          Kong'
                        overview: >-
                          Following the immense success of The Lord of the Rings
                          trilogy, Peter Jackson directs King Kong (2005). This
                          documentary follows him, and the immense project from
                          start to finish. It turns out that this one film may
                          actually be a larger task to complete than all 3 of
                          the Lord of the Rings films together.
                        popularity: 1.324
                        poster_path: /sXZQQuHQIt4PWn4K2EDm0h2Y7rm.jpg
                        release_date: '2006-11-14'
                        title: >-
                          Recreating the Eighth Wonder: The Making of 'King
                          Kong'
                        video: false
                        vote_average: 5.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 554214b6c3a3681da5003be6
                        genre_ids:
                          - 99
                        id: 192349
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: 'Beyond the Movie: The Fellowship of the Ring'
                        overview: >-
                          A documentary about the influences on Tolkien,
                          covering in brief his childhood and how he detested
                          the onslaught of industry through the idyllic
                          countryside, moving on to describe his fighting
                          experience from WWI, and closing with a look at the
                          Finnish inspiration for the scholar's self-invented
                          languages of Elfish. In between are interviews with
                          the cast of the films and some clips, by far the most
                          from "The Fellowship of the Ring", but a few glimpses
                          of Rohan riders (from "The Two Towers") are provided.
                          Also, there are interviews with a range of the
                          filmmakers.
                        popularity: 2.875
                        poster_path: /knCJvfbr4LWNZBkTDlwRdM28PuR.jpg
                        release_date: '2001-12-23'
                        title: 'Beyond the Movie: The Fellowship of the Ring'
                        video: false
                        vote_average: 6.1
                        vote_count: 16
                      - adult: false
                        backdrop_path: /lNeI38wDvicLnTsvCzLfYjcmZe4.jpg
                        character: Self
                        credit_id: 66654c85e5dd93fa354dcbe7
                        genre_ids:
                          - 99
                        id: 630434
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: 'A Filmmaker''s Journey: Making ''The Return of the King'''
                        overview: >-
                          A documentary about the making of 'The Lord of the
                          Rings: The Return of the King'.
                        popularity: 1.8
                        poster_path: /n49536WsG2d45y91OpJiGLeYFPY.jpg
                        release_date: '2004-12-14'
                        title: 'A Filmmaker''s Journey: Making ''The Return of the King'''
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /6So1F3UlHkvXwziKabnTLyeUrnA.jpg
                        character: Self - Co-Screenwriter
                        credit_id: 66656cbedd971ce4ec15851f
                        genre_ids:
                          - 99
                          - 36
                          - 10770
                        id: 218166
                        media_type: movie
                        order: 21
                        original_language: en
                        original_title: 'Beyond the Movie: The Return of the King'
                        overview: >-
                          Documentary exploring the parallels between 'The
                          Return of the King' and real events and people in
                          history.
                        popularity: 1.832
                        poster_path: /mVIJapNx0MehdVWgIRlaY0in0XY.jpg
                        release_date: '2003-12-12'
                        title: 'Beyond the Movie: The Return of the King'
                        video: false
                        vote_average: 7.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 58fcce6b92514163ec022615
                        genre_ids:
                          - 99
                          - 10770
                          - 14
                          - 12
                        id: 453779
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: >-
                          A Passage to Middle-Earth: Making of 'Lord of the
                          Rings'
                        overview: >-
                          The making of Peter Jackson's adaptation of Tolkien's
                          classic work.
                        popularity: 5.941
                        poster_path: /hvGMNY2de55UZDDX5EYYKtm38DV.jpg
                        release_date: '2001-12-09'
                        title: >-
                          A Passage to Middle-Earth: Making of 'Lord of the
                          Rings'
                        video: false
                        vote_average: 6.8
                        vote_count: 9
                      - adult: false
                        backdrop_path: /kQxYnTvBS388xIzkakmyo5hVm62.jpg
                        character: Self
                        credit_id: 5f7decc8d5ffcb003409c9e3
                        genre_ids:
                          - 99
                        id: 71506
                        media_type: movie
                        order: 15
                        original_language: en
                        original_title: 'Ringers: Lord of the Fans'
                        overview: >-
                          'Ringers: Lord of the Fans' is a feature-length
                          documentary that explores how "The Lord of the Rings"
                          has influenced Western popular culture over the past
                          50 years.
                        popularity: 3.79
                        poster_path: /mj3NkZQXpGSxdLYlkfZzTCOOnPN.jpg
                        release_date: '2005-01-21'
                        title: 'Ringers: Lord of the Fans'
                        video: false
                        vote_average: 6.3
                        vote_count: 21
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 60a18bdc839018003fd01313
                        genre_ids:
                          - 99
                          - 10770
                        id: 573089
                        media_type: movie
                        order: 9
                        original_language: en
                        original_title: 'The Quest Fulfilled: A Director''s Vision'
                        overview: ''
                        popularity: 1.924
                        poster_path: /mGtbuCLQZ3xI02juytVRXHOQJoD.jpg
                        release_date: '2003-12-26'
                        title: 'The Quest Fulfilled: A Director''s Vision'
                        video: false
                        vote_average: 6.4
                        vote_count: 6
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          example: /z51Wzj94hvAIsWfknifKTqKJRwp.jpg
                        credit_id:
                          type: string
                          example: 52fe421ac3a36847f8004431
                        department:
                          type: string
                          example: Writing
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 12
                          example:
                            - 12
                            - 14
                            - 28
                        id:
                          type: number
                          example: 120
                        job:
                          type: string
                          example: Screenplay
                        media_type:
                          type: string
                          example: movie
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: 'The Lord of the Rings: The Fellowship of the Ring'
                        overview:
                          type: string
                          example: >-
                            Young hobbit Frodo Baggins, after inheriting a
                            mysterious ring from his uncle Bilbo, must leave his
                            home in order to keep it from falling into the hands
                            of its evil creator. Along the way, a fellowship is
                            formed to protect the ringbearer and make sure that
                            the ring arrives at its final destination: Mt. Doom,
                            the only place where it can be destroyed.
                        popularity:
                          type: number
                          example: 159.944
                        poster_path:
                          type: string
                          example: /6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg
                        release_date:
                          type: string
                          example: '2001-12-18'
                        title:
                          type: string
                          example: 'The Lord of the Rings: The Fellowship of the Ring'
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 8.416
                        vote_count:
                          type: number
                          example: 25422
                    example:
                      - adult: false
                        backdrop_path: /z51Wzj94hvAIsWfknifKTqKJRwp.jpg
                        credit_id: 52fe421ac3a36847f8004431
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 120
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The Fellowship of the Ring'
                        overview: >-
                          Young hobbit Frodo Baggins, after inheriting a
                          mysterious ring from his uncle Bilbo, must leave his
                          home in order to keep it from falling into the hands
                          of its evil creator. Along the way, a fellowship is
                          formed to protect the ringbearer and make sure that
                          the ring arrives at its final destination: Mt. Doom,
                          the only place where it can be destroyed.
                        popularity: 159.944
                        poster_path: /6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg
                        release_date: '2001-12-18'
                        title: 'The Lord of the Rings: The Fellowship of the Ring'
                        video: false
                        vote_average: 8.416
                        vote_count: 25422
                      - adult: false
                        backdrop_path: /5JrZAtyk3LwiiAWLW0kwz41XZJC.jpg
                        credit_id: 52fe421bc3a36847f80046f3
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 122
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The Return of the King'
                        overview: >-
                          As armies mass for a final battle that will decide the
                          fate of the world--and powerful, ancient forces of
                          Light and Dark compete to determine the outcome--one
                          member of the Fellowship of the Ring is revealed as
                          the noble heir to the throne of the Kings of Men. Yet,
                          the sole hope for triumph over evil lies with a brave
                          hobbit, Frodo, who, accompanied by his loyal friend
                          Sam and the hideous, wretched Gollum, ventures deep
                          into the very dark heart of Mordor on his seemingly
                          impossible quest to destroy the Ring of Power.​
                        popularity: 151.159
                        poster_path: /rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg
                        release_date: '2003-12-17'
                        title: 'The Lord of the Rings: The Return of the King'
                        video: false
                        vote_average: 8.5
                        vote_count: 24460
                      - adult: false
                        backdrop_path: /qX4tqz74SkP4H4Z9AeZhKWJ4bI7.jpg
                        credit_id: 52fe448bc3a36847f809be9f
                        department: Writing
                        genre_ids:
                          - 14
                          - 18
                        id: 7980
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: The Lovely Bones
                        overview: >-
                          After being brutally murdered, 14-year-old Susie
                          Salmon watches from heaven over her grief-stricken
                          family -- and her killer. As she observes their daily
                          lives, she must balance her thirst for revenge with
                          her desire for her family to heal.
                        popularity: 43.199
                        poster_path: /sn0iDphRxQ7I6aLd9igIgACITak.jpg
                        release_date: '2009-12-26'
                        title: The Lovely Bones
                        video: false
                        vote_average: 7.073
                        vote_count: 4614
                      - adult: false
                        backdrop_path: /qX4tqz74SkP4H4Z9AeZhKWJ4bI7.jpg
                        credit_id: 52fe448bc3a36847f809bec9
                        department: Production
                        genre_ids:
                          - 14
                          - 18
                        id: 7980
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Lovely Bones
                        overview: >-
                          After being brutally murdered, 14-year-old Susie
                          Salmon watches from heaven over her grief-stricken
                          family -- and her killer. As she observes their daily
                          lives, she must balance her thirst for revenge with
                          her desire for her family to heal.
                        popularity: 43.199
                        poster_path: /sn0iDphRxQ7I6aLd9igIgACITak.jpg
                        release_date: '2009-12-26'
                        title: The Lovely Bones
                        video: false
                        vote_average: 7.073
                        vote_count: 4614
                      - adult: false
                        backdrop_path: /mRM2NB0i3wv4HqxXvwIjEVi4Qqq.jpg
                        credit_id: 60820a5567825900570dece4
                        department: Writing
                        genre_ids:
                          - 12
                          - 18
                          - 28
                        id: 254
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: King Kong
                        overview: >-
                          In 1933 New York, an overly ambitious movie producer
                          coerces his cast and hired ship crew to travel to
                          mysterious Skull Island, where they encounter Kong, a
                          giant ape who is immediately smitten with the leading
                          lady.
                        popularity: 57.127
                        poster_path: /6a2HY6UmD7XiDD3NokgaBAXEsD2.jpg
                        release_date: '2005-12-12'
                        title: King Kong
                        video: false
                        vote_average: 6.889
                        vote_count: 7889
                      - adult: false
                        backdrop_path: /xyXmtuvsoM5J3yNad0nvcetpBdY.jpg
                        credit_id: 52fe4784c3a36847f813a04f
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 49051
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: An Unexpected Journey'
                        overview: >-
                          Bilbo Baggins, a hobbit enjoying his quiet life, is
                          swept into an epic quest by Gandalf the Grey and
                          thirteen dwarves who seek to reclaim their mountain
                          home from Smaug, the dragon.
                        popularity: 93.24
                        poster_path: /yHA9Fc37VmpUA5UncTxxo3rTGVA.jpg
                        release_date: '2012-12-12'
                        title: 'The Hobbit: An Unexpected Journey'
                        video: false
                        vote_average: 7.357
                        vote_count: 18478
                      - adult: false
                        backdrop_path: /npCPnwDyWfQltGfIZKN6WqeUXGI.jpg
                        credit_id: 52fe4926c3a36847f818b79d
                        department: Writing
                        genre_ids:
                          - 14
                          - 12
                          - 28
                        id: 57158
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: The Desolation of Smaug'
                        overview: >-
                          The Dwarves, Bilbo and Gandalf have successfully
                          escaped the Misty Mountains, and Bilbo has gained the
                          One Ring. They all continue their journey to get their
                          gold back from the Dragon, Smaug.
                        popularity: 81.064
                        poster_path: /xQYiXsheRCDBA39DOrmaw1aSpbk.jpg
                        release_date: '2013-12-11'
                        title: 'The Hobbit: The Desolation of Smaug'
                        video: false
                        vote_average: 7.574
                        vote_count: 13222
                      - adult: false
                        backdrop_path: /rm2oMykm5nX6SzXFr7TGHkO6r8Z.jpg
                        credit_id: 6142c7d456b9f70028866791
                        department: Production
                        genre_ids:
                          - 12
                          - 878
                        id: 428078
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Mortal Engines
                        overview: >-
                          Many thousands of years in the future, Earth’s cities
                          roam the globe on huge wheels, devouring each other in
                          a struggle for ever diminishing resources. On one of
                          these massive traction cities, the old London, Tom
                          Natsworthy has an unexpected encounter with a
                          mysterious young woman from the wastelands who will
                          change the course of his life forever.
                        popularity: 51.881
                        poster_path: /gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg
                        release_date: '2018-11-27'
                        title: Mortal Engines
                        video: false
                        vote_average: 6.2
                        vote_count: 4695
                      - adult: false
                        backdrop_path: /zn13a7U9eMTJq8sHthe3bCgsVm4.jpg
                        credit_id: 5502d5c2c3a3685b9600473a
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 14
                        id: 122917
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: The Battle of the Five Armies'
                        overview: >-
                          Immediately after the events of The Desolation of
                          Smaug, Bilbo and the dwarves try to defend Erebor's
                          mountain of treasure from others who claim it: the men
                          of the ruined Laketown and the elves of Mirkwood.
                          Meanwhile an army of Orcs led by Azog the Defiler is
                          marching on Erebor, fueled by the rise of the dark
                          lord Sauron. Dwarves, elves and men must unite, and
                          the hope for Middle-Earth falls into Bilbo's hands.
                        popularity: 137.682
                        poster_path: /xT98tLqatZPQApyRmlPL12LtiWp.jpg
                        release_date: '2014-12-10'
                        title: 'The Hobbit: The Battle of the Five Armies'
                        video: false
                        vote_average: 7.326
                        vote_count: 14345
                      - adult: false
                        backdrop_path: /jhM3wgWUrrOkz9r4xwV5cV5RhI4.jpg
                        credit_id: 56b4d35a9251415320003eda
                        department: Production
                        genre_ids:
                          - 878
                        id: 17654
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: District 9
                        overview: >-
                          Thirty years ago, aliens arrive on Earth. Not to
                          conquer or give aid, but to find refuge from their
                          dying planet. Separated from humans in a South African
                          area called District 9, the aliens are managed by
                          Multi-National United, which is unconcerned with the
                          aliens' welfare but will do anything to master their
                          advanced technology. When a company field agent
                          contracts a mysterious virus that begins to alter his
                          DNA, there is only one place he can hide: District 9.
                        popularity: 49.508
                        poster_path: /tuGlQkqLxnodDSk6mp5c2wvxUEd.jpg
                        release_date: '2009-08-05'
                        title: District 9
                        video: false
                        vote_average: 7.448
                        vote_count: 9523
                      - adult: false
                        backdrop_path: /rm2oMykm5nX6SzXFr7TGHkO6r8Z.jpg
                        credit_id: 5894a0fcc3a36840a4007536
                        department: Production
                        genre_ids:
                          - 12
                          - 878
                        id: 428078
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: Mortal Engines
                        overview: >-
                          Many thousands of years in the future, Earth’s cities
                          roam the globe on huge wheels, devouring each other in
                          a struggle for ever diminishing resources. On one of
                          these massive traction cities, the old London, Tom
                          Natsworthy has an unexpected encounter with a
                          mysterious young woman from the wastelands who will
                          change the course of his life forever.
                        popularity: 51.881
                        poster_path: /gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg
                        release_date: '2018-11-27'
                        title: Mortal Engines
                        video: false
                        vote_average: 6.2
                        vote_count: 4695
                      - adult: false
                        backdrop_path: /rNteideXyAZabqh7IMiEIFM9TBQ.jpg
                        credit_id: 663ccf93ac08aad7a81edf3b
                        department: Writing
                        genre_ids:
                          - 14
                        id: 1090869
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: 'Lord of the Rings: The Hunt for Gollum'
                        overview: A new film based on the novels to be released in 2026.
                        popularity: 3.817
                        poster_path: /544AyItQjukqCEqLPmdSjsRJDN4.jpg
                        release_date: ''
                        title: 'Lord of the Rings: The Hunt for Gollum'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /rNteideXyAZabqh7IMiEIFM9TBQ.jpg
                        credit_id: 663cd019583b54b20b1eda9a
                        department: Production
                        genre_ids:
                          - 14
                        id: 1090869
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Lord of the Rings: The Hunt for Gollum'
                        overview: A new film based on the novels to be released in 2026.
                        popularity: 3.817
                        poster_path: /544AyItQjukqCEqLPmdSjsRJDN4.jpg
                        release_date: ''
                        title: 'Lord of the Rings: The Hunt for Gollum'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /pVy4M8QOJGzN8zxk9O66a025u6r.jpg
                        credit_id: 663d23490fb291b7d5894ff7
                        department: Production
                        genre_ids:
                          - 18
                          - 53
                        id: 1287871
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Sorrows
                        overview: >-
                          Sarah grows up with mentally ill parents, and an
                          unexpected pregnancy pushes her toward what she thinks
                          is a normal life with her boyfriend. A frightening
                          episode causes her mental state to fray until she
                          uncovers the truth behind her delusions.
                        popularity: 1.201
                        poster_path: /dtIbQQhIwvpL7OERS165dIt1ZgM.jpg
                        release_date: '2013-01-19'
                        title: The Sorrows
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mRM2NB0i3wv4HqxXvwIjEVi4Qqq.jpg
                        credit_id: 5a1a76cd925141032903a657
                        department: Production
                        genre_ids:
                          - 12
                          - 18
                          - 28
                        id: 254
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: King Kong
                        overview: >-
                          In 1933 New York, an overly ambitious movie producer
                          coerces his cast and hired ship crew to travel to
                          mysterious Skull Island, where they encounter Kong, a
                          giant ape who is immediately smitten with the leading
                          lady.
                        popularity: 57.127
                        poster_path: /6a2HY6UmD7XiDD3NokgaBAXEsD2.jpg
                        release_date: '2005-12-12'
                        title: King Kong
                        video: false
                        vote_average: 6.889
                        vote_count: 7889
                      - adult: false
                        backdrop_path: /rm2oMykm5nX6SzXFr7TGHkO6r8Z.jpg
                        credit_id: 5a3819c292514103361f3489
                        department: Writing
                        genre_ids:
                          - 12
                          - 878
                        id: 428078
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: Mortal Engines
                        overview: >-
                          Many thousands of years in the future, Earth’s cities
                          roam the globe on huge wheels, devouring each other in
                          a struggle for ever diminishing resources. On one of
                          these massive traction cities, the old London, Tom
                          Natsworthy has an unexpected encounter with a
                          mysterious young woman from the wastelands who will
                          change the course of his life forever.
                        popularity: 51.881
                        poster_path: /gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg
                        release_date: '2018-11-27'
                        title: Mortal Engines
                        video: false
                        vote_average: 6.2
                        vote_count: 4695
                      - adult: false
                        backdrop_path: /zn13a7U9eMTJq8sHthe3bCgsVm4.jpg
                        credit_id: 5af411f0c3a3682160007e72
                        department: Writing
                        genre_ids:
                          - 28
                          - 12
                          - 14
                        id: 122917
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: The Battle of the Five Armies'
                        overview: >-
                          Immediately after the events of The Desolation of
                          Smaug, Bilbo and the dwarves try to defend Erebor's
                          mountain of treasure from others who claim it: the men
                          of the ruined Laketown and the elves of Mirkwood.
                          Meanwhile an army of Orcs led by Azog the Defiler is
                          marching on Erebor, fueled by the rise of the dark
                          lord Sauron. Dwarves, elves and men must unite, and
                          the hope for Middle-Earth falls into Bilbo's hands.
                        popularity: 137.682
                        poster_path: /xT98tLqatZPQApyRmlPL12LtiWp.jpg
                        release_date: '2014-12-10'
                        title: 'The Hobbit: The Battle of the Five Armies'
                        video: false
                        vote_average: 7.326
                        vote_count: 14345
                      - adult: false
                        backdrop_path: /ie8OSgIHEl6yQiGJ90dsyBWOpQA.jpg
                        credit_id: 66c7e981b09fdc93e7466a69
                        department: Production
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          A sudden attack by Wulf, a clever and traitorous lord
                          of Rohan seeking vengeance for the death of his
                          father, forces Helm Hammerhand, the King of Rohan, and
                          his people to make a daring last stand in the ancient
                          stronghold of the Hornburg.
                        popularity: 1766.978
                        poster_path: /cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.514
                        vote_count: 284
                      - adult: false
                        backdrop_path: /ie8OSgIHEl6yQiGJ90dsyBWOpQA.jpg
                        credit_id: 66c7ea0894dabbb04d5ec70e
                        department: Writing
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        job: Story
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          A sudden attack by Wulf, a clever and traitorous lord
                          of Rohan seeking vengeance for the death of his
                          father, forces Helm Hammerhand, the King of Rohan, and
                          his people to make a daring last stand in the ancient
                          stronghold of the Hornburg.
                        popularity: 1766.978
                        poster_path: /cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.514
                        vote_count: 284
                      - adult: false
                        backdrop_path: /xyXmtuvsoM5J3yNad0nvcetpBdY.jpg
                        credit_id: 5c8d96fd9251410fe79fd379
                        department: Production
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 49051
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: An Unexpected Journey'
                        overview: >-
                          Bilbo Baggins, a hobbit enjoying his quiet life, is
                          swept into an epic quest by Gandalf the Grey and
                          thirteen dwarves who seek to reclaim their mountain
                          home from Smaug, the dragon.
                        popularity: 93.24
                        poster_path: /yHA9Fc37VmpUA5UncTxxo3rTGVA.jpg
                        release_date: '2012-12-12'
                        title: 'The Hobbit: An Unexpected Journey'
                        video: false
                        vote_average: 7.357
                        vote_count: 18478
                      - adult: false
                        backdrop_path: /6G73mNyooWAEQTpckPSnFxFoNmc.jpg
                        credit_id: 5e9255e17a97ab00120bf19d
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 121
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The Two Towers'
                        overview: >-
                          Frodo Baggins and the other members of the Fellowship
                          continue on their sacred quest to destroy the One
                          Ring--but on separate paths. Their destinies lie at
                          two towers--Orthanc Tower in Isengard, where the
                          corrupt wizard Saruman awaits, and Sauron's fortress
                          at Barad-dur, deep within the dark lands of Mordor.
                          Frodo and Sam are trekking to Mordor to destroy the
                          One Ring of Power while Gimli, Legolas and Aragorn
                          search for the orc-captured Merry and Pippin. All
                          along, nefarious wizard Saruman awaits the Fellowship
                          members at the Orthanc Tower in Isengard.
                        popularity: 116.164
                        poster_path: /5VTN0pR8gcqV3EPUHHfMGnJYN9L.jpg
                        release_date: '2002-12-18'
                        title: 'The Lord of the Rings: The Two Towers'
                        video: false
                        vote_average: 8.4
                        vote_count: 22063
                  id:
                    type: number
                    example: 128
              examples:
                Combined Credits Example:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4a5ec3a368484e14f671
                        genre_ids:
                          - 99
                        id: 121251
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: >-
                          Recreating the Eighth Wonder: The Making of 'King
                          Kong'
                        overview: >-
                          Following the immense success of The Lord of the Rings
                          trilogy, Peter Jackson directs King Kong (2005). This
                          documentary follows him, and the immense project from
                          start to finish. It turns out that this one film may
                          actually be a larger task to complete than all 3 of
                          the Lord of the Rings films together.
                        popularity: 1.324
                        poster_path: /sXZQQuHQIt4PWn4K2EDm0h2Y7rm.jpg
                        release_date: '2006-11-14'
                        title: >-
                          Recreating the Eighth Wonder: The Making of 'King
                          Kong'
                        video: false
                        vote_average: 5.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 554214b6c3a3681da5003be6
                        genre_ids:
                          - 99
                        id: 192349
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: 'Beyond the Movie: The Fellowship of the Ring'
                        overview: >-
                          A documentary about the influences on Tolkien,
                          covering in brief his childhood and how he detested
                          the onslaught of industry through the idyllic
                          countryside, moving on to describe his fighting
                          experience from WWI, and closing with a look at the
                          Finnish inspiration for the scholar's self-invented
                          languages of Elfish. In between are interviews with
                          the cast of the films and some clips, by far the most
                          from "The Fellowship of the Ring", but a few glimpses
                          of Rohan riders (from "The Two Towers") are provided.
                          Also, there are interviews with a range of the
                          filmmakers.
                        popularity: 2.875
                        poster_path: /knCJvfbr4LWNZBkTDlwRdM28PuR.jpg
                        release_date: '2001-12-23'
                        title: 'Beyond the Movie: The Fellowship of the Ring'
                        video: false
                        vote_average: 6.1
                        vote_count: 16
                      - adult: false
                        backdrop_path: /lNeI38wDvicLnTsvCzLfYjcmZe4.jpg
                        character: Self
                        credit_id: 66654c85e5dd93fa354dcbe7
                        genre_ids:
                          - 99
                        id: 630434
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: 'A Filmmaker''s Journey: Making ''The Return of the King'''
                        overview: >-
                          A documentary about the making of 'The Lord of the
                          Rings: The Return of the King'.
                        popularity: 1.8
                        poster_path: /n49536WsG2d45y91OpJiGLeYFPY.jpg
                        release_date: '2004-12-14'
                        title: 'A Filmmaker''s Journey: Making ''The Return of the King'''
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /6So1F3UlHkvXwziKabnTLyeUrnA.jpg
                        character: Self - Co-Screenwriter
                        credit_id: 66656cbedd971ce4ec15851f
                        genre_ids:
                          - 99
                          - 36
                          - 10770
                        id: 218166
                        media_type: movie
                        order: 21
                        original_language: en
                        original_title: 'Beyond the Movie: The Return of the King'
                        overview: >-
                          Documentary exploring the parallels between 'The
                          Return of the King' and real events and people in
                          history.
                        popularity: 1.832
                        poster_path: /mVIJapNx0MehdVWgIRlaY0in0XY.jpg
                        release_date: '2003-12-12'
                        title: 'Beyond the Movie: The Return of the King'
                        video: false
                        vote_average: 7.2
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 58fcce6b92514163ec022615
                        genre_ids:
                          - 99
                          - 10770
                          - 14
                          - 12
                        id: 453779
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: >-
                          A Passage to Middle-Earth: Making of 'Lord of the
                          Rings'
                        overview: >-
                          The making of Peter Jackson's adaptation of Tolkien's
                          classic work.
                        popularity: 5.941
                        poster_path: /hvGMNY2de55UZDDX5EYYKtm38DV.jpg
                        release_date: '2001-12-09'
                        title: >-
                          A Passage to Middle-Earth: Making of 'Lord of the
                          Rings'
                        video: false
                        vote_average: 6.8
                        vote_count: 9
                      - adult: false
                        backdrop_path: /kQxYnTvBS388xIzkakmyo5hVm62.jpg
                        character: Self
                        credit_id: 5f7decc8d5ffcb003409c9e3
                        genre_ids:
                          - 99
                        id: 71506
                        media_type: movie
                        order: 15
                        original_language: en
                        original_title: 'Ringers: Lord of the Fans'
                        overview: >-
                          'Ringers: Lord of the Fans' is a feature-length
                          documentary that explores how "The Lord of the Rings"
                          has influenced Western popular culture over the past
                          50 years.
                        popularity: 3.79
                        poster_path: /mj3NkZQXpGSxdLYlkfZzTCOOnPN.jpg
                        release_date: '2005-01-21'
                        title: 'Ringers: Lord of the Fans'
                        video: false
                        vote_average: 6.3
                        vote_count: 21
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 60a18bdc839018003fd01313
                        genre_ids:
                          - 99
                          - 10770
                        id: 573089
                        media_type: movie
                        order: 9
                        original_language: en
                        original_title: 'The Quest Fulfilled: A Director''s Vision'
                        overview: ''
                        popularity: 1.924
                        poster_path: /mGtbuCLQZ3xI02juytVRXHOQJoD.jpg
                        release_date: '2003-12-26'
                        title: 'The Quest Fulfilled: A Director''s Vision'
                        video: false
                        vote_average: 6.4
                        vote_count: 6
                    crew:
                      - adult: false
                        backdrop_path: /z51Wzj94hvAIsWfknifKTqKJRwp.jpg
                        credit_id: 52fe421ac3a36847f8004431
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 120
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The Fellowship of the Ring'
                        overview: >-
                          Young hobbit Frodo Baggins, after inheriting a
                          mysterious ring from his uncle Bilbo, must leave his
                          home in order to keep it from falling into the hands
                          of its evil creator. Along the way, a fellowship is
                          formed to protect the ringbearer and make sure that
                          the ring arrives at its final destination: Mt. Doom,
                          the only place where it can be destroyed.
                        popularity: 159.944
                        poster_path: /6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg
                        release_date: '2001-12-18'
                        title: 'The Lord of the Rings: The Fellowship of the Ring'
                        video: false
                        vote_average: 8.416
                        vote_count: 25422
                      - adult: false
                        backdrop_path: /5JrZAtyk3LwiiAWLW0kwz41XZJC.jpg
                        credit_id: 52fe421bc3a36847f80046f3
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 122
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The Return of the King'
                        overview: >-
                          As armies mass for a final battle that will decide the
                          fate of the world--and powerful, ancient forces of
                          Light and Dark compete to determine the outcome--one
                          member of the Fellowship of the Ring is revealed as
                          the noble heir to the throne of the Kings of Men. Yet,
                          the sole hope for triumph over evil lies with a brave
                          hobbit, Frodo, who, accompanied by his loyal friend
                          Sam and the hideous, wretched Gollum, ventures deep
                          into the very dark heart of Mordor on his seemingly
                          impossible quest to destroy the Ring of Power.​
                        popularity: 151.159
                        poster_path: /rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg
                        release_date: '2003-12-17'
                        title: 'The Lord of the Rings: The Return of the King'
                        video: false
                        vote_average: 8.5
                        vote_count: 24460
                      - adult: false
                        backdrop_path: /qX4tqz74SkP4H4Z9AeZhKWJ4bI7.jpg
                        credit_id: 52fe448bc3a36847f809be9f
                        department: Writing
                        genre_ids:
                          - 14
                          - 18
                        id: 7980
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: The Lovely Bones
                        overview: >-
                          After being brutally murdered, 14-year-old Susie
                          Salmon watches from heaven over her grief-stricken
                          family -- and her killer. As she observes their daily
                          lives, she must balance her thirst for revenge with
                          her desire for her family to heal.
                        popularity: 43.199
                        poster_path: /sn0iDphRxQ7I6aLd9igIgACITak.jpg
                        release_date: '2009-12-26'
                        title: The Lovely Bones
                        video: false
                        vote_average: 7.073
                        vote_count: 4614
                      - adult: false
                        backdrop_path: /qX4tqz74SkP4H4Z9AeZhKWJ4bI7.jpg
                        credit_id: 52fe448bc3a36847f809bec9
                        department: Production
                        genre_ids:
                          - 14
                          - 18
                        id: 7980
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Lovely Bones
                        overview: >-
                          After being brutally murdered, 14-year-old Susie
                          Salmon watches from heaven over her grief-stricken
                          family -- and her killer. As she observes their daily
                          lives, she must balance her thirst for revenge with
                          her desire for her family to heal.
                        popularity: 43.199
                        poster_path: /sn0iDphRxQ7I6aLd9igIgACITak.jpg
                        release_date: '2009-12-26'
                        title: The Lovely Bones
                        video: false
                        vote_average: 7.073
                        vote_count: 4614
                      - adult: false
                        backdrop_path: /mRM2NB0i3wv4HqxXvwIjEVi4Qqq.jpg
                        credit_id: 60820a5567825900570dece4
                        department: Writing
                        genre_ids:
                          - 12
                          - 18
                          - 28
                        id: 254
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: King Kong
                        overview: >-
                          In 1933 New York, an overly ambitious movie producer
                          coerces his cast and hired ship crew to travel to
                          mysterious Skull Island, where they encounter Kong, a
                          giant ape who is immediately smitten with the leading
                          lady.
                        popularity: 57.127
                        poster_path: /6a2HY6UmD7XiDD3NokgaBAXEsD2.jpg
                        release_date: '2005-12-12'
                        title: King Kong
                        video: false
                        vote_average: 6.889
                        vote_count: 7889
                      - adult: false
                        backdrop_path: /xyXmtuvsoM5J3yNad0nvcetpBdY.jpg
                        credit_id: 52fe4784c3a36847f813a04f
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 49051
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: An Unexpected Journey'
                        overview: >-
                          Bilbo Baggins, a hobbit enjoying his quiet life, is
                          swept into an epic quest by Gandalf the Grey and
                          thirteen dwarves who seek to reclaim their mountain
                          home from Smaug, the dragon.
                        popularity: 93.24
                        poster_path: /yHA9Fc37VmpUA5UncTxxo3rTGVA.jpg
                        release_date: '2012-12-12'
                        title: 'The Hobbit: An Unexpected Journey'
                        video: false
                        vote_average: 7.357
                        vote_count: 18478
                      - adult: false
                        backdrop_path: /npCPnwDyWfQltGfIZKN6WqeUXGI.jpg
                        credit_id: 52fe4926c3a36847f818b79d
                        department: Writing
                        genre_ids:
                          - 14
                          - 12
                          - 28
                        id: 57158
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: The Desolation of Smaug'
                        overview: >-
                          The Dwarves, Bilbo and Gandalf have successfully
                          escaped the Misty Mountains, and Bilbo has gained the
                          One Ring. They all continue their journey to get their
                          gold back from the Dragon, Smaug.
                        popularity: 81.064
                        poster_path: /xQYiXsheRCDBA39DOrmaw1aSpbk.jpg
                        release_date: '2013-12-11'
                        title: 'The Hobbit: The Desolation of Smaug'
                        video: false
                        vote_average: 7.574
                        vote_count: 13222
                      - adult: false
                        backdrop_path: /rm2oMykm5nX6SzXFr7TGHkO6r8Z.jpg
                        credit_id: 6142c7d456b9f70028866791
                        department: Production
                        genre_ids:
                          - 12
                          - 878
                        id: 428078
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Mortal Engines
                        overview: >-
                          Many thousands of years in the future, Earth’s cities
                          roam the globe on huge wheels, devouring each other in
                          a struggle for ever diminishing resources. On one of
                          these massive traction cities, the old London, Tom
                          Natsworthy has an unexpected encounter with a
                          mysterious young woman from the wastelands who will
                          change the course of his life forever.
                        popularity: 51.881
                        poster_path: /gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg
                        release_date: '2018-11-27'
                        title: Mortal Engines
                        video: false
                        vote_average: 6.2
                        vote_count: 4695
                      - adult: false
                        backdrop_path: /zn13a7U9eMTJq8sHthe3bCgsVm4.jpg
                        credit_id: 5502d5c2c3a3685b9600473a
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 14
                        id: 122917
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: The Battle of the Five Armies'
                        overview: >-
                          Immediately after the events of The Desolation of
                          Smaug, Bilbo and the dwarves try to defend Erebor's
                          mountain of treasure from others who claim it: the men
                          of the ruined Laketown and the elves of Mirkwood.
                          Meanwhile an army of Orcs led by Azog the Defiler is
                          marching on Erebor, fueled by the rise of the dark
                          lord Sauron. Dwarves, elves and men must unite, and
                          the hope for Middle-Earth falls into Bilbo's hands.
                        popularity: 137.682
                        poster_path: /xT98tLqatZPQApyRmlPL12LtiWp.jpg
                        release_date: '2014-12-10'
                        title: 'The Hobbit: The Battle of the Five Armies'
                        video: false
                        vote_average: 7.326
                        vote_count: 14345
                      - adult: false
                        backdrop_path: /jhM3wgWUrrOkz9r4xwV5cV5RhI4.jpg
                        credit_id: 56b4d35a9251415320003eda
                        department: Production
                        genre_ids:
                          - 878
                        id: 17654
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: District 9
                        overview: >-
                          Thirty years ago, aliens arrive on Earth. Not to
                          conquer or give aid, but to find refuge from their
                          dying planet. Separated from humans in a South African
                          area called District 9, the aliens are managed by
                          Multi-National United, which is unconcerned with the
                          aliens' welfare but will do anything to master their
                          advanced technology. When a company field agent
                          contracts a mysterious virus that begins to alter his
                          DNA, there is only one place he can hide: District 9.
                        popularity: 49.508
                        poster_path: /tuGlQkqLxnodDSk6mp5c2wvxUEd.jpg
                        release_date: '2009-08-05'
                        title: District 9
                        video: false
                        vote_average: 7.448
                        vote_count: 9523
                      - adult: false
                        backdrop_path: /rm2oMykm5nX6SzXFr7TGHkO6r8Z.jpg
                        credit_id: 5894a0fcc3a36840a4007536
                        department: Production
                        genre_ids:
                          - 12
                          - 878
                        id: 428078
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: Mortal Engines
                        overview: >-
                          Many thousands of years in the future, Earth’s cities
                          roam the globe on huge wheels, devouring each other in
                          a struggle for ever diminishing resources. On one of
                          these massive traction cities, the old London, Tom
                          Natsworthy has an unexpected encounter with a
                          mysterious young woman from the wastelands who will
                          change the course of his life forever.
                        popularity: 51.881
                        poster_path: /gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg
                        release_date: '2018-11-27'
                        title: Mortal Engines
                        video: false
                        vote_average: 6.2
                        vote_count: 4695
                      - adult: false
                        backdrop_path: /rNteideXyAZabqh7IMiEIFM9TBQ.jpg
                        credit_id: 663ccf93ac08aad7a81edf3b
                        department: Writing
                        genre_ids:
                          - 14
                        id: 1090869
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: 'Lord of the Rings: The Hunt for Gollum'
                        overview: A new film based on the novels to be released in 2026.
                        popularity: 3.817
                        poster_path: /544AyItQjukqCEqLPmdSjsRJDN4.jpg
                        release_date: ''
                        title: 'Lord of the Rings: The Hunt for Gollum'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /rNteideXyAZabqh7IMiEIFM9TBQ.jpg
                        credit_id: 663cd019583b54b20b1eda9a
                        department: Production
                        genre_ids:
                          - 14
                        id: 1090869
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Lord of the Rings: The Hunt for Gollum'
                        overview: A new film based on the novels to be released in 2026.
                        popularity: 3.817
                        poster_path: /544AyItQjukqCEqLPmdSjsRJDN4.jpg
                        release_date: ''
                        title: 'Lord of the Rings: The Hunt for Gollum'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /pVy4M8QOJGzN8zxk9O66a025u6r.jpg
                        credit_id: 663d23490fb291b7d5894ff7
                        department: Production
                        genre_ids:
                          - 18
                          - 53
                        id: 1287871
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Sorrows
                        overview: >-
                          Sarah grows up with mentally ill parents, and an
                          unexpected pregnancy pushes her toward what she thinks
                          is a normal life with her boyfriend. A frightening
                          episode causes her mental state to fray until she
                          uncovers the truth behind her delusions.
                        popularity: 1.201
                        poster_path: /dtIbQQhIwvpL7OERS165dIt1ZgM.jpg
                        release_date: '2013-01-19'
                        title: The Sorrows
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mRM2NB0i3wv4HqxXvwIjEVi4Qqq.jpg
                        credit_id: 5a1a76cd925141032903a657
                        department: Production
                        genre_ids:
                          - 12
                          - 18
                          - 28
                        id: 254
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: King Kong
                        overview: >-
                          In 1933 New York, an overly ambitious movie producer
                          coerces his cast and hired ship crew to travel to
                          mysterious Skull Island, where they encounter Kong, a
                          giant ape who is immediately smitten with the leading
                          lady.
                        popularity: 57.127
                        poster_path: /6a2HY6UmD7XiDD3NokgaBAXEsD2.jpg
                        release_date: '2005-12-12'
                        title: King Kong
                        video: false
                        vote_average: 6.889
                        vote_count: 7889
                      - adult: false
                        backdrop_path: /rm2oMykm5nX6SzXFr7TGHkO6r8Z.jpg
                        credit_id: 5a3819c292514103361f3489
                        department: Writing
                        genre_ids:
                          - 12
                          - 878
                        id: 428078
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: Mortal Engines
                        overview: >-
                          Many thousands of years in the future, Earth’s cities
                          roam the globe on huge wheels, devouring each other in
                          a struggle for ever diminishing resources. On one of
                          these massive traction cities, the old London, Tom
                          Natsworthy has an unexpected encounter with a
                          mysterious young woman from the wastelands who will
                          change the course of his life forever.
                        popularity: 51.881
                        poster_path: /gLhYg9NIvIPKVRTtvzCWnp1qJWG.jpg
                        release_date: '2018-11-27'
                        title: Mortal Engines
                        video: false
                        vote_average: 6.2
                        vote_count: 4695
                      - adult: false
                        backdrop_path: /zn13a7U9eMTJq8sHthe3bCgsVm4.jpg
                        credit_id: 5af411f0c3a3682160007e72
                        department: Writing
                        genre_ids:
                          - 28
                          - 12
                          - 14
                        id: 122917
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: The Battle of the Five Armies'
                        overview: >-
                          Immediately after the events of The Desolation of
                          Smaug, Bilbo and the dwarves try to defend Erebor's
                          mountain of treasure from others who claim it: the men
                          of the ruined Laketown and the elves of Mirkwood.
                          Meanwhile an army of Orcs led by Azog the Defiler is
                          marching on Erebor, fueled by the rise of the dark
                          lord Sauron. Dwarves, elves and men must unite, and
                          the hope for Middle-Earth falls into Bilbo's hands.
                        popularity: 137.682
                        poster_path: /xT98tLqatZPQApyRmlPL12LtiWp.jpg
                        release_date: '2014-12-10'
                        title: 'The Hobbit: The Battle of the Five Armies'
                        video: false
                        vote_average: 7.326
                        vote_count: 14345
                      - adult: false
                        backdrop_path: /ie8OSgIHEl6yQiGJ90dsyBWOpQA.jpg
                        credit_id: 66c7e981b09fdc93e7466a69
                        department: Production
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          A sudden attack by Wulf, a clever and traitorous lord
                          of Rohan seeking vengeance for the death of his
                          father, forces Helm Hammerhand, the King of Rohan, and
                          his people to make a daring last stand in the ancient
                          stronghold of the Hornburg.
                        popularity: 1766.978
                        poster_path: /cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.514
                        vote_count: 284
                      - adult: false
                        backdrop_path: /ie8OSgIHEl6yQiGJ90dsyBWOpQA.jpg
                        credit_id: 66c7ea0894dabbb04d5ec70e
                        department: Writing
                        genre_ids:
                          - 16
                          - 14
                          - 28
                          - 12
                        id: 839033
                        job: Story
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The War of the Rohirrim'
                        overview: >-
                          A sudden attack by Wulf, a clever and traitorous lord
                          of Rohan seeking vengeance for the death of his
                          father, forces Helm Hammerhand, the King of Rohan, and
                          his people to make a daring last stand in the ancient
                          stronghold of the Hornburg.
                        popularity: 1766.978
                        poster_path: /cXzCOx1hUuU9CfmiEv6rXjb6EqU.jpg
                        release_date: '2024-12-05'
                        title: 'The Lord of the Rings: The War of the Rohirrim'
                        video: false
                        vote_average: 6.514
                        vote_count: 284
                      - adult: false
                        backdrop_path: /xyXmtuvsoM5J3yNad0nvcetpBdY.jpg
                        credit_id: 5c8d96fd9251410fe79fd379
                        department: Production
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 49051
                        job: Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Hobbit: An Unexpected Journey'
                        overview: >-
                          Bilbo Baggins, a hobbit enjoying his quiet life, is
                          swept into an epic quest by Gandalf the Grey and
                          thirteen dwarves who seek to reclaim their mountain
                          home from Smaug, the dragon.
                        popularity: 93.24
                        poster_path: /yHA9Fc37VmpUA5UncTxxo3rTGVA.jpg
                        release_date: '2012-12-12'
                        title: 'The Hobbit: An Unexpected Journey'
                        video: false
                        vote_average: 7.357
                        vote_count: 18478
                      - adult: false
                        backdrop_path: /6G73mNyooWAEQTpckPSnFxFoNmc.jpg
                        credit_id: 5e9255e17a97ab00120bf19d
                        department: Writing
                        genre_ids:
                          - 12
                          - 14
                          - 28
                        id: 121
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: 'The Lord of the Rings: The Two Towers'
                        overview: >-
                          Frodo Baggins and the other members of the Fellowship
                          continue on their sacred quest to destroy the One
                          Ring--but on separate paths. Their destinies lie at
                          two towers--Orthanc Tower in Isengard, where the
                          corrupt wizard Saruman awaits, and Sauron's fortress
                          at Barad-dur, deep within the dark lands of Mordor.
                          Frodo and Sam are trekking to Mordor to destroy the
                          One Ring of Power while Gimli, Legolas and Aragorn
                          search for the orc-captured Merry and Pippin. All
                          along, nefarious wizard Saruman awaits the Fellowship
                          members at the Orthanc Tower in Isengard.
                        popularity: 116.164
                        poster_path: /5VTN0pR8gcqV3EPUHHfMGnJYN9L.jpg
                        release_date: '2002-12-18'
                        title: 'The Lord of the Rings: The Two Towers'
                        video: false
                        vote_average: 8.4
                        vote_count: 22063
                    id: 128
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````