Rocket League
The fastest and most powerful API for Rocket League. If you need challenges, clubs, playlist populations, ranks, shops, stats, titles, or anything else, get it from here.
Rocket League endpoints
| Method | Endpoint | Description |
|---|---|---|
| Player Endpoints | ||
| GET |
Ranks /ranks/{player} |
Check a player's ranks: `rocket-league1.p.rapidapi.com/ranks/:player` |
| GET |
Stat /stat/{player}/{stat} |
Check a player's stat: `rocket-league1.p.rapidapi.com/stat/:player/:stat` |
| GET |
Profile /profile/{player} |
Check a player's profile: `rocket-league1.p.rapidapi.com/profile/:player` |
| GET |
Club /club/{player} |
Check a player's club: `rocket-league1.p.rapidapi.com/club/:player` |
| GET |
Titles /titles/{player} |
Check a player's titles: `rocket-league1.p.rapidapi.com/titles/:player` |
| Basic Endpoints | ||
| GET |
Blog /blog |
Check the blog: `rocket-league1.p.rapidapi.com/blog` |
| GET |
Challenges /challenges/{type} |
Check the seasonal and weekly challenges. |
| GET |
Esports /esports |
Check the Esports events: `rocket-league1.p.rapidapi.com/esports` |
| GET |
Population /population |
Check the playlist population: `rocket-league1.p.rapidapi.com/population` |
| GET |
News /news |
Check the news: `rocket-league1.p.rapidapi.com/news` |
| GET |
Shops /shops/{type} |
Check the current shops: `rocket-league1.p.rapidapi.com/shops/:type` |
| GET |
Tournaments /tournaments/{region} |
Check the scheduled tournaments: `rocket-league1.p.rapidapi.com/tournaments/:region` |
Rocket League pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $25 / month | 10 / second |
|
| ULTRA | $75 / month | 10 / second |
|
| MEGA | $175 / month | 10 / second |
|