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

# Combine Credit

> This endpoint get 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: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/person/{person_id}/combined_credits:
    parameters:
      - name: person_id
        in: path
        required: true
        schema:
          type: integer
          example: 213121
    get:
      tags:
        - PEOPLE
      summary: Combine Credit
      description: >-
        This endpoint get the combined movie and TV credits that belong to a
        person.
      operationId: combineCredit
      parameters:
        - name: language
          in: query
          schema:
            type: string
            default: en-US
      responses:
        '200':
          description: Combine Credit
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=26727
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 10:34:25 GMT
            ETag:
              schema:
                type: string
                example: W/"7d806651ca06dca0c47397c970c1dcfe"
            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 ef212a3d9b7a6edd15e1293f0bf1420e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: TGZIgklcrg7cVo_bbLnDEPztrbfOxmiR6n5dXThgcE8bwC_3rZ3hlg==
            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: '26727'
            x-memc-key:
              schema:
                type: string
                example: 492d97bb1995005c87c56286b85aed09
          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: /cKeg6HvbYffrEWRFBwzXVesgeZm.jpg
                        character:
                          type: string
                          example: ''
                        credit_id:
                          type: string
                          example: 619e7eadb4a5430044dcfbe6
                        episode_count:
                          type: number
                          example: 1
                        first_air_date:
                          type: string
                          example: '2021-07-30'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 99
                          example:
                            - 99
                        id:
                          type: number
                          example: 700376
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: Back on the Record with Bob Costas
                        order:
                          type: number
                          example: 2
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: Back on the Record with Bob Costas
                        original_title:
                          type: string
                          example: Before They Were Cowboys
                        overview:
                          type: string
                          example: >-
                            Before Jerry Jones and Jimmy Johnson teamed up as
                            owner and head coach of the Dallas Cowboys, they
                            were key players on Arkansas' unbeaten national
                            champions in 1964. This documentary examines how
                            their time at Arkansas shaped their futures.
                        popularity:
                          type: number
                          example: 0.577
                        poster_path:
                          type: string
                          nullable: true
                          example: /bhCPlCOxmINLBKN9UtRRWdv2vhy.jpg
                        release_date:
                          type: string
                          example: '2016-12-28'
                        title:
                          type: string
                          example: Before They Were Cowboys
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 0
                        vote_count:
                          type: number
                          example: 0
                    example:
                      - adult: false
                        backdrop_path: /cKeg6HvbYffrEWRFBwzXVesgeZm.jpg
                        character: ''
                        credit_id: 619e7eadb4a5430044dcfbe6
                        genre_ids:
                          - 99
                        id: 700376
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Before They Were Cowboys
                        overview: >-
                          Before Jerry Jones and Jimmy Johnson teamed up as
                          owner and head coach of the Dallas Cowboys, they were
                          key players on Arkansas' unbeaten national champions
                          in 1964. This documentary examines how their time at
                          Arkansas shaped their futures.
                        popularity: 0.577
                        poster_path: /bhCPlCOxmINLBKN9UtRRWdv2vhy.jpg
                        release_date: '2016-12-28'
                        title: Before They Were Cowboys
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 642a1f09b39e35011134861a
                        genre_ids:
                          - 99
                        id: 1032198
                        media_type: movie
                        order: 64
                        original_language: en
                        original_title: 'Behind the Shield: The Power and Politics of the NFL'
                        overview: >-
                          Celebrated author and Nation magazine sports editor
                          Dave Zirin tackles the myth that the NFL was somehow
                          free of politics before Colin Kaepernick and other
                          Black NFL players took a knee.
                        popularity: 3.026
                        poster_path: /w5yXZW9RuJTCxYgiE2RdrpWPXUr.jpg
                        release_date: '2022-09-23'
                        title: 'Behind the Shield: The Power and Politics of the NFL'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Himself - Cowboys Owner
                        credit_id: 52fe4b509251416c750ff051
                        genre_ids:
                          - 99
                        id: 145175
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: America's Parking Lot
                        overview: ''
                        popularity: 0.631
                        poster_path: null
                        release_date: '2012-03-11'
                        title: America's Parking Lot
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /gX940ca4jJySahl9ldalyEgINBQ.jpg
                        character: Self
                        credit_id: 66cac77b87d0e713456e97c9
                        genre_ids:
                          - 99
                        id: 1338687
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Jimmy Johnson Story
                        overview: >-
                          It was confidence, not arrogance, that put he Dallas
                          Cowboys on the media firing line during their
                          successful quest for a second consecutive Super Bowl
                          victory. It was also typical Jimmy Johnson the
                          unconventional coach who wrote his own rules, and took
                          the Dallas Cowboys from worse to first in just four
                          years.
                        popularity: 0.727
                        poster_path: /2z4R8rwgQQyZyvrYPpgAIwOg9Nl.jpg
                        release_date: '1994-07-08'
                        title: The Jimmy Johnson Story
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /eNFRRw1Iq9zzHVeUE7lwqgP7wEC.jpg
                        character: ''
                        credit_id: 5d017fc5c3a368623022d55c
                        genre_ids:
                          - 99
                        id: 608490
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: >-
                          NFL Greatest Games: Dallas Cowboys 1992 NFC
                          Championship Game
                        overview: >-
                          In what would be the first NFC Championship against
                          each other in the 90s, the Dallas Cowboys and San
                          Francisco 49ers faced off for the chance to go to
                          Super Bowl XXVII. The featured two future Hall of Fame
                          quarterbacks, Troy Aikman and Steve Young.  Young
                          threw for 313 yards but Aikman led the Cowboys to a
                          30-20 victory by throwing for 322 yards and 2
                          touchdown passes.
                        popularity: 0.63
                        poster_path: /zKowktKlhZjuCXxLNBHPN3TmS9K.jpg
                        release_date: '2003-01-01'
                        title: >-
                          NFL Greatest Games: Dallas Cowboys 1992 NFC
                          Championship Game
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5d02ffc99251411a82c657f5
                        genre_ids:
                          - 99
                        id: 608696
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: >-
                          The Story of the 2003 Dallas Cowboys: The Boys Are
                          Back
                        overview: >-
                          These NFL Films produced highlight DVDs take fans on
                          the NFL roller coaster ride each week, from game 1
                          through the team's playoff campaign. The DVDs recap
                          the 2003-04 campaign, as well as provide a look at the
                          upcoming 2004-05 season.
                        popularity: 0.906
                        poster_path: /ckdcUKaMCw2vse2pPFx0t9s3lRx.jpg
                        release_date: '2004-09-28'
                        title: >-
                          The Story of the 2003 Dallas Cowboys: The Boys Are
                          Back
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5eaeec500b73160024400479
                        genre_ids:
                          - 99
                        id: 699984
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: 'A Tale of Two Cities: Part 2'
                        overview: >-
                          The 49ers–Cowboys rivalry during the 1990s, when San
                          Francisco and Dallas faced each other in the NFC
                          Championship Game three consecutive times.
                        popularity: 0.862
                        poster_path: null
                        release_date: '2015-12-19'
                        title: 'A Tale of Two Cities: Part 2'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5eaee9f00c3ec8001fcd6b64
                        genre_ids:
                          - 99
                        id: 699978
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: A Tale of Two Cities
                        overview: >-
                          The story of the intense rivalry between the San
                          Francisco 49ers and the Dallas Cowboys that lasted
                          through the entire 1980's and 1990's.
                        popularity: 0.667
                        poster_path: null
                        release_date: '2015-12-15'
                        title: A Tale of Two Cities
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /fKHJikRdF003w0GI16VrSg4mL0K.jpg
                        character: Self
                        credit_id: 673810d1d28043e976e36e1e
                        genre_ids:
                          - 28
                        id: 1256599
                        media_type: movie
                        order: 19
                        original_language: en
                        original_title: Jake Paul vs. Mike Tyson
                        overview: >-
                          The Problem Child, Jake 'El Gallo' Paul, goes up
                          against the Baddest Man on the Planet, Mike Tyson,
                          live from the AT&T Stadium in Arlington, Texas. Katie
                          Taylor defends her undisputed title over 10,
                          two-minute rounds against boxing trailblazer and
                          unified featherweight world champion Amanda 'The Real
                          Deal' Serrano in the most anticipated rematch in
                          women's boxing history.
                        popularity: 238.965
                        poster_path: /dZqlRhJBcuHNQgoxC8phKgWC6W8.jpg
                        release_date: '2024-11-15'
                        title: Jake Paul vs. Mike Tyson
                        video: true
                        vote_average: 6.2
                        vote_count: 22
                      - adult: false
                        backdrop_path: /mTGyzZuRFY1M5qkrvrUUv6XIft.jpg
                        character: Self
                        credit_id: 6189776035d1bc00636c67ca
                        episode_count: 1
                        first_air_date: '2021-07-30'
                        genre_ids:
                          - 10767
                        id: 124207
                        media_type: tv
                        name: Back on the Record with Bob Costas
                        origin_country:
                          - US
                        original_language: en
                        original_name: Back on the Record with Bob Costas
                        overview: >-
                          In-depth interviews with the biggest names in sports,
                          entertainment, and popular culture, and discussions
                          led by Bob Costas that addresses the most topical
                          issues in sports.
                        popularity: 4.772
                        poster_path: /5XyAuMtdCW6gMHKGtGTnLuFrLXH.jpg
                        vote_average: 6
                        vote_count: 4
                      - adult: false
                        backdrop_path: /v7qlRtdAaeaqvecjXgbIeeZveuT.jpg
                        character: Self
                        credit_id: 5ba51c8b9251412df0019658
                        episode_count: 1
                        first_air_date: '2015-11-18'
                        genre_ids:
                          - 10767
                        id: 70289
                        media_type: tv
                        name: Undeniable with Dan Patrick
                        origin_country:
                          - US
                        original_language: en
                        original_name: Undeniable with Dan Patrick
                        overview: >-
                          A one‐on‐one interview show that gives legendary
                          athletes and coaches the opportunity to share their
                          ascent to the pinnacle of success through their
                          personal life stories and philosophies.
                        popularity: 15.243
                        poster_path: /pZnMljff3aeXWHPn3pbfdHYJ7vw.jpg
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /4MRgkPa85umPuvNpahlQo1JtzMP.jpg
                        character: Jerry Jones
                        credit_id: 5c8851009251410cd1bfe8d0
                        episode_count: 1
                        first_air_date: '2009-10-29'
                        genre_ids:
                          - 35
                        id: 31497
                        media_type: tv
                        name: The League
                        origin_country:
                          - US
                        original_language: en
                        original_name: The League
                        overview: >-
                          The League is an American sitcom and semi-improvised
                          comedy about a about a fantasy football league and its
                          members and their everyday lives.
                        popularity: 393.44
                        poster_path: /2l9lrTVG0BxU7zqsf5UQ1g4AbBH.jpg
                        vote_average: 7.34
                        vote_count: 187
                      - adult: false
                        backdrop_path: /faukFVjVlLlwXIEhYllwdZaZOR.jpg
                        character: Jerry Jones
                        credit_id: 5cd95cb80e0a26045ccbbcb8
                        episode_count: 3
                        first_air_date: '1996-08-10'
                        genre_ids:
                          - 35
                        id: 172
                        media_type: tv
                        name: Arliss
                        origin_country:
                          - US
                        original_language: en
                        original_name: Arliss
                        overview: >-
                          A behind-the-scenes look at the glitzy, big-money
                          world of professional sports following the eternally
                          optimistic and endlessly resourceful L.A. sports agent
                          Arliss Michaels whose Achilles' heel is his inability
                          to say “no” to clients and employees.
                        popularity: 43.727
                        poster_path: /cJgRJdI1UsdpXEpkVtlmT0quTzm.jpg
                        vote_average: 6.5
                        vote_count: 11
                      - adult: false
                        backdrop_path: /k4pL7iYZh6piaEAEDKppMH0i44W.jpg
                        character: Jerry Jones
                        credit_id: 66b31b6d9a7b0a49eb6f0b88
                        episode_count: 1
                        first_air_date: '1989-02-28'
                        genre_ids:
                          - 35
                        id: 2455
                        media_type: tv
                        name: Coach
                        origin_country:
                          - US
                        original_language: en
                        original_name: Coach
                        overview: >-
                          Hayden Fox, the curmudgeonly coach of Minnesota State
                          University's Screaming Eagles football team, tries to
                          navigate his way through the sports world, fatherhood
                          and family life without dropping the ball.
                        popularity: 126.915
                        poster_path: /wLOWTQMBuYu1AcbWI6YvQJrlxoJ.jpg
                        vote_average: 6.9
                        vote_count: 51
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6764ca830b2fbb9dea5de1f3
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 279942
                        media_type: tv
                        name: America's Team
                        origin_country:
                          - US
                        original_language: en
                        original_name: America's Team
                        overview: >-
                          Through never-before-seen footage and interviews, this
                          series tells the definitive story of the Dallas
                          Cowboys and Jerry Jones' impact on NFL history.
                        popularity: 0.718
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                  crew:
                    type: array
                    items: {}
                    example: []
                  id:
                    type: number
                    example: 213121
              examples:
                Combine Credit:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: /cKeg6HvbYffrEWRFBwzXVesgeZm.jpg
                        character: ''
                        credit_id: 619e7eadb4a5430044dcfbe6
                        genre_ids:
                          - 99
                        id: 700376
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Before They Were Cowboys
                        overview: >-
                          Before Jerry Jones and Jimmy Johnson teamed up as
                          owner and head coach of the Dallas Cowboys, they were
                          key players on Arkansas' unbeaten national champions
                          in 1964. This documentary examines how their time at
                          Arkansas shaped their futures.
                        popularity: 0.577
                        poster_path: /bhCPlCOxmINLBKN9UtRRWdv2vhy.jpg
                        release_date: '2016-12-28'
                        title: Before They Were Cowboys
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 642a1f09b39e35011134861a
                        genre_ids:
                          - 99
                        id: 1032198
                        media_type: movie
                        order: 64
                        original_language: en
                        original_title: 'Behind the Shield: The Power and Politics of the NFL'
                        overview: >-
                          Celebrated author and Nation magazine sports editor
                          Dave Zirin tackles the myth that the NFL was somehow
                          free of politics before Colin Kaepernick and other
                          Black NFL players took a knee.
                        popularity: 3.026
                        poster_path: /w5yXZW9RuJTCxYgiE2RdrpWPXUr.jpg
                        release_date: '2022-09-23'
                        title: 'Behind the Shield: The Power and Politics of the NFL'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Himself - Cowboys Owner
                        credit_id: 52fe4b509251416c750ff051
                        genre_ids:
                          - 99
                        id: 145175
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: America's Parking Lot
                        overview: ''
                        popularity: 0.631
                        poster_path: null
                        release_date: '2012-03-11'
                        title: America's Parking Lot
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /gX940ca4jJySahl9ldalyEgINBQ.jpg
                        character: Self
                        credit_id: 66cac77b87d0e713456e97c9
                        genre_ids:
                          - 99
                        id: 1338687
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Jimmy Johnson Story
                        overview: >-
                          It was confidence, not arrogance, that put he Dallas
                          Cowboys on the media firing line during their
                          successful quest for a second consecutive Super Bowl
                          victory. It was also typical Jimmy Johnson the
                          unconventional coach who wrote his own rules, and took
                          the Dallas Cowboys from worse to first in just four
                          years.
                        popularity: 0.727
                        poster_path: /2z4R8rwgQQyZyvrYPpgAIwOg9Nl.jpg
                        release_date: '1994-07-08'
                        title: The Jimmy Johnson Story
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /eNFRRw1Iq9zzHVeUE7lwqgP7wEC.jpg
                        character: ''
                        credit_id: 5d017fc5c3a368623022d55c
                        genre_ids:
                          - 99
                        id: 608490
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: >-
                          NFL Greatest Games: Dallas Cowboys 1992 NFC
                          Championship Game
                        overview: >-
                          In what would be the first NFC Championship against
                          each other in the 90s, the Dallas Cowboys and San
                          Francisco 49ers faced off for the chance to go to
                          Super Bowl XXVII. The featured two future Hall of Fame
                          quarterbacks, Troy Aikman and Steve Young.  Young
                          threw for 313 yards but Aikman led the Cowboys to a
                          30-20 victory by throwing for 322 yards and 2
                          touchdown passes.
                        popularity: 0.63
                        poster_path: /zKowktKlhZjuCXxLNBHPN3TmS9K.jpg
                        release_date: '2003-01-01'
                        title: >-
                          NFL Greatest Games: Dallas Cowboys 1992 NFC
                          Championship Game
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5d02ffc99251411a82c657f5
                        genre_ids:
                          - 99
                        id: 608696
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: >-
                          The Story of the 2003 Dallas Cowboys: The Boys Are
                          Back
                        overview: >-
                          These NFL Films produced highlight DVDs take fans on
                          the NFL roller coaster ride each week, from game 1
                          through the team's playoff campaign. The DVDs recap
                          the 2003-04 campaign, as well as provide a look at the
                          upcoming 2004-05 season.
                        popularity: 0.906
                        poster_path: /ckdcUKaMCw2vse2pPFx0t9s3lRx.jpg
                        release_date: '2004-09-28'
                        title: >-
                          The Story of the 2003 Dallas Cowboys: The Boys Are
                          Back
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5eaeec500b73160024400479
                        genre_ids:
                          - 99
                        id: 699984
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: 'A Tale of Two Cities: Part 2'
                        overview: >-
                          The 49ers–Cowboys rivalry during the 1990s, when San
                          Francisco and Dallas faced each other in the NFC
                          Championship Game three consecutive times.
                        popularity: 0.862
                        poster_path: null
                        release_date: '2015-12-19'
                        title: 'A Tale of Two Cities: Part 2'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5eaee9f00c3ec8001fcd6b64
                        genre_ids:
                          - 99
                        id: 699978
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: A Tale of Two Cities
                        overview: >-
                          The story of the intense rivalry between the San
                          Francisco 49ers and the Dallas Cowboys that lasted
                          through the entire 1980's and 1990's.
                        popularity: 0.667
                        poster_path: null
                        release_date: '2015-12-15'
                        title: A Tale of Two Cities
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /fKHJikRdF003w0GI16VrSg4mL0K.jpg
                        character: Self
                        credit_id: 673810d1d28043e976e36e1e
                        genre_ids:
                          - 28
                        id: 1256599
                        media_type: movie
                        order: 19
                        original_language: en
                        original_title: Jake Paul vs. Mike Tyson
                        overview: >-
                          The Problem Child, Jake 'El Gallo' Paul, goes up
                          against the Baddest Man on the Planet, Mike Tyson,
                          live from the AT&T Stadium in Arlington, Texas. Katie
                          Taylor defends her undisputed title over 10,
                          two-minute rounds against boxing trailblazer and
                          unified featherweight world champion Amanda 'The Real
                          Deal' Serrano in the most anticipated rematch in
                          women's boxing history.
                        popularity: 238.965
                        poster_path: /dZqlRhJBcuHNQgoxC8phKgWC6W8.jpg
                        release_date: '2024-11-15'
                        title: Jake Paul vs. Mike Tyson
                        video: true
                        vote_average: 6.2
                        vote_count: 22
                      - adult: false
                        backdrop_path: /mTGyzZuRFY1M5qkrvrUUv6XIft.jpg
                        character: Self
                        credit_id: 6189776035d1bc00636c67ca
                        episode_count: 1
                        first_air_date: '2021-07-30'
                        genre_ids:
                          - 10767
                        id: 124207
                        media_type: tv
                        name: Back on the Record with Bob Costas
                        origin_country:
                          - US
                        original_language: en
                        original_name: Back on the Record with Bob Costas
                        overview: >-
                          In-depth interviews with the biggest names in sports,
                          entertainment, and popular culture, and discussions
                          led by Bob Costas that addresses the most topical
                          issues in sports.
                        popularity: 4.772
                        poster_path: /5XyAuMtdCW6gMHKGtGTnLuFrLXH.jpg
                        vote_average: 6
                        vote_count: 4
                      - adult: false
                        backdrop_path: /v7qlRtdAaeaqvecjXgbIeeZveuT.jpg
                        character: Self
                        credit_id: 5ba51c8b9251412df0019658
                        episode_count: 1
                        first_air_date: '2015-11-18'
                        genre_ids:
                          - 10767
                        id: 70289
                        media_type: tv
                        name: Undeniable with Dan Patrick
                        origin_country:
                          - US
                        original_language: en
                        original_name: Undeniable with Dan Patrick
                        overview: >-
                          A one‐on‐one interview show that gives legendary
                          athletes and coaches the opportunity to share their
                          ascent to the pinnacle of success through their
                          personal life stories and philosophies.
                        popularity: 15.243
                        poster_path: /pZnMljff3aeXWHPn3pbfdHYJ7vw.jpg
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /4MRgkPa85umPuvNpahlQo1JtzMP.jpg
                        character: Jerry Jones
                        credit_id: 5c8851009251410cd1bfe8d0
                        episode_count: 1
                        first_air_date: '2009-10-29'
                        genre_ids:
                          - 35
                        id: 31497
                        media_type: tv
                        name: The League
                        origin_country:
                          - US
                        original_language: en
                        original_name: The League
                        overview: >-
                          The League is an American sitcom and semi-improvised
                          comedy about a about a fantasy football league and its
                          members and their everyday lives.
                        popularity: 393.44
                        poster_path: /2l9lrTVG0BxU7zqsf5UQ1g4AbBH.jpg
                        vote_average: 7.34
                        vote_count: 187
                      - adult: false
                        backdrop_path: /faukFVjVlLlwXIEhYllwdZaZOR.jpg
                        character: Jerry Jones
                        credit_id: 5cd95cb80e0a26045ccbbcb8
                        episode_count: 3
                        first_air_date: '1996-08-10'
                        genre_ids:
                          - 35
                        id: 172
                        media_type: tv
                        name: Arliss
                        origin_country:
                          - US
                        original_language: en
                        original_name: Arliss
                        overview: >-
                          A behind-the-scenes look at the glitzy, big-money
                          world of professional sports following the eternally
                          optimistic and endlessly resourceful L.A. sports agent
                          Arliss Michaels whose Achilles' heel is his inability
                          to say “no” to clients and employees.
                        popularity: 43.727
                        poster_path: /cJgRJdI1UsdpXEpkVtlmT0quTzm.jpg
                        vote_average: 6.5
                        vote_count: 11
                      - adult: false
                        backdrop_path: /k4pL7iYZh6piaEAEDKppMH0i44W.jpg
                        character: Jerry Jones
                        credit_id: 66b31b6d9a7b0a49eb6f0b88
                        episode_count: 1
                        first_air_date: '1989-02-28'
                        genre_ids:
                          - 35
                        id: 2455
                        media_type: tv
                        name: Coach
                        origin_country:
                          - US
                        original_language: en
                        original_name: Coach
                        overview: >-
                          Hayden Fox, the curmudgeonly coach of Minnesota State
                          University's Screaming Eagles football team, tries to
                          navigate his way through the sports world, fatherhood
                          and family life without dropping the ball.
                        popularity: 126.915
                        poster_path: /wLOWTQMBuYu1AcbWI6YvQJrlxoJ.jpg
                        vote_average: 6.9
                        vote_count: 51
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6764ca830b2fbb9dea5de1f3
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 279942
                        media_type: tv
                        name: America's Team
                        origin_country:
                          - US
                        original_language: en
                        original_name: America's Team
                        overview: >-
                          Through never-before-seen footage and interviews, this
                          series tells the definitive story of the Dallas
                          Cowboys and Jerry Jones' impact on NFL history.
                        popularity: 0.718
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                    crew: []
                    id: 213121
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````