API question
9 months ago
Argentina

i cant find a way to fetch games sorted by most runs, is there a way to do that? 'https://www.speedrun.com/api/v1/games?orderby=runs&direction=desc&max=100' something like that i mean Thanks

Somerset, England

I don't think so. But using API v2 would be faster. As you can easily get all games quickly and get the amount of runs oer game with GetGameSummary (although this would only include verified runs)

Community API v2 docs: https://github.com/ManicJamie/speedruncom-apiv2-docs

Python API v2 wrapper: https://github.com/ManicJamie/speedruncompy

There's no official documentation for this by SRC but these requests can be seen by using your network tab in dev tools when preforming an action