Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Francesco Maestrelli
12W - 10L
54.5% Win Rate
Forma: LWWLWLLLWL
JSON Data
{
"player": {
"id": 777,
"api_id": 261017,
"name": "Francesco Maestrelli",
"short_name": "F. Maestrelli",
"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": 276628,
"singles": 14.34,
"doubles": 13.69,
"ranking": 217,
"division": "Pro",
"is_pro": true,
"updated_at": "2025-12-07"
},
"current_ranking": {
"position": 139,
"points": 442,
"best_position": 138,
"date": "2025-12-10"
},
"ranking_history": [
{
"date": "2025-12-10",
"position": 139,
"points": 442
},
{
"date": "2025-12-09",
"position": 139,
"points": 442
},
{
"date": "2025-12-08",
"position": 139,
"points": 442
},
{
"date": "2025-12-07",
"position": 139,
"points": 442
},
{
"date": "2025-12-06",
"position": 139,
"points": 442
},
{
"date": "2025-12-05",
"position": 139,
"points": 442
},
{
"date": "2025-12-04",
"position": 139,
"points": 442
},
{
"date": "2025-12-03",
"position": 139,
"points": 442
}
],
"career_stats": {
"total_matches": 22,
"wins": 12,
"losses": 10,
"win_rate": 54.5
},
"surface_stats": {
"hard": {
"matches": 15,
"wins": 9,
"losses": 6,
"win_rate": 60.0
},
"clay": {
"matches": 6,
"wins": 3,
"losses": 3,
"win_rate": 50.0
},
"grass": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0
}
},
"category_stats": {
"Grand Slam": {
"matches": 2,
"wins": 0,
"losses": 2,
"win_rate": 0.0
},
"Challenger": {
"matches": 20,
"wins": 12,
"losses": 8,
"win_rate": 60.0
}
},
"average_match_stats": {
"matches_with_stats": 22,
"avg_aces_per_match": 6.2,
"avg_double_faults_per_match": 4.0,
"avg_first_serve_pct": 62.4,
"avg_first_serve_won_pct": 72.1,
"avg_second_serve_won_pct": 48.3,
"avg_break_points_converted_pct": null
},
"recent_form": [
{
"date": "2025-10-31",
"opponent": "Titouan Droguet",
"opponent_id": 243925,
"tournament": "Bratislava, Slovakia",
"surface": "hard",
"round": "Quarterfinals",
"result": "L",
"score": "0-2",
"stats": {
"aces": 3,
"double_faults": 4,
"first_serve_pct": 74.60317460317461,
"first_serve_won_pct": 70.2127659574468,
"second_serve_won_pct": 53.84615384615385,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-10-30",
"opponent": "David Pichler",
"opponent_id": 110707,
"tournament": "Bratislava, Slovakia",
"surface": "hard",
"round": "Round of 16",
"result": "W",
"score": "2-0",
"stats": {
"aces": 5,
"double_faults": 2,
"first_serve_pct": 83.01886792452831,
"first_serve_won_pct": 84.0909090909091,
"second_serve_won_pct": 42.10526315789473,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-10-28",
"opponent": "Shintaro Mochizuki",
"opponent_id": 298795,
"tournament": "Bratislava, Slovakia",
"surface": "hard",
"round": "Round of 32",
"result": "W",
"score": "2-1",
"stats": {
"aces": 18,
"double_faults": 3,
"first_serve_pct": 66.05504587155964,
"first_serve_won_pct": 76.38888888888889,
"second_serve_won_pct": 37.83783783783784,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-10-23",
"opponent": "Hugo Gaston",
"opponent_id": 205906,
"tournament": "Brest, France",
"surface": "hard",
"round": "Round of 16",
"result": "L",
"score": "0-2",
"stats": {
"aces": 4,
"double_faults": 4,
"first_serve_pct": 65.07936507936508,
"first_serve_won_pct": 70.73170731707317,
"second_serve_won_pct": 50.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-10-22",
"opponent": "Harry Wendelken",
"opponent_id": 267242,
"tournament": "Brest, France",
"surface": "hard",
"round": "Round of 32",
"result": "W",
"score": "2-1",
"stats": {
"aces": 23,
"double_faults": 0,
"first_serve_pct": 79.12087912087912,
"first_serve_won_pct": 76.38888888888889,
"second_serve_won_pct": 43.75,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-10-14",
"opponent": "Norbert Gombos",
"opponent_id": 50139,
"tournament": "Olbia, Italy",
"surface": "hard",
"round": "Round of 32",
"result": "L",
"score": "1-2",
"stats": {
"aces": 7,
"double_faults": 5,
"first_serve_pct": 68.08510638297872,
"first_serve_won_pct": 65.625,
"second_serve_won_pct": 43.333333333333336,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-09-29",
"opponent": "Facundo Bagnis",
"opponent_id": 38183,
"tournament": "Antofagasta, Chile",
"surface": "clay",
"round": "Round of 32",
"result": "L",
"score": "1-2",
"stats": {
"aces": 4,
"double_faults": 5,
"first_serve_pct": 64.28571428571429,
"first_serve_won_pct": 70.37037037037037,
"second_serve_won_pct": 40.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-09-25",
"opponent": "Gonzalo Bueno",
"opponent_id": 299765,
"tournament": "Buenos Aires, Argentina",
"surface": "clay",
"round": "Round of 16",
"result": "L",
"score": "0-2",
"stats": {
"aces": 1,
"double_faults": 5,
"first_serve_pct": 68.75,
"first_serve_won_pct": 54.54545454545454,
"second_serve_won_pct": 46.666666666666664,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-09-23",
"opponent": "Daniel Dutra Da Silva",
"opponent_id": 48225,
"tournament": "Buenos Aires, Argentina",
"surface": "clay",
"round": "Round of 32",
"result": "W",
"score": "2-1",
"stats": {
"aces": 5,
"double_faults": 5,
"first_serve_pct": 65.0,
"first_serve_won_pct": 73.84615384615385,
"second_serve_won_pct": 42.857142857142854,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2025-09-05",
"opponent": "Andrew Paulson",
"opponent_id": 275467,
"tournament": "Tulln, Austria",
"surface": "clay",
"round": "Quarterfinals",
"result": "L",
"score": "0-2",
"stats": {
"aces": 4,
"double_faults": 9,
"first_serve_pct": 54.23728813559322,
"first_serve_won_pct": 65.625,
"second_serve_won_pct": 37.03703703703704,
"break_points_converted_pct": null,
"total_points_won": null
}
}
],
"form_summary": {
"last_10_matches": 10,
"wins": 4,
"losses": 6,
"form_string": "LWWLWLLLWL"
},
"head_to_head": [
{
"opponent": "James McCabe",
"opponent_id": 339452,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Alejandro Moro Canas",
"opponent_id": 250857,
"matches": 1,
"wins": 1,
"losses": 0
},
{
"opponent": "Hugo Gaston",
"opponent_id": 205906,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Antoine Escoffier",
"opponent_id": 49663,
"matches": 1,
"wins": 1,
"losses": 0
},
{
"opponent": "Titouan Droguet",
"opponent_id": 243925,
"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": 0,
"double_faults": 2,
"aces_per_match": 0.0,
"double_faults_per_match": 2.0,
"first_serve_pct": 68.3,
"first_serve_won_pct": 69.6,
"second_serve_won_pct": 77.8,
"break_points_saved_pct": 25.0,
"break_points_converted_pct": 50.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_indoor": {
"matches": 10,
"wins": 8,
"losses": 2,
"win_rate": 80.0,
"tournaments_played": 5,
"tournaments_won": 1,
"tiebreaks_won": 3,
"tiebreaks_lost": 2,
"aces": 94,
"double_faults": 31,
"aces_per_match": 9.4,
"double_faults_per_match": 3.1,
"first_serve_pct": 76.8,
"first_serve_won_pct": 75.6,
"second_serve_won_pct": 55.1,
"break_points_saved_pct": 72.7,
"break_points_converted_pct": 36.2,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 16,
"wins": 9,
"losses": 7,
"win_rate": 56.2,
"tournaments_played": 7,
"tournaments_won": 0,
"tiebreaks_won": 2,
"tiebreaks_lost": 0,
"aces": 86,
"double_faults": 58,
"aces_per_match": 5.4,
"double_faults_per_match": 3.6,
"first_serve_pct": 70.5,
"first_serve_won_pct": 66.9,
"second_serve_won_pct": 55.3,
"break_points_saved_pct": 55.7,
"break_points_converted_pct": 38.6,
"winners_total": 0,
"unforced_errors_total": 0
},
"red_clay": {
"matches": 42,
"wins": 26,
"losses": 16,
"win_rate": 61.9,
"tournaments_played": 18,
"tournaments_won": 2,
"tiebreaks_won": 9,
"tiebreaks_lost": 4,
"aces": 223,
"double_faults": 135,
"aces_per_match": 5.3,
"double_faults_per_match": 3.2,
"first_serve_pct": 73.0,
"first_serve_won_pct": 68.6,
"second_serve_won_pct": 50.8,
"break_points_saved_pct": 62.9,
"break_points_converted_pct": 38.7,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 69,
"wins": 43,
"tournaments_played": 31,
"tournaments_won": 3,
"aces": 403,
"double_faults": 226,
"win_rate": 62.3,
"losses": 26
}
},
{
"year": 2024,
"surfaces": {
"grass": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 1,
"tiebreaks_lost": 0,
"aces": 15,
"double_faults": 4,
"aces_per_match": 15.0,
"double_faults_per_match": 4.0,
"first_serve_pct": 81.2,
"first_serve_won_pct": 60.5,
"second_serve_won_pct": 27.3,
"break_points_saved_pct": 33.3,
"break_points_converted_pct": 50.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_indoor": {
"matches": 10,
"wins": 5,
"losses": 5,
"win_rate": 50.0,
"tournaments_played": 5,
"tournaments_won": 0,
"tiebreaks_won": 3,
"tiebreaks_lost": 1,
"aces": 59,
"double_faults": 41,
"aces_per_match": 5.9,
"double_faults_per_match": 4.1,
"first_serve_pct": 72.0,
"first_serve_won_pct": 69.7,
"second_serve_won_pct": 57.2,
"break_points_saved_pct": 63.3,
"break_points_converted_pct": 50.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 10,
"wins": 5,
"losses": 5,
"win_rate": 50.0,
"tournaments_played": 5,
"tournaments_won": 0,
"tiebreaks_won": 1,
"tiebreaks_lost": 1,
"aces": 53,
"double_faults": 23,
"aces_per_match": 5.3,
"double_faults_per_match": 2.3,
"first_serve_pct": 73.5,
"first_serve_won_pct": 71.2,
"second_serve_won_pct": 53.8,
"break_points_saved_pct": 50.0,
"break_points_converted_pct": 42.1,
"winners_total": 0,
"unforced_errors_total": 0
},
"red_clay": {
"matches": 37,
"wins": 17,
"losses": 20,
"win_rate": 45.9,
"tournaments_played": 24,
"tournaments_won": 0,
"tiebreaks_won": 6,
"tiebreaks_lost": 7,
"aces": 187,
"double_faults": 133,
"aces_per_match": 5.1,
"double_faults_per_match": 3.6,
"first_serve_pct": 70.9,
"first_serve_won_pct": 68.7,
"second_serve_won_pct": 51.4,
"break_points_saved_pct": 60.2,
"break_points_converted_pct": 40.5,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 58,
"wins": 27,
"tournaments_played": 35,
"tournaments_won": 0,
"aces": 314,
"double_faults": 201,
"win_rate": 46.6,
"losses": 31
}
},
{
"year": 2023,
"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": 3,
"double_faults": 5,
"aces_per_match": 3.0,
"double_faults_per_match": 5.0,
"first_serve_pct": 84.0,
"first_serve_won_pct": 54.9,
"second_serve_won_pct": 57.1,
"break_points_saved_pct": 50.0,
"break_points_converted_pct": 20.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 10,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 2,
"aces": 8,
"double_faults": 8,
"aces_per_match": 8.0,
"double_faults_per_match": 8.0,
"first_serve_pct": 77.0,
"first_serve_won_pct": 69.5,
"second_serve_won_pct": 55.6,
"break_points_saved_pct": 66.7,
"break_points_converted_pct": 50.0,
"winners_total": 0,
"unforced_errors_total": 0
},
"red_clay": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 24,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 4,
"double_faults": 4,
"aces_per_match": 4.0,
"double_faults_per_match": 4.0,
"first_serve_pct": 75.8,
"first_serve_won_pct": 43.8,
"second_serve_won_pct": 63.6,
"break_points_saved_pct": 40.0,
"break_points_converted_pct": 80.0,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 3,
"wins": 0,
"tournaments_played": 35,
"tournaments_won": 0,
"aces": 15,
"double_faults": 17,
"win_rate": 0.0,
"losses": 3
}
}
],
"data_generated_at": "2025-12-10 08:18:45 UTC"
}