Links

Standings

Stay on top of the standings with Crypt2 Esports Standings API. Our API provides real-time updates on the latest team and player rankings, so you can keep your users informed on who's leading the pack. Whether you're developing a sports news website, or simply want to keep track of your favorite teams, our API is the perfect solution.

Example Response:

{
"status": "success",
"data": [
{
"team": "Lakers",
"games_played": 82,
"wins": 60,
"losses": 22,
"points_for": 8000,
"points_against": 7000
},
{
"team": "Warriors",
"games_played": 82,
"wins": 55,
"losses": 27,
"points_for": 7500,
"points_against": 7500
}
]
}