I ran the movie/popular to get a list of popular movies...the beginning of the Jason file returned says "page":1.. and it gave a total of 20 popular movies but the end of the file says "total_pages":9188,"total_results":183741}
what does this mean? it says total pages 9188 but the returned page says page 1 only...is there a page 2, page 3? another is that it says total result is 183741 but I can only retrieve 20?
Also, how do I increase the query result. For example, if I want more than 20 popular movies, say 50 or 100 popular movies?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on September 15, 2014 at 9:59 AM
Hi regie,
You need to use the
page=
parameter.Etc, etc…
Cheers.
Reply by regie
on September 15, 2014 at 10:52 PM
I see..so are the most popular movies on page 1?
Reply by Travis Bell
on September 15, 2014 at 11:45 PM
Results are sorted by popularity in descending order so yes, the first page has the most popular items.
Reply by regie
on September 15, 2014 at 11:46 PM
thanks Travis!