Hi,
Im creating a website for movies and i am using the api calls: discover, upcoming etc; to display list of movies. However in my movie list page I also display imdb rating, movie runtime and tagline. So as of now in order to do this I have to call the api to get movie details for each one of the movies, making it 21 calls instead of just one, for just 3 simple fields.
The main problem beside reducing the number of calls for performance is the api limitation of 40 calls every 10 secs per IP. Im caching the calls and everything, but would be really useful to have those 3 extra params in the movie results when listing movies.
Thanks
Daniel Carles
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
7월 3, 2015 at 5:42 오후
Hi Daniel,
Pretty much the same answer as your other post, we do not have any plans on expanding the fields at this time. I would suggest caching the data locally.
Cheers.