Skip to contents

The big one

Get all runs, suggested to filter by game/category and use the max argument.

get_runs()
Get All Runs Within a Game's Category

Expand the runs data

Take a table of runs and resolve encoded id values to readable values

add_platforms() add_regions() add_players()
Join Platform/Region info to Runs
platforms regions
Platform and Region data from speedrun.com

Getting additional data

get_categories()
Get A Game's Categories
get_games()
Search for Games by Name
get_leaderboard()
Get A Leaderboard
get_platforms()
Get Platforms
get_regions()
Get Regions
get_runs()
Get All Runs Within a Game's Category
get_user()
Get a Single User by ID
get_variable()
Get a Variable's Information
get_variables_game()
Get a Game's Variables

Helpers

is_outlier()
Detect Outliers
find_records()
Classify Runs as WR

Arbitrary API interaction

This function can be used to make arbitrary API calls, i.e. for NYI endpoints.

sr_get()
Call the speedrun.com API