first of all sorry for my english a little bad. Hi, good day.
Well, I'm trying to get the posters/backgrounds from Movies and TV Shows using IMDB ID but only works with movies. With TV returns a 404 error. My query is the next.
http://api.themoviedb.org/3/movies/tt0831387/images?api_key='+api_key'
This works perfectly for me.
The query of TV Shows:
http://api.themoviedb.org/3/tv/tt0944947/images?api_key='+api_key'
Return a 404 Error.
I tried with more shows but nothing. :(
Thank you very much for your attention
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
1월 6, 2015 at 11:09 오전
Querying by IMDB ID is not supported on TV. It's not truly supported on movies either but as you have discovered, does work.
The proper supported way is to use the find method, and then query the id.
Then query 1399:
Cheers.
Creaticode님의 댓글
1월 6, 2015 at 7:16 오후
I supposed that it would have to do that. But was hoping there was a short form of do it or some error in my query.
thank you very much.