I'm looking to download info about all movies in the database:
http://api.themoviedb.org/3/movie/550?api_key=###&append_to_response=releases,trailers
So instead of passing one id - 550 for Fight Club, I would like to pass multiple or better yet, just get everything. How do I achieve that?
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-פברואר 26, 2013 ב-5:15אחרי חצות יום
You can't. It's 1 movie per request. There is no "bulk id" get method.
תגובה מאת stawadia
ב-פברואר 26, 2013 ב-5:21אחרי חצות יום
OK, I see a few lists out there. How do I create one for myself?
"Get the lists that you have created" - how? and how do I specify what I want in my list - for eg. movies grossing more than $10 million in the last 10 years ?
תגובה מאת Travis Bell
ב-יוני 18, 2013 ב-5:35אחרי חצות יום
Hi Andy,
You can start at movie id 1 and go up to the last available ID, pulling in and storing whatever data you need locally.
The search and movie methods return a
poster_path
field which you can use to show images. We host everything on Amazon's CloudFront and have no problems if you serve them directly from there.All of this is fine, just be sure to attribute TMDb like you mentioned.
Thanks.