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

# Tv Credit

> This endpoint retrieves a list of TV show credits for a person.



## OpenAPI

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


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


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


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

      Check the v4 [documentation
      ](https://developer.themoviedb.org/v4/docs/getting-started) for more
      information.  
  - name: Collections
  - name: Companies
  - name: Networks
  - name: Trending
  - name: Movies
  - name: Movie Lists
  - name: TV Series
  - name: TV Series Lists
  - name: TV Seasons
  - name: TV Providers
  - name: TV Episode Groups
  - name: Watch Providers
  - name: People
  - name: People List
  - name: Genre
  - name: Changes
  - name: Credits
  - name: Certifications
paths:
  /3/person/{{person_id}}/tv_credits:
    parameters:
      - name: person_id
        in: path
        description: >-
          This represents the person ID. Get it
          [here](https://starlight.mintlify.app/api-reference/personid)
        required: true
        schema:
          type: string
    get:
      tags:
        - People
      summary: Tv Credit
      description: This endpoint retrieves a list of TV show credits for a person.
      operationId: tvCredit
      responses:
        '200':
          description: TV Credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=11755
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 26 Dec 2024 22:21:39 GMT
            ETag:
              schema:
                type: string
                example: W/"450b0617f682b73ef366a12feaf847d7"
            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 51391527dd8c879c45b44b119905c872.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: neXpoBdPhYZHDdYQPl6jf9ebZ86MitNAUoqaD0cc0q59Bq6pPDjKyQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '11503'
            x-memc-expires:
              schema:
                type: string
                example: '11755'
            x-memc-key:
              schema:
                type: string
                example: 870e4c7bed00f21d48379b9875452b2a
          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: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg
                        character:
                          type: string
                          example: ''
                        credit_id:
                          type: string
                          example: 5257089f760ee3776a0455cc
                        episode_count:
                          type: number
                          example: 1
                        first_air_date:
                          type: string
                          example: '2003-01-26'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10767
                          example:
                            - 10767
                            - 35
                        id:
                          type: number
                          example: 1489
                        name:
                          type: string
                          example: Jimmy Kimmel Live!
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: Jimmy Kimmel Live!
                        overview:
                          type: string
                          example: >-
                            Jimmy Kimmel Live! is an American late-night talk
                            show, created and hosted by Jimmy Kimmel and
                            broadcast on ABC.
                        popularity:
                          type: number
                          example: 137.408
                        poster_path:
                          type: string
                          nullable: true
                          example: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg
                        vote_average:
                          type: number
                          example: 5.5
                        vote_count:
                          type: number
                          example: 160
                    example:
                      - adult: false
                        backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg
                        character: ''
                        credit_id: 5257089f760ee3776a0455cc
                        episode_count: 1
                        first_air_date: '2003-01-26'
                        genre_ids:
                          - 10767
                          - 35
                        id: 1489
                        name: Jimmy Kimmel Live!
                        origin_country:
                          - US
                        original_language: en
                        original_name: Jimmy Kimmel Live!
                        overview: >-
                          Jimmy Kimmel Live! is an American late-night talk
                          show, created and hosted by Jimmy Kimmel and broadcast
                          on ABC.
                        popularity: 137.408
                        poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg
                        vote_average: 5.5
                        vote_count: 160
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571afb19c29571140d6d34
                        episode_count: 1
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 222.958
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.2
                        vote_count: 38
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573c5f760ee36aaa0306a9
                        episode_count: 1
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 94.709
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52586e2b760ee346611efed4
                        episode_count: 1
                        first_air_date: '2003-06-23'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22271
                        name: The New Tom Green Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The New Tom Green Show
                        overview: >-
                          The Tom Green Show is a North American television
                          show, created by and starring Canadian comedian Tom
                          Green, that first aired in September 1994. The series
                          aired on Rogers Television 22, a community channel in
                          Ottawa, Ontario, until 1996, when it was picked up by
                          The Comedy Network. The second season began airing on
                          December 4, 1998. (In 1996, Tom Green also produced a
                          pilot episode for CBC Television, although the CBC did
                          not pick up the series.)


                          In January 1999, the show moved to the United States
                          and aired on MTV. The series stopped production in
                          March 2000, due to Green's diagnosis of testicular
                          cancer, but continued to appear on the channel via
                          reruns and other promotional materials. In 2002, it
                          was ranked #41 on TV Guide's 50 Worst TV Shows of All
                          Time. In 2003, the show was revived as The New Tom
                          Green Show. In 2006, Green launched Tom Green Live, a
                          live call-in show for his website, which was later
                          renamed Tom Green's House Tonight.
                        popularity: 31.427
                        poster_path: null
                        vote_average: 4.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg
                        character: Self
                        credit_id: 525899cf760ee346615d9c7e
                        episode_count: 1
                        first_air_date: '2009-09-14'
                        genre_ids:
                          - 10767
                        id: 30769
                        name: Live from Studio Five
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Live from Studio Five
                        overview: >-
                          Live from Studio Five was an early-evening British
                          magazine programme which was produced by Sky News for
                          Channel 5. It was presented by Kate Walsh and a
                          line-up of other co-presenters during its run. It
                          consisted of interviews and discussing topical issues,
                          with an emphasis on showbusiness news and celebrity
                          gossip, after originally covering stories from a
                          popular news agenda. It aired its final edition on 4
                          February 2011 and was replaced by OK! TV in February
                          2011 which lasted just nine months on air before
                          itself being axed.
                        popularity: 3.987
                        poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg
                        vote_average: 3.3
                        vote_count: 12
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: ''
                        credit_id: 62c85e2990b87e00f4d7bc30
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 527.95
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.835
                        vote_count: 315
                  crew:
                    type: array
                    items: {}
                    example: []
                  id:
                    type: number
                    example: 976
              examples:
                TV Credits:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg
                        character: ''
                        credit_id: 5257089f760ee3776a0455cc
                        episode_count: 1
                        first_air_date: '2003-01-26'
                        genre_ids:
                          - 10767
                          - 35
                        id: 1489
                        name: Jimmy Kimmel Live!
                        origin_country:
                          - US
                        original_language: en
                        original_name: Jimmy Kimmel Live!
                        overview: >-
                          Jimmy Kimmel Live! is an American late-night talk
                          show, created and hosted by Jimmy Kimmel and broadcast
                          on ABC.
                        popularity: 137.408
                        poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg
                        vote_average: 5.5
                        vote_count: 160
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571afb19c29571140d6d34
                        episode_count: 1
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 222.958
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.2
                        vote_count: 38
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573c5f760ee36aaa0306a9
                        episode_count: 1
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 94.709
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52586e2b760ee346611efed4
                        episode_count: 1
                        first_air_date: '2003-06-23'
                        genre_ids:
                          - 10767
                          - 35
                        id: 22271
                        name: The New Tom Green Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The New Tom Green Show
                        overview: >-
                          The Tom Green Show is a North American television
                          show, created by and starring Canadian comedian Tom
                          Green, that first aired in September 1994. The series
                          aired on Rogers Television 22, a community channel in
                          Ottawa, Ontario, until 1996, when it was picked up by
                          The Comedy Network. The second season began airing on
                          December 4, 1998. (In 1996, Tom Green also produced a
                          pilot episode for CBC Television, although the CBC did
                          not pick up the series.)


                          In January 1999, the show moved to the United States
                          and aired on MTV. The series stopped production in
                          March 2000, due to Green's diagnosis of testicular
                          cancer, but continued to appear on the channel via
                          reruns and other promotional materials. In 2002, it
                          was ranked #41 on TV Guide's 50 Worst TV Shows of All
                          Time. In 2003, the show was revived as The New Tom
                          Green Show. In 2006, Green launched Tom Green Live, a
                          live call-in show for his website, which was later
                          renamed Tom Green's House Tonight.
                        popularity: 31.427
                        poster_path: null
                        vote_average: 4.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg
                        character: Self
                        credit_id: 525899cf760ee346615d9c7e
                        episode_count: 1
                        first_air_date: '2009-09-14'
                        genre_ids:
                          - 10767
                        id: 30769
                        name: Live from Studio Five
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Live from Studio Five
                        overview: >-
                          Live from Studio Five was an early-evening British
                          magazine programme which was produced by Sky News for
                          Channel 5. It was presented by Kate Walsh and a
                          line-up of other co-presenters during its run. It
                          consisted of interviews and discussing topical issues,
                          with an emphasis on showbusiness news and celebrity
                          gossip, after originally covering stories from a
                          popular news agenda. It aired its final edition on 4
                          February 2011 and was replaced by OK! TV in February
                          2011 which lasted just nine months on air before
                          itself being axed.
                        popularity: 3.987
                        poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg
                        vote_average: 3.3
                        vote_count: 12
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: ''
                        credit_id: 62c85e2990b87e00f4d7bc30
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 527.95
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.835
                        vote_count: 315
                    crew: []
                    id: 976
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````