Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Samir Banerjee
0W - 0L
0% Win Rate
Forma:
JSON Data
{
"player": {
"id": 876,
"api_id": 320820,
"name": "Samir Banerjee",
"short_name": "S. Banerjee",
"country": "USA",
"country_code": "US",
"gender": "Male",
"circuit": "ATP",
"date_of_birth": null,
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 122837,
"singles": 14.29,
"doubles": 13.35,
"ranking": 252,
"division": "General",
"is_pro": true,
"updated_at": "2025-12-07"
},
"current_ranking": {
"position": 371,
"points": 132,
"best_position": 347,
"date": "2025-12-10"
},
"ranking_history": [
{
"date": "2025-12-10",
"position": 371,
"points": 132
},
{
"date": "2025-12-09",
"position": 371,
"points": 132
},
{
"date": "2025-12-08",
"position": 371,
"points": 132
},
{
"date": "2025-12-07",
"position": 372,
"points": 132
},
{
"date": "2025-12-06",
"position": 372,
"points": 132
},
{
"date": "2025-12-05",
"position": 372,
"points": 132
},
{
"date": "2025-12-04",
"position": 372,
"points": 132
},
{
"date": "2025-12-03",
"position": 372,
"points": 132
}
],
"career_stats": {
"total_matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"surface_stats": {
"hard": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"clay": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"grass": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
}
},
"category_stats": {},
"average_match_stats": null,
"recent_form": [],
"form_summary": {
"last_10_matches": 0,
"wins": 0,
"losses": 0,
"form_string": ""
},
"head_to_head": [],
"upcoming_matches": [],
"year_statistics": [
{
"year": 2025,
"surfaces": {
"hardcourt_indoor": {
"matches": 7,
"wins": 3,
"losses": 4,
"win_rate": 42.9,
"tournaments_played": 5,
"tournaments_won": 0,
"tiebreaks_won": 2,
"tiebreaks_lost": 2,
"aces": 33,
"double_faults": 30,
"aces_per_match": 4.7,
"double_faults_per_match": 4.3,
"first_serve_pct": 70.3,
"first_serve_won_pct": 69.8,
"second_serve_won_pct": 62.6,
"break_points_saved_pct": 45.2,
"break_points_converted_pct": 31.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 8,
"wins": 5,
"losses": 3,
"win_rate": 62.5,
"tournaments_played": 4,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 1,
"aces": 41,
"double_faults": 32,
"aces_per_match": 5.1,
"double_faults_per_match": 4.0,
"first_serve_pct": 67.8,
"first_serve_won_pct": 71.5,
"second_serve_won_pct": 52.9,
"break_points_saved_pct": 68.6,
"break_points_converted_pct": 32.8,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 15,
"wins": 8,
"tournaments_played": 9,
"tournaments_won": 0,
"aces": 74,
"double_faults": 62,
"win_rate": 53.3,
"losses": 7
}
}
],
"data_generated_at": "2025-12-10 13:04:44 UTC"
}