Hi, I'm trying to get the full cast for the following movie: http://www.imdb.com/title/tt3438354/fullcredits?ref_=tt_ov_st_sm
In the website I found more credits than using the API: https://api.themoviedb.org/3/movie/250219/credits?api_key=XXX
Anyone know where is the error?
Thanks!
Ciao
Emiliano
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 27 de septiembre de 2016 a las 18:32
Hi eca,
2 main points... first, this is TMDb not IMDb so our data won't match ;) Second, you should call the /credits. It will return 2 keys,
cast
andcrew
which will contain whatever data we have here on TMDb.Cheers.
Contestado por mikecnelson
el 19 de abril de 2019 a las 16:50
Does this include TV shows? If you look at the api's credits --> cast returned for the show Beverly Hills, 90210 (id 2025) you only get like 10 people, but the tmdb web page shows close to 100 people.
Contestado por Travis Bell
el 19 de abril de 2019 a las 21:35
The new aggregated TV cast and crew lists are not available on the API. What you're seeing on the API is the last season's regular cast and crew.
Contestado por mikecnelson
el 22 de abril de 2019 a las 11:52
Is there a plan to make the new aggregated TV cast and crew lists available in the API in the future?
Contestado por Travis Bell
el 22 de abril de 2019 a las 11:56
I am not sure to be honest. I only just implemented this on the website a few weeks ago.
I have a ticket to think about this here. You can watch or vote for it which helps me prioritize what to work on.
Contestado por Travis Bell
el 14 de noviembre de 2020 a las 11:14
Hi guys,
The aggregate TV credits method is now live. You can read the documentation for it here.