Links

Team Statistics

Stay ahead of the competition with Crypt2 Esports Team Statistics API. Our API provides comprehensive data on individual teams, including performance statistics, player rankings, and team rankings. 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": "Warriors",
"games_played": 82,
"wins": 50,
"losses": 32,
"shots_made": 4000,
"shots_attempted": 8000,
"field_goal_percentage": 50,
"three_point_shots_made": 2000,
"three_point_shots_attempted": 5000,
"three_point_percentage": 40,
"free_throws_made": 3000,
"free_throws_attempted": 4000,
"free_throw_percentage": 75,
"rebounds": 4000,
"assists": 3000,
"turnovers": 2000,
"steals": 1000,
"blocks": 500,
"personal_fouls": 2000
}
}