Rocket League
# Rocket League API The **Rocket League Stats & Tracker API** gives you access to comprehensive, real-time data on Rocket League players. Whether you're building a Discord Bot, an esports tracking platform, a Twitch streaming overlay, or a community website, this API provides all the live statistics, ranks, and MMR data you need. *Need higher limits or a tailored solution for your project? I…
Rocket League endpoints
| Method | Endpoint | Description |
|---|---|---|
| Listing | ||
| GET |
Platforms listing /platforms |
Returns the list of supported gaming platforms for Rocket League statistics. |
| GET |
Season listing /seasons |
Returns the list of valid Rocket League season numbers available for statistical filtering. |
| GET |
Playlist listing /playlists |
Returns the list of available ranked playlists for leaderboard and statistics queries. |
| Other endpoints | ||
| GET |
Ping API /ping |
Health check endpoint to verify API connectivity and status. |
| GET |
Docs /docs |
Returns the API documentation and endpoint information. |
| GET |
Leaderboard /leaderboard/{platform}/{playlist} |
Retrieves the top 100 players leaderboard for a specific platform and ranked playlist. |
| GET |
Player Statistics /stats/{platform}/{username} |
Retrieves detailed statistics for a specific Rocket League player including lifetime stats and ranked performance across all playlists. |
| GET |
Player Season Statistics /stats/{platform}/{username}/{season} |
Retrieves detailed statistics for a specific Rocket League player, including lifetime stats and ranked performance across all playlists, optionally filtered by a specific season. |
| GET |
Players count /players/{platform} |
Retrieves the current player count for each playlist on a specific platform. |
Rocket League pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|
| MEGA | $29.99 / month | — |
|