Skip to content

Instantly share code, notes, and snippets.

@MrPh1l
Forked from hansihe/rl-api.md
Last active March 20, 2022 16:52
Show Gist options
  • Save MrPh1l/661954328d5706d9a393 to your computer and use it in GitHub Desktop.
Save MrPh1l/661954328d5706d9a393 to your computer and use it in GitHub Desktop.
Rocket League API Documentation

#Rocket League API

Endpoints

All requests seem to be to the domain https://psyonix-rl.appspot.com. There are several endpoints on this domain.

Endpoint Purpose
/callproc105/ Leaderboard, player statistics
/Population/GetPopulation/ Player counts/regions
/login105/ Authentication, obtaining session ids
/Population/UpdatePlayerCurrentGame/ Tell the population tracker where the player currently is playing?

Some of these endpoints, like /callproc105/ can perform multiple function depending on the parameters passed.

Headers

Most of the endpoints seem to be called with the same headers set. Some of these may not be required.

Name Value Note
Host psyonix-rl.appspot.com
User-Agent UE3-TA,UE3Ver(10897)
Cache-Control no-cache
Content-Type application/x-www-form-urlencoded
DBVersion 00.03.0011-00.01.0011
DB BattleCars_Prod
SessionID
@MinusKube
Copy link

@grit45 Not really, it's not updated :/

@MACastro987
Copy link

Where can I get an API key?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment