speedruncomorg / api

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

[Feature request] API Routes for `/challenges` #176

Closed wRadion closed 3 months ago

wRadion commented 3 months ago

Currently, as far as I know, there's no way to get the runs from a challenge or anything really. It would be cool to have a /challenges/:id that basically act like /games/:id so you can get all the runs, leaderboards, etc...

ManicJamie commented 3 months ago

This API is no longer actively maintained; see APIv2.

For your purposes, see /api/v2/GetChallengeLeaderboard.

wRadion commented 3 months ago

Aaaaah oh what, I didn't even know about this, thanks!