Hi,
I try find api but not get cast list with imdb id, so how can i get the TV Series with cast list using imdb id?
¿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 ticao2 🇧🇷 pt-BR
el 11 de julio de 2023 a las 08:14
It's not possible.
Only using the TMDb ID.
https://developer.themoviedb.org/reference/tv-series-aggregate-credits
Example:
Contestado por robbie3999
el 11 de julio de 2023 a las 09:45
Hi @kuldip.viaviweb, you can search by imdb id by using this endpoint to get the tmdb id. Then you can use @ticao2's solution to get what you want.
Contestado por kuldip.viaviweb
el 12 de julio de 2023 a las 00:00
@robbie3999, first I use to find by id api and use response id(https://prnt.sc/ddqkCxDUDPWx) to tv-series-aggregate-credits api right?
Contestado por robbie3999
el 12 de julio de 2023 a las 10:08
Hi @kuldip.viaviweb, yes that is right. That is the tmdb id, so you can use that for any of the methods that require a tmdb id as input.
Contestado por kuldip.viaviweb
el 12 de julio de 2023 a las 23:13
Thanks @robbie3999