speedruncomorg / api

REST API Documentation for speedrun.com
346 stars 36 forks source link

Pagination seems to stop working when offset >= 10000 #109

Open Utope opened 3 years ago

Utope commented 3 years ago

Was trying to get every Super Mario 64 run but seems like pagination doesn't work after 10000.

this works. https://www.speedrun.com/api/v1/runs?game=o1y9wo6q&max=200&orderby=date&direction=asc&status=verified&offset=9800

this breaks. https://www.speedrun.com/api/v1/runs?game=o1y9wo6q&max=200&orderby=date&direction=asc&status=verified&offset=10000

badBlackShark commented 3 years ago

I've had a similar issue when trying to fetch every game (so just /games with everything embedded). After offset 14XXX or so I get one of the status codes 500, 502, or 503 seemingly at random.