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

# Combined Credits

> Get the combined movie and TV credits that belong to a person.



## OpenAPI

````yaml api-reference/openapi.json get /3/person/{{person_id}}/combined_credits
openapi: 3.0.3
info:
  title: Themoviedb API
  description: >-
    Version 3 (stable) of The Movie Database (TMDB) API offers a concise list of
    available methods for movies, TV shows, actors, and images.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
  - url: https://api.themoviedb.org/3
security: []
tags:
  - name: Account
  - name: Authentication
    description: >-
      # How do I generate a session id?


      As outlined in the [getting started
      guide](https://developer.themoviedb.org/docs/getting-started), the basics
      to getting a user authenticated look like this:


      1. **Create a new request token**  

      2. **Get the user to authorize the request token**  

      3. **Create a new session id with the authorized request token**  


      Steps 1 and 3 should be fairly easy to understand, but let's walk through
      each to ensure clarity.


      ## Step 1: Create a request token


      The first step as a developer is to request a new token. This is a
      **temporary token** required to ask the user for permission to access
      their account. This token will automatically expire **after 60 minutes**
      if it's not used.


      ## Step 2: Ask the user for permission


      With a request token in hand, forward your user to the following URL:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}

      ```


      You can also pass this URL a `redirect_to` parameter, like so:


      ```

      https://www.themoviedb.org/authenticate/{REQUEST_TOKEN}?redirect_to=http://www.yourapp.com/approved

      ```


      Once the user has approved your request token, they will either be
      redirected to the URL you specified in the `redirect_to` parameter or to
      the `/authenticate/allow` path on TMDB. If they aren't redirected to a
      custom URL, the page will also include an `Authentication-Callback`
      header. This header contains the API call for step #3. You can either
      manually generate it or simply use the one we return.


      ## Step 3: Create a session ID


      By calling the **new session method** with the request token that has been
      approved by the user in Step 2, we will return a **new session_id**. This
      session can now be used to write user data. You should treat this key
      **like a password** and keep it secret.


      ## What about guest sessions?


      A **guest session** can be used to rate movies **without** requiring a
      registered TMDB user account. For more information about how to create a
      guest session, see
      [here](https://developer.themoviedb.org/docs/authentication).
  - name: Certification
  - name: Changes
  - name: Collections
  - name: Companies
  - name: Configuration
  - name: Credits
  - name: Discover
  - name: Find
  - name: Genres
  - name: Guest Session
  - name: Keywords
  - name: List
    description: >-
      ## v3 or v4 list? 😕


      You may have noticed that the a v4 version of our list API exists. While
      these v3 list methods continue to work, all of the new features you can
      see on our website are only available if you switch to the v4 lists.


      **What are some of the improvements in v4?**


      - 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 for more information.
  - name: Movie Lists
  - name: Movies
  - name: Networks
  - name: People Lists
  - name: People
  - name: Reviews
  - name: Search
  - name: Trending
  - name: TV Series Lists
  - name: TV Series
  - name: TV Seasons
  - name: TV Episodes
  - name: TV Episode Groups
  - name: Watch Providers
paths:
  /3/person/{{person_id}}/combined_credits:
    parameters:
      - name: person_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - People
      summary: Combined Credits
      description: Get the combined movie and TV credits that belong to a person.
      operationId: combinedCredits
      parameters:
        - name: language
          in: query
          schema:
            type: string
            example: en-US
      responses:
        '200':
          description: Combined Credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=10766
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 10 Jan 2025 01:58:37 GMT
            ETag:
              schema:
                type: string
                example: W/"d0ca878b6af36b6cea47d014af61b783"
            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 95e16d4ec89b0a07da1a8770b0f15cfa.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: G4iZKsXmlGflJfWWlzu7SommQYYZme13Onvq94QHwRQiwazGYrjAVA==
            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: HIT
            x-memc-age:
              schema:
                type: string
                example: '14789'
            x-memc-expires:
              schema:
                type: string
                example: '10766'
            x-memc-key:
              schema:
                type: string
                example: 1d512dc887c0e688a148920cda08f71c
          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: /k24eZq5I3jyz4htPkZCRpnUmBzE.jpg
                        character:
                          type: string
                          example: Noah Morgan
                        credit_id:
                          type: string
                          example: 64c12ecefdc1460139f9e120
                        episode_count:
                          type: number
                          example: 10
                        first_air_date:
                          type: string
                          example: '2021-05-28'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 10749
                          example:
                            - 10749
                            - 18
                        id:
                          type: number
                          example: 1156593
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: Parot
                        order:
                          type: number
                          example: 0
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: ES
                          example:
                            - ES
                        original_language:
                          type: string
                          example: es
                        original_name:
                          type: string
                          example: Parot
                        original_title:
                          type: string
                          example: Culpa tuya
                        overview:
                          type: string
                          example: >-
                            The love between Noah and Nick seems unwavering
                            despite their parents' attempts to separate them.
                            But his job and her entry into college open up their
                            lives to new relationships that will shake the
                            foundations of both their relationship and the
                            Leister family itself.
                        popularity:
                          type: number
                          example: 2623.666
                        poster_path:
                          type: string
                          nullable: true
                          example: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                        release_date:
                          type: string
                          example: '2024-12-26'
                        title:
                          type: string
                          example: Your Fault
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.1
                        vote_count:
                          type: number
                          example: 765
                    example:
                      - adult: false
                        backdrop_path: /k24eZq5I3jyz4htPkZCRpnUmBzE.jpg
                        character: Noah Morgan
                        credit_id: 64c12ecefdc1460139f9e120
                        genre_ids:
                          - 10749
                          - 18
                        id: 1156593
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Culpa tuya
                        overview: >-
                          The love between Noah and Nick seems unwavering
                          despite their parents' attempts to separate them. But
                          his job and her entry into college open up their lives
                          to new relationships that will shake the foundations
                          of both their relationship and the Leister family
                          itself.
                        popularity: 2623.666
                        poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                        release_date: '2024-12-26'
                        title: Your Fault
                        video: false
                        vote_average: 7.1
                        vote_count: 765
                      - adult: false
                        backdrop_path: null
                        character: Noah Morgan
                        credit_id: 64c12fc9ede1b000c8bcdd8c
                        genre_ids:
                          - 18
                          - 10749
                        id: 1156594
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Culpa nuestra
                        overview: ''
                        popularity: 41.827
                        poster_path: null
                        release_date: ''
                        title: Culpa nuestra
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /oZPFJKDJA6la5HpOQkREzQMvxww.jpg
                        character: Maya
                        credit_id: 64fc6234dc1cb400b0bb3525
                        genre_ids:
                          - 878
                        id: 1175961
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Eco
                        overview: >-
                          During a basketball game, Maya, a teenager with
                          problems at home, hits her head and stops hearing the
                          sound. At that moment, she realizes that her silence
                          gives her the opportunity to change her reality.
                        popularity: 4.529
                        poster_path: /cZAhzWhAfUNNEAKuAYYwuGHKpg1.jpg
                        release_date: '2024-07-25'
                        title: Eco
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 652ba14df28838029ec5d189
                        genre_ids: []
                        id: 1191572
                        media_type: movie
                        order: 3
                        original_language: es
                        original_title: Crying Mañana
                        overview: ''
                        popularity: 1.441
                        poster_path: /q86igELyxeWwNe6HGgkdW8DgA8B.jpg
                        release_date: '2023-10-20'
                        title: Crying Mañana
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Vera
                        credit_id: 6539c3a7955c650138bc23f8
                        genre_ids:
                          - 18
                        id: 1196244
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Vera
                        overview: >-
                          A young lawyer arrives on a island in Spain with a
                          weight on his conscience that is about to drive him to
                          suicide. The encounter with a young teenager
                          discovering sexuality will first reveal her
                          vulnerabilities and finally her cynicism.
                        popularity: 7.805
                        poster_path: /4h4L7iUWaeii4ILN8jsEPHnUoTA.jpg
                        release_date: '2023-04-21'
                        title: Vera
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg
                        character: Noah Morgan
                        credit_id: 62f2a7a041ad8d007f30fd8f
                        genre_ids:
                          - 10749
                          - 18
                        id: 1010581
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Culpa mía
                        overview: >-
                          Noah must leave her city, boyfriend, and friends to
                          move into William Leister's mansion, the flashy and
                          wealthy husband of her mother Rafaela. As a proud and
                          independent 17 year old, Noah resists living in a
                          mansion surrounded by luxury. However, it is there
                          where she meets Nick, her new stepbrother, and the
                          clash of their strong personalities becomes evident
                          from the very beginning.
                        popularity: 934.231
                        poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                        release_date: '2023-06-08'
                        title: My Fault
                        video: false
                        vote_average: 7.887
                        vote_count: 3349
                      - adult: false
                        backdrop_path: null
                        character: Nicole
                        credit_id: 66c1e30dab5a26dae8d9f50b
                        genre_ids:
                          - 35
                        id: 1335458
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Post millennial
                        overview: ''
                        popularity: 12.066
                        poster_path: /q7fbwO6G6S9DpAeGu7BeGPVmrYh.jpg
                        release_date: '2017-10-26'
                        title: Post millennial
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Dead Girl 3
                        credit_id: 66c1e245b8653f2e1d89a487
                        genre_ids:
                          - 27
                        id: 136681
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Excision
                        overview: >-
                          A neglected teen takes refuge in the dreams that used
                          to haunt her and orchestrates a shocking plan to prove
                          her worth to her disapproving parents.
                        popularity: 7.039
                        poster_path: /4pppWIf5hzPR2aNW5kjWqNM9329.jpg
                        release_date: '2008-09-20'
                        title: Excision
                        video: false
                        vote_average: 6.5
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 67742e0f97aa8e4e2c1283c8
                        genre_ids:
                          - 18
                          - 10749
                          - 10402
                        id: 1410221
                        media_type: movie
                        order: 1
                        original_language: es
                        original_title: Un año y un día
                        overview: ''
                        popularity: 1.318
                        poster_path: /sJeguGwVD6fuaqSMGONFTyWo7fP.jpg
                        release_date: ''
                        title: Un año y un día
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /3CBoVqMolsvdIYqhuegvJHhiQKb.jpg
                        character: Sol
                        credit_id: 605f4ccdd2f5b5003d817c89
                        episode_count: 10
                        first_air_date: '2021-05-28'
                        genre_ids:
                          - 9648
                          - 80
                          - 10768
                          - 18
                        id: 121898
                        media_type: tv
                        name: Parot
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Parot
                        overview: >-
                          Many prisoners convicted of rape, murder and terrorism
                          are released before serving their full sentences.
                          Hours later, one of them is killed. Detectives Mora
                          and Nieto take on the case.
                        popularity: 18.624
                        poster_path: /5MJaTFzA8RCH7UU8cFROsmAyIoz.jpg
                        vote_average: 6.4
                        vote_count: 43
                      - adult: false
                        backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg
                        character: Alma
                        credit_id: 6595d3a60e64af6a988c1b0e
                        episode_count: 8
                        first_air_date: '2024-05-31'
                        genre_ids:
                          - 18
                        id: 242876
                        media_type: tv
                        name: Raising Voices
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Ni una más
                        overview: >-
                          When a 17-year-old reports a sexual assault at her
                          high school, an investigation upends her life and
                          tests her relationships.
                        popularity: 246.773
                        poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                        vote_average: 7.795
                        vote_count: 351
                      - adult: false
                        backdrop_path: /aG9lB7wVTeStYZ8eCQN0t7VVmW8.jpg
                        character: ''
                        credit_id: 664f8525abd89f2087ec1b05
                        episode_count: 1
                        first_air_date: '2018-02-01'
                        genre_ids:
                          - 10767
                          - 35
                        id: 76949
                        media_type: tv
                        name: La resistencia
                        origin_country:
                          - ES
                        original_language: es
                        original_name: La resistencia
                        overview: ''
                        popularity: 210.073
                        poster_path: /yFwkWTDUjLN0LQmidsUJWEViCmo.jpg
                        vote_average: 5.895
                        vote_count: 19
                      - adult: false
                        backdrop_path: /hrVF15fXneZcLwXO861j7Q32BgB.jpg
                        character: Nora Grace
                        credit_id: 5ec7f1cfae2811001f3dc22b
                        episode_count: 39
                        first_air_date: '2018-09-16'
                        genre_ids:
                          - 18
                          - 35
                        id: 82424
                        media_type: tv
                        name: SKAM Spain
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Skam España
                        overview: >-
                          The series accompanies a group of 16-year-olds on the
                          journey of their life following their day to day in
                          real time. Dependence on social media, how they face
                          sex, love and ruptures, religion, the search of their
                          identity and the need to fit in.
                        popularity: 138.625
                        poster_path: /sNqZzxDi7IaU3DBrsVud56iLn92.jpg
                        vote_average: 7.762
                        vote_count: 478
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 66a0915ce054a713cf5daaf5
                        episode_count: 0
                        first_air_date: ''
                        genre_ids:
                          - 18
                        id: 259702
                        media_type: tv
                        name: The House of the Spirits
                        origin_country:
                          - CL
                          - US
                        original_language: es
                        original_name: La Casa de los Espíritus
                        overview: >-
                          The epic tale of a proud and passionate family, secret
                          loves, and bloody revolution. The Trueba family's
                          passions, struggles, and secrets span a century of
                          violent social change, culminating in a crisis that
                          hurls the proud, tyrannical patriarch and his beloved
                          granddaughter towards opposite sides of the fence.
                        popularity: 4.04
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: null
                        credit_id:
                          type: string
                          example: 67742eb54111599e3812bd21
                        department:
                          type: string
                          example: Sound
                        episode_count:
                          type: number
                          example: 31
                        first_air_date:
                          type: string
                          example: '2018-09-16'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 18
                          example:
                            - 18
                            - 10749
                            - 10402
                        id:
                          type: number
                          example: 1410221
                        job:
                          type: string
                          example: Songs
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: SKAM Spain
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: ES
                          example:
                            - ES
                        original_language:
                          type: string
                          example: es
                        original_name:
                          type: string
                          example: Skam España
                        original_title:
                          type: string
                          example: Un año y un día
                        overview:
                          type: string
                          example: ''
                        popularity:
                          type: number
                          example: 1.318
                        poster_path:
                          type: string
                          example: /sJeguGwVD6fuaqSMGONFTyWo7fP.jpg
                        release_date:
                          type: string
                          example: ''
                        title:
                          type: string
                          example: Un año y un día
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 0
                        vote_count:
                          type: number
                          example: 0
                    example:
                      - adult: false
                        backdrop_path: null
                        credit_id: 67742eb54111599e3812bd21
                        department: Sound
                        genre_ids:
                          - 18
                          - 10749
                          - 10402
                        id: 1410221
                        job: Songs
                        media_type: movie
                        original_language: es
                        original_title: Un año y un día
                        overview: ''
                        popularity: 1.318
                        poster_path: /sJeguGwVD6fuaqSMGONFTyWo7fP.jpg
                        release_date: ''
                        title: Un año y un día
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /hrVF15fXneZcLwXO861j7Q32BgB.jpg
                        credit_id: 5e36a8be0c271000187150f1
                        department: Production
                        episode_count: 31
                        first_air_date: '2018-09-16'
                        genre_ids:
                          - 18
                          - 35
                        id: 82424
                        job: Casting
                        media_type: tv
                        name: SKAM Spain
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Skam España
                        overview: >-
                          The series accompanies a group of 16-year-olds on the
                          journey of their life following their day to day in
                          real time. Dependence on social media, how they face
                          sex, love and ruptures, religion, the search of their
                          identity and the need to fit in.
                        popularity: 138.625
                        poster_path: /sNqZzxDi7IaU3DBrsVud56iLn92.jpg
                        vote_average: 7.762
                        vote_count: 478
                  id:
                    type: number
                    example: 2527414
              examples:
                Combined Credits:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: /k24eZq5I3jyz4htPkZCRpnUmBzE.jpg
                        character: Noah Morgan
                        credit_id: 64c12ecefdc1460139f9e120
                        genre_ids:
                          - 10749
                          - 18
                        id: 1156593
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Culpa tuya
                        overview: >-
                          The love between Noah and Nick seems unwavering
                          despite their parents' attempts to separate them. But
                          his job and her entry into college open up their lives
                          to new relationships that will shake the foundations
                          of both their relationship and the Leister family
                          itself.
                        popularity: 2623.666
                        poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg
                        release_date: '2024-12-26'
                        title: Your Fault
                        video: false
                        vote_average: 7.1
                        vote_count: 765
                      - adult: false
                        backdrop_path: null
                        character: Noah Morgan
                        credit_id: 64c12fc9ede1b000c8bcdd8c
                        genre_ids:
                          - 18
                          - 10749
                        id: 1156594
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Culpa nuestra
                        overview: ''
                        popularity: 41.827
                        poster_path: null
                        release_date: ''
                        title: Culpa nuestra
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /oZPFJKDJA6la5HpOQkREzQMvxww.jpg
                        character: Maya
                        credit_id: 64fc6234dc1cb400b0bb3525
                        genre_ids:
                          - 878
                        id: 1175961
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Eco
                        overview: >-
                          During a basketball game, Maya, a teenager with
                          problems at home, hits her head and stops hearing the
                          sound. At that moment, she realizes that her silence
                          gives her the opportunity to change her reality.
                        popularity: 4.529
                        poster_path: /cZAhzWhAfUNNEAKuAYYwuGHKpg1.jpg
                        release_date: '2024-07-25'
                        title: Eco
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 652ba14df28838029ec5d189
                        genre_ids: []
                        id: 1191572
                        media_type: movie
                        order: 3
                        original_language: es
                        original_title: Crying Mañana
                        overview: ''
                        popularity: 1.441
                        poster_path: /q86igELyxeWwNe6HGgkdW8DgA8B.jpg
                        release_date: '2023-10-20'
                        title: Crying Mañana
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Vera
                        credit_id: 6539c3a7955c650138bc23f8
                        genre_ids:
                          - 18
                        id: 1196244
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Vera
                        overview: >-
                          A young lawyer arrives on a island in Spain with a
                          weight on his conscience that is about to drive him to
                          suicide. The encounter with a young teenager
                          discovering sexuality will first reveal her
                          vulnerabilities and finally her cynicism.
                        popularity: 7.805
                        poster_path: /4h4L7iUWaeii4ILN8jsEPHnUoTA.jpg
                        release_date: '2023-04-21'
                        title: Vera
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg
                        character: Noah Morgan
                        credit_id: 62f2a7a041ad8d007f30fd8f
                        genre_ids:
                          - 10749
                          - 18
                        id: 1010581
                        media_type: movie
                        order: 0
                        original_language: es
                        original_title: Culpa mía
                        overview: >-
                          Noah must leave her city, boyfriend, and friends to
                          move into William Leister's mansion, the flashy and
                          wealthy husband of her mother Rafaela. As a proud and
                          independent 17 year old, Noah resists living in a
                          mansion surrounded by luxury. However, it is there
                          where she meets Nick, her new stepbrother, and the
                          clash of their strong personalities becomes evident
                          from the very beginning.
                        popularity: 934.231
                        poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg
                        release_date: '2023-06-08'
                        title: My Fault
                        video: false
                        vote_average: 7.887
                        vote_count: 3349
                      - adult: false
                        backdrop_path: null
                        character: Nicole
                        credit_id: 66c1e30dab5a26dae8d9f50b
                        genre_ids:
                          - 35
                        id: 1335458
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Post millennial
                        overview: ''
                        popularity: 12.066
                        poster_path: /q7fbwO6G6S9DpAeGu7BeGPVmrYh.jpg
                        release_date: '2017-10-26'
                        title: Post millennial
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Dead Girl 3
                        credit_id: 66c1e245b8653f2e1d89a487
                        genre_ids:
                          - 27
                        id: 136681
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Excision
                        overview: >-
                          A neglected teen takes refuge in the dreams that used
                          to haunt her and orchestrates a shocking plan to prove
                          her worth to her disapproving parents.
                        popularity: 7.039
                        poster_path: /4pppWIf5hzPR2aNW5kjWqNM9329.jpg
                        release_date: '2008-09-20'
                        title: Excision
                        video: false
                        vote_average: 6.5
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 67742e0f97aa8e4e2c1283c8
                        genre_ids:
                          - 18
                          - 10749
                          - 10402
                        id: 1410221
                        media_type: movie
                        order: 1
                        original_language: es
                        original_title: Un año y un día
                        overview: ''
                        popularity: 1.318
                        poster_path: /sJeguGwVD6fuaqSMGONFTyWo7fP.jpg
                        release_date: ''
                        title: Un año y un día
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /3CBoVqMolsvdIYqhuegvJHhiQKb.jpg
                        character: Sol
                        credit_id: 605f4ccdd2f5b5003d817c89
                        episode_count: 10
                        first_air_date: '2021-05-28'
                        genre_ids:
                          - 9648
                          - 80
                          - 10768
                          - 18
                        id: 121898
                        media_type: tv
                        name: Parot
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Parot
                        overview: >-
                          Many prisoners convicted of rape, murder and terrorism
                          are released before serving their full sentences.
                          Hours later, one of them is killed. Detectives Mora
                          and Nieto take on the case.
                        popularity: 18.624
                        poster_path: /5MJaTFzA8RCH7UU8cFROsmAyIoz.jpg
                        vote_average: 6.4
                        vote_count: 43
                      - adult: false
                        backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg
                        character: Alma
                        credit_id: 6595d3a60e64af6a988c1b0e
                        episode_count: 8
                        first_air_date: '2024-05-31'
                        genre_ids:
                          - 18
                        id: 242876
                        media_type: tv
                        name: Raising Voices
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Ni una más
                        overview: >-
                          When a 17-year-old reports a sexual assault at her
                          high school, an investigation upends her life and
                          tests her relationships.
                        popularity: 246.773
                        poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg
                        vote_average: 7.795
                        vote_count: 351
                      - adult: false
                        backdrop_path: /aG9lB7wVTeStYZ8eCQN0t7VVmW8.jpg
                        character: ''
                        credit_id: 664f8525abd89f2087ec1b05
                        episode_count: 1
                        first_air_date: '2018-02-01'
                        genre_ids:
                          - 10767
                          - 35
                        id: 76949
                        media_type: tv
                        name: La resistencia
                        origin_country:
                          - ES
                        original_language: es
                        original_name: La resistencia
                        overview: ''
                        popularity: 210.073
                        poster_path: /yFwkWTDUjLN0LQmidsUJWEViCmo.jpg
                        vote_average: 5.895
                        vote_count: 19
                      - adult: false
                        backdrop_path: /hrVF15fXneZcLwXO861j7Q32BgB.jpg
                        character: Nora Grace
                        credit_id: 5ec7f1cfae2811001f3dc22b
                        episode_count: 39
                        first_air_date: '2018-09-16'
                        genre_ids:
                          - 18
                          - 35
                        id: 82424
                        media_type: tv
                        name: SKAM Spain
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Skam España
                        overview: >-
                          The series accompanies a group of 16-year-olds on the
                          journey of their life following their day to day in
                          real time. Dependence on social media, how they face
                          sex, love and ruptures, religion, the search of their
                          identity and the need to fit in.
                        popularity: 138.625
                        poster_path: /sNqZzxDi7IaU3DBrsVud56iLn92.jpg
                        vote_average: 7.762
                        vote_count: 478
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 66a0915ce054a713cf5daaf5
                        episode_count: 0
                        first_air_date: ''
                        genre_ids:
                          - 18
                        id: 259702
                        media_type: tv
                        name: The House of the Spirits
                        origin_country:
                          - CL
                          - US
                        original_language: es
                        original_name: La Casa de los Espíritus
                        overview: >-
                          The epic tale of a proud and passionate family, secret
                          loves, and bloody revolution. The Trueba family's
                          passions, struggles, and secrets span a century of
                          violent social change, culminating in a crisis that
                          hurls the proud, tyrannical patriarch and his beloved
                          granddaughter towards opposite sides of the fence.
                        popularity: 4.04
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                    crew:
                      - adult: false
                        backdrop_path: null
                        credit_id: 67742eb54111599e3812bd21
                        department: Sound
                        genre_ids:
                          - 18
                          - 10749
                          - 10402
                        id: 1410221
                        job: Songs
                        media_type: movie
                        original_language: es
                        original_title: Un año y un día
                        overview: ''
                        popularity: 1.318
                        poster_path: /sJeguGwVD6fuaqSMGONFTyWo7fP.jpg
                        release_date: ''
                        title: Un año y un día
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /hrVF15fXneZcLwXO861j7Q32BgB.jpg
                        credit_id: 5e36a8be0c271000187150f1
                        department: Production
                        episode_count: 31
                        first_air_date: '2018-09-16'
                        genre_ids:
                          - 18
                          - 35
                        id: 82424
                        job: Casting
                        media_type: tv
                        name: SKAM Spain
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Skam España
                        overview: >-
                          The series accompanies a group of 16-year-olds on the
                          journey of their life following their day to day in
                          real time. Dependence on social media, how they face
                          sex, love and ruptures, religion, the search of their
                          identity and the need to fit in.
                        popularity: 138.625
                        poster_path: /sNqZzxDi7IaU3DBrsVud56iLn92.jpg
                        vote_average: 7.762
                        vote_count: 478
                    id: 2527414

````