Hi!
for Movie we can use this method to grab movie detailes using an external id:
http://api.themoviedb.org/3/movie/tt0944947?api_key=####
what about tv shows?
I tried this:
https://api.themoviedb.org/3/find/tt0944947?external_source=imdb_id&api_key=#####
but i want full detailes Is it impossible?
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 5 e de 2016 a les 11:43 A.M.
Hi bshsbr,
No, this is not supported on TV (technically it's not officially supported on movies either which is why it's not documented).
You'll have to grab the id from the
/find
method and then do a query for the details.