I am using Url movies search for my app in IOS domain. My question is that how much time the themoviesdb server takes to updates latest movies. For example I was searching Planes, We're the Millers movies before two weeks it was not showing but the movies are posted in other source as IMDB but when I was searching in this week i am getting the response. When is the exact periodic upgrade happens? Is its takes time for updates?
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 11. September 2013 um 10:05
What query on the API are you making? The upcoming call?
The list itself is refreshed every 24 hours and shows movies from the next 3 weeks starting on Wednesday of next week. The now playing is the same but in reverse, showing the last 3 weeks worth of movies starting every Wednesday.
Antwort von Rohan
am 13. September 2013 um 07:41
Hi Travis,
Thanks for responding. I am extremely sorry for using words like weeks in my message, I apologise for that. It doesn't mean that your api takes much time for updates. And the query i was using as follows https://api.themoviedb.org/3/search/movie?api_key=&query=planes. For now it is working fine but if above mention condition occurs again I will let you now.
Antwort von Travis Bell
am 13. September 2013 um 09:41
Pages (and actual requests) are cached for 24 hours so that is the only lag you would ever see when doing a search.