yes, you have to go page by page (as I understand ), keep in mind that you have a request limitation:
We do enforce a small amount of rate limiting. Please be aware that should you exceed these limits, you will receive a 503 error.
30 requests every 10 seconds per IP
Maximum 20 simultaneous connections per IP
To confirm what gitawego said, you can't pull multiple pages in a single call. You will have to iterate through each page.
It's also worth pointing out since the rate limiting was mentioned here, that our rate limiting process will be changing shortly. You can read more about that here: http://www.themoviedb.org/talk/5317af69c3a3685c4a0003b1
Cheers.
Can't find a movie or TV show? Login to create it.
gitawego Erabiltzailearen Erantzuna
Martxoa 27, 2014 egunean 8:24 AM(e)tan
I don't thinks it's possible. it's intended to be fetched only 1 page per request...
maybe it's available for VIP member ? dunno.. :)
al020594 Erabiltzailearen Erantzuna
Martxoa 27, 2014 egunean 8:48 AM(e)tan
The petition in the "Required Parameters" puts the parameter "page" = Minimum 1 maximum 1000.Yo think it is possible, but not how to do it
gitawego Erabiltzailearen Erantzuna
Martxoa 27, 2014 egunean 8:51 AM(e)tan
you can fetch a page of given number, such as page=1 or page=100, but neither page=1,2,3.....,100 nor pages=100.
al020594 Erabiltzailearen Erantzuna
Martxoa 27, 2014 egunean 9:14 AM(e)tan
So if I want to get a list of 10 pages of "top_rated." Do I have to go page by page?
ex: https://api.themoviedb.org/3/movie/top_rated?api_key=XXXXXXXXXX
I'll have to make multiple requests? Is not it can be done with a single request?
gitawego Erabiltzailearen Erantzuna
Martxoa 27, 2014 egunean 9:18 AM(e)tan
yes, you have to go page by page (as I understand ), keep in mind that you have a request limitation:
al020594 Erabiltzailearen Erantzuna
Martxoa 27, 2014 egunean 9:24 AM(e)tan
Thanks gitawego I am Spanish and my dad is Google Translate XXDD
Travis Bell Erabiltzailearen Erantzuna
Martxoa 27, 2014 egunean 11:38 AM(e)tan
To confirm what gitawego said, you can't pull multiple pages in a single call. You will have to iterate through each page.
It's also worth pointing out since the rate limiting was mentioned here, that our rate limiting process will be changing shortly. You can read more about that here: http://www.themoviedb.org/talk/5317af69c3a3685c4a0003b1
Cheers.