Links

Player Statistics

Discover the world's top players with Crypt2 Esports Player Statistics API. Our API provides comprehensive data on individual players, including performance statistics, career milestones, and rankings. Whether you're developing a fantasy sports platform, or simply want to keep track of your favorite players, our API is the perfect solution.

Example Response:

{
"status": "success",
"data": {
"player_id": 54321,
"name": "LeBron James",
"team": "Lakers",
"games_played": 82,
"minutes_played": 3200,
"shots_made": 500,
"shots_attempted": 1000,
"field_goal_percentage": 50,
"three_point_shots_made": 200,
"three_point_shots_attempted": 500,
"three_point_percentage": 40,
"free_throws_made": 300,
"free_throws_attempted": 400,
"free_throw_percentage": 75,
"rebounds": 400,
"assists": 300,
"turnovers": 200,
"steals": 100,
"blocks": 50,
"personal_fouls": 200
}
}