Soporte de The Movie Database

House of the dragon credits are missing all the cast in the API, however the cast is showing on the tmdb frontend, not sure what's happening

curl --request GET \
     --url 'https://api.themoviedb.org/3/tv/94997/credits?language=en-US' \
     --header 'Authorization: Bearer ey...' \
     --header 'accept: application/json'

Response:

{
  "cast": [],
  "crew": [
    {
      "adult": false,
      "gender": 2,
      "id": 1914415,
      "known_for_department": "Crew",
      "name": "Paul Biddiss",
      "original_name": "Paul Biddiss",
      "popularity": 4.91,
      "profile_path": null,
      "credit_id": "65d5f32c6097500185237cde",
      "department": "Crew",
      "job": "Military Consultant"
    },
    ...
  ],
  "id": 94997
}

website: https://www.themoviedb.org/tv/94997-house-of-the-dragon

3 respuestas (en la página 1 de 1)

Jump to last post

You’ll want to use the aggregate credits method. The plain credits method only returns the latest season which in this case hasn’t been filled out yet.

If you want all the credits, like on the frontend, you should use aggregate_credits.

With credits, you only get the credits of the last season.

Ahh yeah that's what I need, thanks both,

Just noticed the credits page does have a note about this

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de debate

n crear nuevo debate
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder al debate
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión