speedruncomorg / api

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

Pagination breaks after 10000 values #147

Closed Avasam closed 2 years ago

Avasam commented 2 years ago

https://www.speedrun.com/api/v1/runs?max=200&offset=9801

{
  "status": 400,
  "message": "Invalid pagination values.",
  "links": [
    {
      "rel": "support",
      "uri": "irc://speedrunslive.com#speedrun.com"
    },
    {
      "rel": "report-issues",
      "uri": "https://github.com/speedruncom/api/issues"
    }
  ]
}
AnInternetTroll commented 2 years ago

Duplicate of #109 and #125