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

# Details

> This endpoint retrieves movie and TV credit details by ID.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/credit/{{credit_id}}
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/credit/{{credit_id}}:
    parameters:
      - name: credit_id
        in: path
        description: >-
          This represents the credit ID. Get it
          [here](https://starlight.mintlify.app/api-reference/creditid)
        required: true
        schema:
          type: string
    get:
      tags:
        - Credits
      summary: Details
      description: This endpoint retrieves movie and TV credit details by ID.
      operationId: details3
      responses:
        '200':
          description: Details
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=21149
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 16 Dec 2024 12:03:27 GMT
            ETag:
              schema:
                type: string
                example: W/"bd9659e69214e44f0a1108fc35bcd527"
            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 de2ed3c94563fee614f35f9bc3f52d1c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: EMYqcGNtS9bCbJoQMAyDZe0b2NuQHYPV35IDxJXilVbD7C9vaZfmMg==
            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: '1338'
            x-memc-expires:
              schema:
                type: string
                example: '21149'
            x-memc-key:
              schema:
                type: string
                example: 5f1e2443094bb510fa26942e78ee1705
          content:
            application/json:
              schema:
                type: object
                properties:
                  credit_type:
                    type: string
                    example: cast
                  department:
                    type: string
                    example: Acting
                  id:
                    type: string
                    example: 52542282760ee313280017f9
                  job:
                    type: string
                    example: Actor
                  media:
                    type: object
                    properties:
                      adult:
                        type: boolean
                        example: false
                      backdrop_path:
                        type: string
                        example: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg
                      character:
                        type: string
                        example: Walter White
                      episodes:
                        type: array
                        items:
                          type: object
                          properties:
                            air_date:
                              type: string
                              example: '2009-02-17'
                            episode_number:
                              type: number
                              example: 2
                            episode_type:
                              type: string
                              example: standard
                            id:
                              type: number
                              example: 62133
                            media_type:
                              type: string
                              example: tv_episode
                            name:
                              type: string
                              example: Wedding Day
                            overview:
                              type: string
                              example: >-
                                Season 1 Minisode 2: Hank and Walt have a
                                discussion on Hank and Marie's wedding day.
                            production_code:
                              type: string
                              example: ''
                            runtime:
                              type: number
                              example: 5
                            season_number:
                              type: number
                              example: 0
                            show_id:
                              type: number
                              example: 1396
                            still_path:
                              type: string
                              example: /wT62P6ZnjKgZXk0M5hHl4e5zSjB.jpg
                            vote_average:
                              type: number
                              example: 9.5
                            vote_count:
                              type: number
                              example: 2
                        example:
                          - air_date: '2009-02-17'
                            episode_number: 2
                            episode_type: standard
                            id: 62133
                            media_type: tv_episode
                            name: Wedding Day
                            overview: >-
                              Season 1 Minisode 2: Hank and Walt have a
                              discussion on Hank and Marie's wedding day.
                            production_code: ''
                            runtime: 5
                            season_number: 0
                            show_id: 1396
                            still_path: /wT62P6ZnjKgZXk0M5hHl4e5zSjB.jpg
                            vote_average: 9.5
                            vote_count: 2
                          - air_date: '2009-02-24'
                            episode_number: 5
                            episode_type: standard
                            id: 62134
                            media_type: tv_episode
                            name: The Break-In
                            overview: >-
                              Season 1 Minisode 5: Walt asks for help from
                              Badger to break into an old woman's house and get
                              his vacuum cleaner back.
                            production_code: ''
                            runtime: 5
                            season_number: 0
                            show_id: 1396
                            still_path: /o8DqThzXelwxV3LLTpHCNHTsTNt.jpg
                            vote_average: 9.5
                            vote_count: 2
                      first_air_date:
                        type: string
                        example: '2008-01-20'
                      genre_ids:
                        type: array
                        items:
                          type: number
                          example: 18
                        example:
                          - 18
                          - 80
                      id:
                        type: number
                        example: 1396
                      media_type:
                        type: string
                        example: tv
                      name:
                        type: string
                        example: Breaking Bad
                      origin_country:
                        type: array
                        items:
                          type: string
                          example: US
                        example:
                          - US
                      original_language:
                        type: string
                        example: en
                      original_name:
                        type: string
                        example: Breaking Bad
                      overview:
                        type: string
                        example: >-
                          Walter White, a New Mexico chemistry teacher, is
                          diagnosed with Stage III cancer and given a prognosis
                          of only two years left to live. He becomes filled with
                          a sense of fearlessness and an unrelenting desire to
                          secure his family's financial future at any cost as he
                          enters the dangerous world of drugs and crime.
                      popularity:
                        type: number
                        example: 560.37
                      poster_path:
                        type: string
                        example: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg
                      seasons:
                        type: array
                        items:
                          type: object
                          properties:
                            air_date:
                              type: string
                              example: '2008-01-20'
                            episode_count:
                              type: number
                              example: 7
                            id:
                              type: number
                              example: 3572
                            media_type:
                              type: string
                              example: tv_season
                            name:
                              type: string
                              example: Season 1
                            overview:
                              type: string
                              example: >-
                                High school chemistry teacher Walter White's
                                life is suddenly transformed by a dire medical
                                diagnosis. Street-savvy former student Jesse
                                Pinkman "teaches" Walter a new trade.
                            poster_path:
                              type: string
                              example: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg
                            season_number:
                              type: number
                              example: 1
                            show_id:
                              type: number
                              example: 1396
                            vote_average:
                              type: number
                              example: 8.3
                        example:
                          - air_date: '2008-01-20'
                            episode_count: 7
                            id: 3572
                            media_type: tv_season
                            name: Season 1
                            overview: >-
                              High school chemistry teacher Walter White's life
                              is suddenly transformed by a dire medical
                              diagnosis. Street-savvy former student Jesse
                              Pinkman "teaches" Walter a new trade.
                            poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg
                            season_number: 1
                            show_id: 1396
                            vote_average: 8.3
                          - air_date: '2012-07-15'
                            episode_count: 16
                            id: 3578
                            media_type: tv_season
                            name: Season 5
                            overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_"
                            poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg
                            season_number: 5
                            show_id: 1396
                            vote_average: 8.9
                          - air_date: '2009-03-08'
                            episode_count: 13
                            id: 3573
                            media_type: tv_season
                            name: Season 2
                            overview: >-
                              Walt must deal with the chain reaction of his
                              choice, as he and Jesse face new and severe
                              consequences. When danger and suspicion around
                              Walt escalate, he is pushed to new levels of
                              desperation. Just how much higher will the stakes
                              rise? How far is Walt willing to go to ensure his
                              family's security? Will his grand plan spiral out
                              of control?
                            poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg
                            season_number: 2
                            show_id: 1396
                            vote_average: 8.4
                          - air_date: '2010-03-21'
                            episode_count: 13
                            id: 3575
                            media_type: tv_season
                            name: Season 3
                            overview: >-
                              Walt continues to battle dueling identities: a
                              desperate husband and father trying to provide for
                              his family, and a newly appointed key player in
                              the Albuquerque drug trade. As the danger around
                              him escalates, Walt is now entrenched in the
                              complex worlds of an angst-ridden family on the
                              verge of dissolution, and the ruthless and
                              unrelenting drug cartel.
                            poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg
                            season_number: 3
                            show_id: 1396
                            vote_average: 8.4
                          - air_date: '2011-07-17'
                            episode_count: 13
                            id: 3576
                            media_type: tv_season
                            name: Season 4
                            overview: >-
                              Walt and Jesse must cope with the fallout of their
                              previous actions, both personally and
                              professionally. Tension mounts as Walt faces a
                              true standoff with his employer, Gus, with neither
                              side willing or able to back down. Walt must also
                              adjust to a new relationship with Skyler, whom
                              while still reconciling her relationship with
                              Walt, is committed to properly laundering Walt’s
                              money and ensuring her sister Marie and an ailing
                              Hank are financially stable.
                            poster_path: /5p7WduYlIIFjVYUIsqRZLFYWjMc.jpg
                            season_number: 4
                            show_id: 1396
                            vote_average: 8.6
                      vote_average:
                        type: number
                        example: 8.917
                      vote_count:
                        type: number
                        example: 14637
                  media_type:
                    type: string
                    example: tv
                  person:
                    type: object
                    properties:
                      adult:
                        type: boolean
                        example: false
                      gender:
                        type: number
                        example: 2
                      id:
                        type: number
                        example: 17419
                      known_for_department:
                        type: string
                        example: Acting
                      media_type:
                        type: string
                        example: person
                      name:
                        type: string
                        example: Bryan Cranston
                      original_name:
                        type: string
                        example: Bryan Cranston
                      popularity:
                        type: number
                        example: 36.516
                      profile_path:
                        type: string
                        example: /kNyTXGkiSP8W4Gs60hF7UoxZnWN.jpg
              examples:
                Details:
                  value:
                    credit_type: cast
                    department: Acting
                    id: 52542282760ee313280017f9
                    job: Actor
                    media:
                      adult: false
                      backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg
                      character: Walter White
                      episodes:
                        - air_date: '2009-02-17'
                          episode_number: 2
                          episode_type: standard
                          id: 62133
                          media_type: tv_episode
                          name: Wedding Day
                          overview: >-
                            Season 1 Minisode 2: Hank and Walt have a discussion
                            on Hank and Marie's wedding day.
                          production_code: ''
                          runtime: 5
                          season_number: 0
                          show_id: 1396
                          still_path: /wT62P6ZnjKgZXk0M5hHl4e5zSjB.jpg
                          vote_average: 9.5
                          vote_count: 2
                        - air_date: '2009-02-24'
                          episode_number: 5
                          episode_type: standard
                          id: 62134
                          media_type: tv_episode
                          name: The Break-In
                          overview: >-
                            Season 1 Minisode 5: Walt asks for help from Badger
                            to break into an old woman's house and get his
                            vacuum cleaner back.
                          production_code: ''
                          runtime: 5
                          season_number: 0
                          show_id: 1396
                          still_path: /o8DqThzXelwxV3LLTpHCNHTsTNt.jpg
                          vote_average: 9.5
                          vote_count: 2
                      first_air_date: '2008-01-20'
                      genre_ids:
                        - 18
                        - 80
                      id: 1396
                      media_type: tv
                      name: Breaking Bad
                      origin_country:
                        - US
                      original_language: en
                      original_name: Breaking Bad
                      overview: >-
                        Walter White, a New Mexico chemistry teacher, is
                        diagnosed with Stage III cancer and given a prognosis of
                        only two years left to live. He becomes filled with a
                        sense of fearlessness and an unrelenting desire to
                        secure his family's financial future at any cost as he
                        enters the dangerous world of drugs and crime.
                      popularity: 560.37
                      poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg
                      seasons:
                        - air_date: '2008-01-20'
                          episode_count: 7
                          id: 3572
                          media_type: tv_season
                          name: Season 1
                          overview: >-
                            High school chemistry teacher Walter White's life is
                            suddenly transformed by a dire medical diagnosis.
                            Street-savvy former student Jesse Pinkman "teaches"
                            Walter a new trade.
                          poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg
                          season_number: 1
                          show_id: 1396
                          vote_average: 8.3
                        - air_date: '2012-07-15'
                          episode_count: 16
                          id: 3578
                          media_type: tv_season
                          name: Season 5
                          overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_"
                          poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg
                          season_number: 5
                          show_id: 1396
                          vote_average: 8.9
                        - air_date: '2009-03-08'
                          episode_count: 13
                          id: 3573
                          media_type: tv_season
                          name: Season 2
                          overview: >-
                            Walt must deal with the chain reaction of his
                            choice, as he and Jesse face new and severe
                            consequences. When danger and suspicion around Walt
                            escalate, he is pushed to new levels of desperation.
                            Just how much higher will the stakes rise? How far
                            is Walt willing to go to ensure his family's
                            security? Will his grand plan spiral out of control?
                          poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg
                          season_number: 2
                          show_id: 1396
                          vote_average: 8.4
                        - air_date: '2010-03-21'
                          episode_count: 13
                          id: 3575
                          media_type: tv_season
                          name: Season 3
                          overview: >-
                            Walt continues to battle dueling identities: a
                            desperate husband and father trying to provide for
                            his family, and a newly appointed key player in the
                            Albuquerque drug trade. As the danger around him
                            escalates, Walt is now entrenched in the complex
                            worlds of an angst-ridden family on the verge of
                            dissolution, and the ruthless and unrelenting drug
                            cartel.
                          poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg
                          season_number: 3
                          show_id: 1396
                          vote_average: 8.4
                        - air_date: '2011-07-17'
                          episode_count: 13
                          id: 3576
                          media_type: tv_season
                          name: Season 4
                          overview: >-
                            Walt and Jesse must cope with the fallout of their
                            previous actions, both personally and
                            professionally. Tension mounts as Walt faces a true
                            standoff with his employer, Gus, with neither side
                            willing or able to back down. Walt must also adjust
                            to a new relationship with Skyler, whom while still
                            reconciling her relationship with Walt, is committed
                            to properly laundering Walt’s money and ensuring her
                            sister Marie and an ailing Hank are financially
                            stable.
                          poster_path: /5p7WduYlIIFjVYUIsqRZLFYWjMc.jpg
                          season_number: 4
                          show_id: 1396
                          vote_average: 8.6
                      vote_average: 8.917
                      vote_count: 14637
                    media_type: tv
                    person:
                      adult: false
                      gender: 2
                      id: 17419
                      known_for_department: Acting
                      media_type: person
                      name: Bryan Cranston
                      original_name: Bryan Cranston
                      popularity: 36.516
                      profile_path: /kNyTXGkiSP8W4Gs60hF7UoxZnWN.jpg
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````