Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Facundo Mena
4W - 8L
33.3% Win Rate
Forma: LWWWLLLLWL
JSON Data
{
"player": {
"id": 394,
"api_id": 38180,
"name": "Facundo Mena",
"short_name": "F. Mena",
"country": "Argentina",
"country_code": "AR",
"gender": "Male",
"circuit": "ATP",
"date_of_birth": null,
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 4391,
"singles": 14.24,
"doubles": 13.92,
"ranking": 257,
"division": "Pro",
"is_pro": true,
"updated_at": "2025-12-07"
},
"current_ranking": {
"position": 328,
"points": 157,
"best_position": 127,
"date": "2025-12-10"
},
"ranking_history": [
{
"date": "2025-12-10",
"position": 328,
"points": 157
},
{
"date": "2025-12-09",
"position": 328,
"points": 157
},
{
"date": "2025-12-08",
"position": 328,
"points": 157
},
{
"date": "2025-12-07",
"position": 329,
"points": 157
},
{
"date": "2025-12-06",
"position": 329,
"points": 157
},
{
"date": "2025-12-05",
"position": 329,
"points": 157
},
{
"date": "2025-12-04",
"position": 329,
"points": 157
},
{
"date": "2025-12-03",
"position": 329,
"points": 157
}
],
"career_stats": {
"total_matches": 12,
"wins": 4,
"losses": 8,
"win_rate": 33.3
},
"surface_stats": {
"hard": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0
},
"clay": {
"matches": 10,
"wins": 4,
"losses": 6,
"win_rate": 40.0
},
"grass": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0
}
},
"category_stats": {
"Grand Slam": {
"matches": 3,
"wins": 0,
"losses": 3,
"win_rate": 0.0
},
"Challenger": {
"matches": 9,
"wins": 4,
"losses": 5,
"win_rate": 44.4
}
},
"average_match_stats": {
"matches_with_stats": 12,
"avg_aces_per_match": 5.2,
"avg_double_faults_per_match": 3.4,
"avg_first_serve_pct": 57.3,
"avg_first_serve_won_pct": 62.9,
"avg_second_serve_won_pct": 42.9,
"avg_break_points_converted_pct": null
},
"recent_form": [
{
"date": "2025-11-12",
"opponent": "Roman Andres Burruchaga",
"opponent_id": 287181,
"tournament": "Montevideo, Uruguay",
"surface": "clay",
"round": "Round of 16",
"result": "L",
"score": "0-2",
"stats": {
"aces": 6,
"double_faults": 4,
"first_serve_pct": 54.21686746987952,
"first_serve_won_pct": 57.77777777777777,
"second_serve_won_pct": 36.84210526315789,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-11-11",
"opponent": "Joao Lucas Reis Da Silva",
"opponent_id": 212762,
"tournament": "Montevideo, Uruguay",
"surface": "clay",
"round": "Round of 32",
"result": "W",
"score": "2-1",
"stats": {
"aces": 14,
"double_faults": 3,
"first_serve_pct": 59.79381443298969,
"first_serve_won_pct": 67.24137931034483,
"second_serve_won_pct": 56.41025641025641,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-11-10",
"opponent": "Nicolas Barrientos",
"opponent_id": 48646,
"tournament": "Montevideo, Uruguay",
"surface": "clay",
"round": "Qualification Final",
"result": "W",
"score": "2-0",
"stats": {
"aces": 8,
"double_faults": 2,
"first_serve_pct": 53.44827586206896,
"first_serve_won_pct": 70.96774193548387,
"second_serve_won_pct": 48.148148148148145,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-11-09",
"opponent": "Benjamin Kittay",
"opponent_id": 424682,
"tournament": "Montevideo, Uruguay",
"surface": "clay",
"round": "Qualification Round 1",
"result": "W",
"score": "2-0",
"stats": {
"aces": 6,
"double_faults": 2,
"first_serve_pct": 59.72222222222222,
"first_serve_won_pct": 86.04651162790698,
"second_serve_won_pct": 51.724137931034484,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-07-15",
"opponent": "Valentin Royer",
"opponent_id": 255449,
"tournament": "San Marino, San Marino",
"surface": "clay",
"round": "Round of 32",
"result": "L",
"score": "1-2",
"stats": {
"aces": 4,
"double_faults": 3,
"first_serve_pct": 47.94520547945205,
"first_serve_won_pct": 74.28571428571429,
"second_serve_won_pct": 44.73684210526316,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-06-23",
"opponent": "Alexander Blockx",
"opponent_id": 390214,
"tournament": "Wimbledon",
"surface": "grass",
"round": "Qualification Round 1",
"result": "L",
"score": "0-2",
"stats": {
"aces": 4,
"double_faults": 3,
"first_serve_pct": 64.0,
"first_serve_won_pct": 59.375,
"second_serve_won_pct": 53.333333333333336,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-05-20",
"opponent": "Hady Habib",
"opponent_id": 189540,
"tournament": "Roland Garros",
"surface": "clay",
"round": "Qualification Round 1",
"result": "L",
"score": "1-2",
"stats": {
"aces": 9,
"double_faults": 4,
"first_serve_pct": 65.11627906976744,
"first_serve_won_pct": 67.85714285714286,
"second_serve_won_pct": 46.666666666666664,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-04-03",
"opponent": "Daniel Dutra Da Silva",
"opponent_id": 48225,
"tournament": "Campinas, Brazil",
"surface": "clay",
"round": "Round of 16",
"result": "L",
"score": "0-2",
"stats": {
"aces": 0,
"double_faults": 4,
"first_serve_pct": 52.38095238095239,
"first_serve_won_pct": 36.36363636363637,
"second_serve_won_pct": 35.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-04-01",
"opponent": "Maximus Jones",
"opponent_id": 336621,
"tournament": "Campinas, Brazil",
"surface": "clay",
"round": "Round of 32",
"result": "W",
"score": "2-0",
"stats": {
"aces": 0,
"double_faults": 4,
"first_serve_pct": 52.38095238095239,
"first_serve_won_pct": 36.36363636363637,
"second_serve_won_pct": 35.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-02-06",
"opponent": "Gustavo Heide",
"opponent_id": 302582,
"tournament": "Rosario, Argentina",
"surface": "clay",
"round": "Round of 32",
"result": "L",
"score": "0-1",
"stats": {
"aces": 4,
"double_faults": 2,
"first_serve_pct": 63.934426229508205,
"first_serve_won_pct": 53.84615384615385,
"second_serve_won_pct": 73.33333333333333,
"break_points_converted_pct": null,
"total_points_won": null
}
}
],
"form_summary": {
"last_10_matches": 10,
"wins": 4,
"losses": 6,
"form_string": "LWWWLLLLWL"
},
"head_to_head": [
{
"opponent": "Gustavo Heide",
"opponent_id": 302582,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Alexander Blockx",
"opponent_id": 390214,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Valentin Royer",
"opponent_id": 255449,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Hady Habib",
"opponent_id": 189540,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Roman Andres Burruchaga",
"opponent_id": 287181,
"matches": 1,
"wins": 0,
"losses": 1
}
],
"upcoming_matches": [],
"year_statistics": [
{
"year": 2025,
"surfaces": {
"grass": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 4,
"double_faults": 3,
"aces_per_match": 4.0,
"double_faults_per_match": 3.0,
"first_serve_pct": 73.5,
"first_serve_won_pct": 59.4,
"second_serve_won_pct": 60.0,
"break_points_saved_pct": 42.9,
"break_points_converted_pct": 0.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 2,
"double_faults": 3,
"aces_per_match": 2.0,
"double_faults_per_match": 3.0,
"first_serve_pct": 70.1,
"first_serve_won_pct": 74.2,
"second_serve_won_pct": 25.0,
"break_points_saved_pct": 0.0,
"break_points_converted_pct": 25.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"red_clay": {
"matches": 35,
"wins": 16,
"losses": 19,
"win_rate": 45.7,
"tournaments_played": 24,
"tournaments_won": 0,
"tiebreaks_won": 10,
"tiebreaks_lost": 5,
"aces": 159,
"double_faults": 95,
"aces_per_match": 4.5,
"double_faults_per_match": 2.7,
"first_serve_pct": 69.6,
"first_serve_won_pct": 67.6,
"second_serve_won_pct": 51.8,
"break_points_saved_pct": 65.6,
"break_points_converted_pct": 36.3,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 37,
"wins": 16,
"tournaments_played": 26,
"tournaments_won": 0,
"aces": 165,
"double_faults": 101,
"win_rate": 43.2,
"losses": 21
}
},
{
"year": 2024,
"surfaces": {
"hardcourt_indoor": {
"matches": 2,
"wins": 1,
"losses": 1,
"win_rate": 50.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 1,
"aces": 0,
"double_faults": 0,
"aces_per_match": 0.0,
"double_faults_per_match": 0.0,
"first_serve_pct": 0,
"first_serve_won_pct": 0,
"second_serve_won_pct": 0,
"break_points_saved_pct": 71.4,
"break_points_converted_pct": 0,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 4,
"wins": 3,
"losses": 1,
"win_rate": 75.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 1,
"tiebreaks_lost": 1,
"aces": 14,
"double_faults": 9,
"aces_per_match": 3.5,
"double_faults_per_match": 2.2,
"first_serve_pct": 71.7,
"first_serve_won_pct": 71.0,
"second_serve_won_pct": 60.5,
"break_points_saved_pct": 68.4,
"break_points_converted_pct": 40.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"red_clay": {
"matches": 46,
"wins": 28,
"losses": 18,
"win_rate": 60.9,
"tournaments_played": 28,
"tournaments_won": 3,
"tiebreaks_won": 12,
"tiebreaks_lost": 10,
"aces": 231,
"double_faults": 115,
"aces_per_match": 5.0,
"double_faults_per_match": 2.5,
"first_serve_pct": 69.4,
"first_serve_won_pct": 71.9,
"second_serve_won_pct": 56.1,
"break_points_saved_pct": 59.3,
"break_points_converted_pct": 44.4,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 52,
"wins": 32,
"tournaments_played": 30,
"tournaments_won": 3,
"aces": 245,
"double_faults": 124,
"win_rate": 61.5,
"losses": 20
}
},
{
"year": 2023,
"surfaces": {
"hardcourt_outdoor": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 9,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 0,
"double_faults": 0,
"aces_per_match": 0.0,
"double_faults_per_match": 0.0,
"first_serve_pct": 88.9,
"first_serve_won_pct": 45.2,
"second_serve_won_pct": 33.3,
"break_points_saved_pct": 37.5,
"break_points_converted_pct": 0.0,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 1,
"wins": 0,
"tournaments_played": 9,
"tournaments_won": 0,
"aces": 0,
"double_faults": 0,
"win_rate": 0.0,
"losses": 1
}
}
],
"data_generated_at": "2025-12-10 08:18:31 UTC"
}