-
# Description:
It would be nice to have some documentation explaining with details how to use the API.
# Example:
To see the list of all runs:
http://www.speedrun.com/api/v1/runs/
**Will return:**
…
-
When the SRC API returns an error, the error type that gets used chops off a bunch of the information and leaves only the string in the `message` field. i.e. an error response like
```
{
"statu…
-
Attempting to POST a run to Level 25 of Red Ball 2 on the Red Ball Category Extensions Leaderboard https://www.speedrun.com/rbce/level/25#Red_Ball_2 yielded this error:
> {
> "status": 400,
> …
-
Hi there FlibidyDibidy!
I've quickly refactored the first script, but I can't push to a new branch to raise a PR for some reason. Could well be issues my end since I rarely use github, but could yo…
-
Let's say I fetch offset 9800 in a Celeste category:
`curl 'https://www.speedrun.com/api/v1/runs?category=7dgr144k&max=200&offset=9800'`
This returns us, among other things:
```json
"pagin…
-
Hi I'm a noob on linux and I've been trying to make LiveSplit work, so i installed Wine (idk what version it is) and tried to launch LiveSplit through terminal with "wine LiveSplit.exe", but everytime…
-
https://github.com/LiveSplit/LiveSplit/blob/ce1fe0466444b721e0cd80f3261f7bcb106cbb27/LiveSplit/LiveSplit.Core/Web/Share/SpeedrunCom.cs#L168-L172
The player count on the category [may be "up-to"](ht…
-
Hello,
I'm trying to get a local env up and running for contribution. I keep getting this runtime error after build and I'm not sure how to fix it. Tested on both master and v1.8.25.
![image](http…
-
getting user location and data from srcomapi
https://github.com/blha303/srcomapi
```
import srcomapi, srcomapi.datatypes as dt
api = srcomapi.SpeedrunCom(); api.debug = 1
#given an id get th…
-
Im trying to post a run to laser arena wth python, but it always returns the following response:
```{'status': 400, 'message': 'The payload does not contain a "run" element at its root.', 'links': [{…