Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Matteo Berrettini
28W - 26L
51.9% Win Rate
Forma: LLWWLLWWLL
JSON Data
{
"player": {
"id": 212,
"api_id": 112783,
"name": "Matteo Berrettini",
"short_name": "M. Berrettini",
"country": "Italy",
"country_code": "IT",
"gender": "Male",
"circuit": "ATP",
"date_of_birth": null,
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 52886,
"singles": 15.16,
"doubles": 14.09,
"ranking": 56,
"division": "Pro",
"is_pro": true,
"updated_at": "2026-03-15"
},
"current_ranking": {
"position": 100,
"points": 625,
"best_position": 6,
"date": "2026-05-09"
},
"ranking_history": [
{
"date": "2026-05-09",
"position": 100,
"points": 625
},
{
"date": "2026-05-08",
"position": 100,
"points": 625
},
{
"date": "2026-05-07",
"position": 100,
"points": 625
},
{
"date": "2026-05-06",
"position": 100,
"points": 625
},
{
"date": "2026-05-05",
"position": 100,
"points": 625
},
{
"date": "2026-05-04",
"position": 92,
"points": 650
},
{
"date": "2026-05-03",
"position": 92,
"points": 650
},
{
"date": "2026-05-02",
"position": 92,
"points": 650
},
{
"date": "2026-05-01",
"position": 92,
"points": 650
},
{
"date": "2026-04-30",
"position": 92,
"points": 650
}
],
"career_stats": {
"total_matches": 54,
"wins": 28,
"losses": 26,
"win_rate": 51.9
},
"surface_stats": {
"hard": {
"matches": 31,
"wins": 17,
"losses": 14,
"win_rate": 54.8
},
"clay": {
"matches": 22,
"wins": 11,
"losses": 11,
"win_rate": 50.0
},
"grass": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0
}
},
"category_stats": {
"Grand Slam": {
"matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3
},
"Masters 1000": {
"matches": 22,
"wins": 12,
"losses": 10,
"win_rate": 54.5
},
"ATP 500": {
"matches": 15,
"wins": 9,
"losses": 6,
"win_rate": 60.0
},
"ATP 250": {
"matches": 11,
"wins": 4,
"losses": 7,
"win_rate": 36.4
},
"Challenger": {
"matches": 3,
"wins": 2,
"losses": 1,
"win_rate": 66.7
}
},
"average_match_stats": {
"matches_with_stats": 54,
"avg_aces_per_match": 9.4,
"avg_double_faults_per_match": 1.4,
"avg_first_serve_pct": 68.1,
"avg_first_serve_won_pct": 74.9,
"avg_second_serve_won_pct": 53.2,
"avg_break_points_converted_pct": null
},
"recent_form": [
{
"date": "2026-05-07",
"opponent": "Alexei Popyrin",
"opponent_id": 128552,
"tournament": "ATP Rome Masters",
"surface": "clay",
"round": "Round of 128",
"result": "L",
"score": "0-2",
"stats": {
"aces": 2,
"double_faults": 3,
"first_serve_pct": 58.333333333333336,
"first_serve_won_pct": 64.28571428571429,
"second_serve_won_pct": 50.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-05-01",
"opponent": "Hubert Hurkacz",
"opponent_id": 158896,
"tournament": "Cagliari, Italy",
"surface": "clay",
"round": "Quarterfinals",
"result": "L",
"score": "1-2",
"stats": {
"aces": 3,
"double_faults": 2,
"first_serve_pct": 65.82278481012658,
"first_serve_won_pct": 63.46153846153846,
"second_serve_won_pct": 65.78947368421053,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-30",
"opponent": "Mariano Navone",
"opponent_id": 271389,
"tournament": "Cagliari, Italy",
"surface": "clay",
"round": "Round of 16",
"result": "W",
"score": "2-0",
"stats": {
"aces": 6,
"double_faults": 1,
"first_serve_pct": 55.00000000000001,
"first_serve_won_pct": 87.87878787878788,
"second_serve_won_pct": 51.85185185185185,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-28",
"opponent": "Patrick Kypson",
"opponent_id": 210490,
"tournament": "Cagliari, Italy",
"surface": "clay",
"round": "Round of 32",
"result": "W",
"score": "2-1",
"stats": {
"aces": 15,
"double_faults": 4,
"first_serve_pct": 57.391304347826086,
"first_serve_won_pct": 77.27272727272727,
"second_serve_won_pct": 55.10204081632652,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-22",
"opponent": "Dino Prižmić",
"opponent_id": 349089,
"tournament": "ATP Madrid Masters",
"surface": "clay",
"round": "Round of 128",
"result": "L",
"score": "0-2",
"stats": {
"aces": 2,
"double_faults": 1,
"first_serve_pct": 71.21212121212122,
"first_serve_won_pct": 68.08510638297872,
"second_serve_won_pct": 36.84210526315789,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-09",
"opponent": "Joao Fonseca",
"opponent_id": 403869,
"tournament": "Monte Carlo",
"surface": "clay",
"round": "Round of 16",
"result": "L",
"score": "0-2",
"stats": {
"aces": 2,
"double_faults": 0,
"first_serve_pct": 47.05882352941176,
"first_serve_won_pct": 66.66666666666666,
"second_serve_won_pct": 46.15384615384615,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-08",
"opponent": "Daniil Medvedev",
"opponent_id": 163504,
"tournament": "Monte Carlo",
"surface": "clay",
"round": "Round of 32",
"result": "W",
"score": "2-0",
"stats": {
"aces": 0,
"double_faults": 0,
"first_serve_pct": 64.70588235294117,
"first_serve_won_pct": 72.72727272727273,
"second_serve_won_pct": 83.33333333333334,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-07",
"opponent": "Roberto Bautista Agut",
"opponent_id": 16720,
"tournament": "Monte Carlo",
"surface": "clay",
"round": "Round of 64",
"result": "W",
"score": "0-0",
"stats": {
"aces": 1,
"double_faults": 0,
"first_serve_pct": 90.0,
"first_serve_won_pct": 88.88888888888889,
"second_serve_won_pct": 100.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-03-31",
"opponent": "Ignacio Buse",
"opponent_id": 322082,
"tournament": "Marrakech",
"surface": "clay",
"round": "Round of 32",
"result": "L",
"score": "1-2",
"stats": {
"aces": 7,
"double_faults": 1,
"first_serve_pct": 66.99029126213593,
"first_serve_won_pct": 59.42028985507246,
"second_serve_won_pct": 67.64705882352942,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-03-22",
"opponent": "Valentin Vacherot",
"opponent_id": 158912,
"tournament": "Miami",
"surface": "hard",
"round": "Round of 32",
"result": "L",
"score": "0-2",
"stats": {
"aces": 6,
"double_faults": 2,
"first_serve_pct": 67.79661016949152,
"first_serve_won_pct": 82.5,
"second_serve_won_pct": 66.66666666666666,
"break_points_converted_pct": null,
"total_points_won": null
}
}
],
"form_summary": {
"last_10_matches": 10,
"wins": 4,
"losses": 6,
"form_string": "LLWWLLWWLL"
},
"head_to_head": [
{
"opponent": "Christopher O'Connell",
"opponent_id": 58221,
"matches": 2,
"wins": 2,
"losses": 0
},
{
"opponent": "Cameron Norrie",
"opponent_id": 95935,
"matches": 2,
"wins": 2,
"losses": 0
},
{
"opponent": "Casper Ruud",
"opponent_id": 119248,
"matches": 2,
"wins": 0,
"losses": 2
},
{
"opponent": "Stefanos Tsitsipas",
"opponent_id": 122366,
"matches": 2,
"wins": 0,
"losses": 2
},
{
"opponent": "Jack Draper",
"opponent_id": 258749,
"matches": 2,
"wins": 0,
"losses": 2
}
],
"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": 25,
"double_faults": 4,
"aces_per_match": 25.0,
"double_faults_per_match": 4.0,
"first_serve_pct": 73.1,
"first_serve_won_pct": 74.4,
"second_serve_won_pct": 50.0,
"break_points_saved_pct": 60.0,
"break_points_converted_pct": 50.0,
"winners_total": 56,
"unforced_errors_total": 66
},
"hardcourt_indoor": {
"matches": 9,
"wins": 5,
"losses": 4,
"win_rate": 55.6,
"tournaments_played": 4,
"tournaments_won": 0,
"tiebreaks_won": 4,
"tiebreaks_lost": 4,
"aces": 94,
"double_faults": 13,
"aces_per_match": 10.4,
"double_faults_per_match": 1.4,
"first_serve_pct": 74.6,
"first_serve_won_pct": 76.0,
"second_serve_won_pct": 64.5,
"break_points_saved_pct": 58.1,
"break_points_converted_pct": 51.6,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 19,
"wins": 10,
"losses": 9,
"win_rate": 52.6,
"tournaments_played": 9,
"tournaments_won": 0,
"tiebreaks_won": 6,
"tiebreaks_lost": 7,
"aces": 259,
"double_faults": 23,
"aces_per_match": 13.6,
"double_faults_per_match": 1.2,
"first_serve_pct": 78.3,
"first_serve_won_pct": 75.6,
"second_serve_won_pct": 52.2,
"break_points_saved_pct": 73.9,
"break_points_converted_pct": 36.0,
"winners_total": 99,
"unforced_errors_total": 90
},
"red_clay": {
"matches": 7,
"wins": 4,
"losses": 3,
"win_rate": 57.1,
"tournaments_played": 3,
"tournaments_won": 0,
"tiebreaks_won": 1,
"tiebreaks_lost": 1,
"aces": 30,
"double_faults": 11,
"aces_per_match": 4.3,
"double_faults_per_match": 1.6,
"first_serve_pct": 76.9,
"first_serve_won_pct": 72.3,
"second_serve_won_pct": 45.6,
"break_points_saved_pct": 61.3,
"break_points_converted_pct": 25.0,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 36,
"wins": 19,
"tournaments_played": 17,
"tournaments_won": 0,
"aces": 408,
"double_faults": 51,
"win_rate": 52.8,
"losses": 17
}
},
{
"year": 2024,
"surfaces": {
"grass": {
"matches": 9,
"wins": 6,
"losses": 3,
"win_rate": 66.7,
"tournaments_played": 3,
"tournaments_won": 0,
"tiebreaks_won": 3,
"tiebreaks_lost": 4,
"aces": 128,
"double_faults": 15,
"aces_per_match": 14.2,
"double_faults_per_match": 1.7,
"first_serve_pct": 76.2,
"first_serve_won_pct": 77.2,
"second_serve_won_pct": 59.1,
"break_points_saved_pct": 80.0,
"break_points_converted_pct": 40.7,
"winners_total": 103,
"unforced_errors_total": 74
},
"hardcourt_indoor": {
"matches": 6,
"wins": 3,
"losses": 3,
"win_rate": 50.0,
"tournaments_played": 3,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 3,
"aces": 55,
"double_faults": 6,
"aces_per_match": 9.2,
"double_faults_per_match": 1.0,
"first_serve_pct": 75.0,
"first_serve_won_pct": 74.6,
"second_serve_won_pct": 49.0,
"break_points_saved_pct": 80.9,
"break_points_converted_pct": 31.2,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 13,
"wins": 7,
"losses": 6,
"win_rate": 53.8,
"tournaments_played": 7,
"tournaments_won": 0,
"tiebreaks_won": 8,
"tiebreaks_lost": 2,
"aces": 120,
"double_faults": 28,
"aces_per_match": 9.2,
"double_faults_per_match": 2.2,
"first_serve_pct": 72.2,
"first_serve_won_pct": 76.3,
"second_serve_won_pct": 53.9,
"break_points_saved_pct": 57.4,
"break_points_converted_pct": 39.0,
"winners_total": 62,
"unforced_errors_total": 67
},
"red_clay": {
"matches": 16,
"wins": 15,
"losses": 1,
"win_rate": 93.8,
"tournaments_played": 5,
"tournaments_won": 3,
"tiebreaks_won": 10,
"tiebreaks_lost": 1,
"aces": 106,
"double_faults": 21,
"aces_per_match": 6.6,
"double_faults_per_match": 1.3,
"first_serve_pct": 79.0,
"first_serve_won_pct": 79.8,
"second_serve_won_pct": 59.0,
"break_points_saved_pct": 72.9,
"break_points_converted_pct": 39.0,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 44,
"wins": 31,
"tournaments_played": 18,
"tournaments_won": 3,
"aces": 409,
"double_faults": 70,
"win_rate": 70.5,
"losses": 13
}
},
{
"year": 2023,
"surfaces": {
"grass": {
"matches": 5,
"wins": 3,
"losses": 2,
"win_rate": 60.0,
"tournaments_played": 3,
"tournaments_won": 0,
"tiebreaks_won": 3,
"tiebreaks_lost": 1,
"aces": 59,
"double_faults": 10,
"aces_per_match": 11.8,
"double_faults_per_match": 2.0,
"first_serve_pct": 75.0,
"first_serve_won_pct": 77.3,
"second_serve_won_pct": 57.4,
"break_points_saved_pct": 71.4,
"break_points_converted_pct": 25.0,
"winners_total": 152,
"unforced_errors_total": 122
},
"hardcourt_outdoor": {
"matches": 11,
"wins": 4,
"losses": 7,
"win_rate": 36.4,
"tournaments_played": 8,
"tournaments_won": 0,
"tiebreaks_won": 1,
"tiebreaks_lost": 4,
"aces": 102,
"double_faults": 16,
"aces_per_match": 9.3,
"double_faults_per_match": 1.5,
"first_serve_pct": 75.2,
"first_serve_won_pct": 77.8,
"second_serve_won_pct": 49.8,
"break_points_saved_pct": 67.3,
"break_points_converted_pct": 37.3,
"winners_total": 125,
"unforced_errors_total": 103
},
"red_clay": {
"matches": 2,
"wins": 2,
"losses": 0,
"win_rate": 100.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 1,
"tiebreaks_lost": 0,
"aces": 6,
"double_faults": 5,
"aces_per_match": 3.0,
"double_faults_per_match": 2.5,
"first_serve_pct": 75.4,
"first_serve_won_pct": 76.7,
"second_serve_won_pct": 60.0,
"break_points_saved_pct": 50.0,
"break_points_converted_pct": 25.0,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 18,
"wins": 9,
"tournaments_played": 12,
"tournaments_won": 0,
"aces": 167,
"double_faults": 31,
"win_rate": 50.0,
"losses": 9
}
}
],
"data_generated_at": "2026-05-09 03:39:26 UTC"
}