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
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ يوليو 3, 2015 في 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.