I'm trying to get the backdrops for the film "Shooting war" (5707) but the API returns an empty element for backdrops... any clue?
API Call to get backdrops:
https://api.themoviedb.org/3/movie/tt0298506/images?api_key=<valid_key>
Response:
{ "id": 41327, "backdrops": [], "posters": [ { "aspect_ratio": 0.73, "file_path": "/aCAg25GJ46o489DTzB6HfEefxj2.jpg", "height": 907, "iso_639_1": null, "vote_average": 0.0, "vote_count": 0, "width": 666 } ] }
Thanks in advance!
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-דצמבר 10, 2013 ב-6:57אחרי חצות יום
It looks like the backdrop was only added today, is that right? API responses are cached for unto 24 hours. You will have to wait for the cached items to expire.
Cheers.
תגובה מאת Bobongo
ב-דצמבר 11, 2013 ב-5:49לפני חצות יום
Thanks!