{"message":"pong"}
curl --location --request GET 'https://zylalabs.com/api/12928/rocket+league+api/25807/ping+api' --header 'Authorization: Bearer YOUR_API_KEY'
["ranked-1v1","ranked-2v2","ranked-3v3"]
curl --location --request GET 'https://zylalabs.com/api/12928/rocket+league+api/25808/playlist+listing' --header 'Authorization: Bearer YOUR_API_KEY'
["epic","steam","playstation","xbox","switch"]
curl --location --request GET 'https://zylalabs.com/api/12928/rocket+league+api/25809/platforms+listing' --header 'Authorization: Bearer YOUR_API_KEY'
[{"username":"mawkzy","rating":1635},{"username":"oNwpo.","rating":1627},{"username":"iiRw9","rating":1568},{"username":"osaftrll","rating":1556},{"username":"ComebackzyOnTop","rating":1541},{"username":"ApparentlyJack","rating":1535},{"username":"zenrll","rating":1529},{"username":"zach34_","rating":1528},{"username":"shadirl","rating":1526},{"username":"Yuxn iq","rating":1525},{"username":"Twitch Rezears","rating":1525},{"username":"dralii897","rating":1524},{"username":"nassrll_","rating":1521},{"username":"WahveyRL","rating":1513},{"username":"AyyJayyIWNL","rating":1512},{"username":"GiuK_RL","rating":1509},{"username":"FaZe Nuqqet","rating":1508},{"username":"Raddah.","rating":1507},{"username":"jirachii.","rating":1497},{"username":"swifttrl","rating":1489},{"username":"Stizzyyrl","rating":1488},{"username":"Texx .","rating":1476},{"username":"Experienceا","rating":1471},{"username":"Mile1738","rating":1465},{"username":"diazrll","rating":1464},{"username":"reb.mob","rating":1457},{"username":"Fοrky","rating":1456},{"username":"M6R_rl1","rating":1455},{"username":"John 5_24","rating":1455},{"username":"bora.6","rating":1454},{"username":"EAC OFFICIALTEST","rating":1453},{"username":"Willie 1M iq","rating":1449},{"username":"KJJ_RL","rating":1445},{"username":"veyronrll","rating":1440},{"username":"E4y","rating":1440},{"username":"SELLING ACC. . .","rating":1437},{"username":"TempoH_","rating":1437},{"username":"xpurt1","rating":1434},{"username":"Kiileerrz","rating":1434},{"username":"Nush511","rating":1432},{"username":"Grammaa","rating":1429},{"username":"edzㅤ","rating":1427},{"username":"WizzTheGreek","rating":1426},{"username":"rémédy","rating":1425},{"username":"yanxnz","rating":1421},{"username":"mack神","rating":1420},{"username":"Chrxnic.","rating":1420},{"username":"Mohammed_rll","rating":1420},{"username":"mxhmd-","rating":1418},{"username":"Atow.","rating":1418},{"username":"IERNA157","rating":1417},{"username":"trk511_","rating":1416},{"username":"g3bo8","rating":1415},{"username":"vadyy.","rating":1414},{"username":"MawkzyyTTV","rating":1413},{"username":"NicoRL-_-","rating":1412},{"username":"purpoesje","rating":1412},{"username":"Tfzu.","rating":1410},{"username":"Lucifer - -","rating":1410},{"username":"KnightYuh_","rating":1409},{"username":"roxrz-","rating":1408},{"username":"hamoooosa hamooo","rating":1407},{"username":"yuricides","rating":1406},{"username":"rlskippy1","rating":1405},{"username":"mawkzyyy","rating":1404},{"username":"Bra1niac","rating":1404},{"username":"Nym0.","rating":1404},{"username":"FirstkillerRL","rating":1403},{"username":"DrKnown","rating":1402},{"username":"abdoux0120","rating":1399},{"username":"Fiv3Up","rating":1399},{"username":"Kh_aq","rating":1397},{"username":"Abdullah 20 iq","rating":1394},{"username":"Hyderr1.0","rating":1393},{"username":"Mottarll","rating":1392},{"username":"NIP Joreuz","rating":1392},{"username":"µMago","rating":1391},{"username":"liferl6","rating":1391},{"username":"DanielRL_","rating":1391},{"username":"Erv_rl","rating":1390},{"username":"AlexZapatos","rating":1387},{"username":"loaksea","rating":1386},{"username":"starwindcloud","rating":1385},{"username":"jirachi banned","rating":1384},{"username":"Rmnn.","rating":1384},{"username":"alxx_rl","rating":1384},{"username":"rl8055","rating":1384},{"username":"kidushss","rating":1383},{"username":"ExoTiiK66","rating":1382},{"username":"AnoriQ.","rating":1382},{"username":"aniiis934","rating":1381},{"username":"NxGhtware_.","rating":1377},{"username":"Kiernanッ","rating":1376},{"username":"TTV kyr0_rl","rating":1374},{"username":"ty klom","rating":1374},{"username":"bonolo1299","rating":1373},{"username":"2Z.A","rating":1373},{"username":"Jacob0413.","rating":1373},{"username":"TTV Mysticxlrl","rating":1373},{"username":"Aystrow","rating":1372}]
curl --location --request GET 'https://zylalabs.com/api/12928/rocket+league+api/25810/leaderboard&platform=Required&/=Required&playlist=Required' --header 'Authorization: Bearer YOUR_API_KEY'
{"username":"ComebackzyOnTop","lifetime":{"wins":67,"goals":401,"saves":154,"assists":9,"shots":627,"mvps":11,"trnRating":0},"ranked":[{"playlistName":"Ranked Duel 1v1","playlistId":10,"tier":"Supersonic Legend","division":"Division I","rating":1541,"peakRating":0,"peakTier":"Supersonic Legend","peakDivision":"Division I","matchesPlayed":0},{"playlistName":"Ranked Doubles 2v2","playlistId":11,"tier":"Gold II","division":"Division II","rating":552,"peakRating":0,"peakTier":"Gold II","peakDivision":"Division II","matchesPlayed":0},{"playlistName":"Ranked Standard 3v3","playlistId":13,"tier":"Gold II","division":"Division II","rating":552,"peakRating":0,"peakTier":"Gold II","peakDivision":"Division II","matchesPlayed":0}]}
curl --location --request GET 'https://zylalabs.com/api/12928/rocket+league+api/25812/player+statistics&platform=Required&/=Required&username=Required' --header 'Authorization: Bearer YOUR_API_KEY'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Rocket League API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
Trusted by leading companies
Rocket League Stats & Tracker API
This API provides programmatic access to player statistics and competitive data for the game Rocket League. It retrieves real-time career information, ranking metrics, and Matchmaking Rating (MMR) data across multiple gaming platforms.
Features:
* **Player Statistics:** Retrieves lifetime career data, including total wins, goals, saves, assists, shots, and MVPs.
* **Ranked Performance:** Provides current rank, tier, division, and MMR for specific playlists.
* **Leaderboards:** Accesses top 100 player rankings filtered by platform and playlist.
* **Cross-Platform Compatibility:** Supports Epic Games, Steam, PlayStation Network, Xbox Live, and Nintendo Switch.
Technical Specifications:
* **Data Format:** JSON.
* **Architecture:** RESTful.
* **Response Time:** Average latency under 850ms.
* **Data Refresh:** Information is fetched dynamically at the time of the request.
Endpoints:
* `GET /ping` - Returns the current status and availability of the API.
* `GET /platforms` - Returns a list of supported gaming platforms.
* `GET /playlists` - Returns a list of available casual, competitive, and extra mode playlists.
* `GET /stats/{platform}/{username}` - Retrieves career statistics, rank, division, and MMR for a specific user.
* `GET /leaderboard/{platform}/{playlist}` - Retrieves the leaderboard data for the specified playlist and platform.
Each endpoint returns specific data related to Rocket League player statistics, rankings, and leaderboards. For example, `/stats/{platform}/{username}` provides detailed player stats, while `/leaderboard/{platform}/{playlist}` returns the top 100 players for a specified playlist.
Key fields include `username`, `wins`, `goals`, `saves`, `assists`, `MMR`, `tier`, and `division`. For leaderboards, fields like `username` and `rating` are essential, while player stats include lifetime performance metrics and ranked playlist details.
The response data is structured in JSON format. For player stats, it includes a `lifetime` object with overall stats and a `ranked` array detailing performance in various playlists. Leaderboard responses are arrays of player objects with their rankings.
The `/ping` endpoint checks API status, `/platforms` lists supported platforms, `/playlists` details available playlists, `/stats/{platform}/{username}` provides player stats, and `/leaderboard/{platform}/{playlist}` shows top player rankings.
Parameters include `platform` and `username` for the `/stats` endpoint, and `platform` and `playlist` for the `/leaderboard` endpoint. Users can customize requests by specifying these parameters to retrieve targeted data.
Data accuracy is maintained through real-time fetching at the time of the request, ensuring users receive the most current statistics and rankings. The API dynamically retrieves data from official sources to ensure reliability.
Typical use cases include developing Discord bots that display player stats, creating esports websites that showcase leaderboards, and analyzing player performance for competitive gaming insights.
Users can utilize the returned data by integrating it into applications or websites to display player stats, rankings, and leaderboards. For example, displaying a player's lifetime stats can enhance user engagement in gaming communities.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund