I'm taking a course on JSON parsing.
I'm using the https://api.themoviedb.org/3/movie/550?api_key={my api_key} and only getting data for Fight Club.
What do I need to do to get the complete DBase?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ فبراير 12, 2017 في 11:50 صباحا
Hi @jackmanjls We don't have any bulk DB download or anything like that. All we offer is the web service. You can iterate over each ID if you want to get information about more than one item.
رد بواسطة jackmanjls
بتاريخ فبراير 12, 2017 في 1:56 مساءا
Just to be clear. I need data (similiar to "Fight Club" data) for about 3-5 movies.
Can I get all in one download? How do I find the ID's?
The course that I'm taking the instructor gets a dbase for probably 100 or so movies.
رد بواسطة Travis Bell
بتاريخ فبراير 13, 2017 في 12:22 مساءا
There's a page in the documentation that goes over how to do what you're asking: https://developers.themoviedb.org/3/getting-started/search-and-query-for-details
Cheers.