Keyboard Shortcuts
Advanced Search
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?
@kuldip.viaviweb said: TV Search via imdb id with cast list 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?
It's not possible. Only using the TMDb ID. https://developer.themoviedb.org/reference/tv-series-aggregate-credits Example:
https://api.themoviedb.org/3/tv/TMDb_ID?api_key=THE_KEY&aggregate_credits?language=en-US
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.
@robbie3999, first I use to find by id api and use response id(https://prnt.sc/ddqkCxDUDPWx) to tv-series-aggregate-credits api right?
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.
Thanks @robbie3999
Can't find a movie or TV show? Login to create it.
Login
Sign Up
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by ticao2 š§š· pt-BR
on July 11, 2023 at 8:14 AM
It's not possible.
Only using the TMDb ID.
https://developer.themoviedb.org/reference/tv-series-aggregate-credits
Example:
Reply by robbie3999
on July 11, 2023 at 9:45 AM
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.
Reply by kuldip.viaviweb
on July 12, 2023 at 12:00 AM
@robbie3999, first I use to find by id api and use response id(https://prnt.sc/ddqkCxDUDPWx) to tv-series-aggregate-credits api right?
Reply by robbie3999
on July 12, 2023 at 10:08 AM
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.
Reply by kuldip.viaviweb
on July 12, 2023 at 11:13 PM
Thanks @robbie3999