Player Data JSON

Obtiene datos completos de un jugador en formato JSON para alimentar LLMs

Lorenzo Musetti

Lorenzo Musetti

Italy ATP 5
52W - 24L 68,4% Win Rate Forma: LWWWWLWWWL

JSON Data

{
  "player": {
    "id": 316,
    "api_id": 261015,
    "name": "Lorenzo Musetti",
    "short_name": "L. Musetti",
    "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": 1394186,
    "singles": 15.77,
    "doubles": 14.97,
    "ranking": 9,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 5,
    "points": 4105,
    "best_position": 5,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-29",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-28",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-27",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-26",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-25",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-24",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-23",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-22",
      "position": 5,
      "points": 4105
    },
    {
      "date": "2026-01-21",
      "position": 5,
      "points": 4105
    }
  ],
  "career_stats": {
    "total_matches": 76,
    "wins": 52,
    "losses": 24,
    "win_rate": 68.4
  },
  "surface_stats": {
    "hard": {
      "matches": 52,
      "wins": 33,
      "losses": 19,
      "win_rate": 63.5
    },
    "clay": {
      "matches": 23,
      "wins": 19,
      "losses": 4,
      "win_rate": 82.6
    },
    "grass": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 20,
      "wins": 15,
      "losses": 5,
      "win_rate": 75.0
    },
    "Masters 1000": {
      "matches": 28,
      "wins": 19,
      "losses": 9,
      "win_rate": 67.9
    },
    "ATP 500": {
      "matches": 8,
      "wins": 5,
      "losses": 3,
      "win_rate": 62.5
    },
    "ATP 250": {
      "matches": 17,
      "wins": 12,
      "losses": 5,
      "win_rate": 70.6
    },
    "Otro": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 76,
    "avg_aces_per_match": 4.7,
    "avg_double_faults_per_match": 2.2,
    "avg_first_serve_pct": 66.8,
    "avg_first_serve_won_pct": 70.8,
    "avg_second_serve_won_pct": 54.9,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-28",
      "opponent": "Novak Djokovic",
      "opponent_id": 14882,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "L",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 3,
        "first_serve_pct": 60.9375,
        "first_serve_won_pct": 64.1025641025641,
        "second_serve_won_pct": 36.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-26",
      "opponent": "Taylor Fritz",
      "opponent_id": 136042,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 13,
        "double_faults": 2,
        "first_serve_pct": 69.1358024691358,
        "first_serve_won_pct": 83.92857142857143,
        "second_serve_won_pct": 55.88235294117647,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-23",
      "opponent": "Tomas Machac",
      "opponent_id": 238300,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "3-2",
      "stats": {
        "aces": 10,
        "double_faults": 5,
        "first_serve_pct": 75.64102564102564,
        "first_serve_won_pct": 66.94915254237289,
        "second_serve_won_pct": 43.18181818181818,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-22",
      "opponent": "Lorenzo Sonego",
      "opponent_id": 104847,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 2,
        "double_faults": 2,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 68.96551724137932,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-20",
      "opponent": "Raphael Collignon",
      "opponent_id": 355525,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 10,
        "double_faults": 3,
        "first_serve_pct": 67.5,
        "first_serve_won_pct": 67.90123456790124,
        "second_serve_won_pct": 47.45762711864407,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-11",
      "opponent": "Alexander Bublik",
      "opponent_id": 163480,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 1,
        "first_serve_pct": 68.4931506849315,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 46.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-10",
      "opponent": "Andrey Rublev",
      "opponent_id": 106755,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 73.50427350427351,
        "first_serve_won_pct": 75.5813953488372,
        "second_serve_won_pct": 51.42857142857142,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-09",
      "opponent": "Coleman Wong",
      "opponent_id": 289106,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 2,
        "first_serve_pct": 59.61538461538461,
        "first_serve_won_pct": 67.74193548387096,
        "second_serve_won_pct": 28.57142857142857,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-07",
      "opponent": "Tomas Martin Etcheverry",
      "opponent_id": 169496,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 8,
        "double_faults": 3,
        "first_serve_pct": 72.16494845360825,
        "first_serve_won_pct": 65.71428571428571,
        "second_serve_won_pct": 44.44444444444444,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-13",
      "opponent": "Carlos Alcaraz",
      "opponent_id": 275923,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 0,
        "first_serve_pct": 62.96296296296296,
        "first_serve_won_pct": 50.0,
        "second_serve_won_pct": 60.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 7,
    "losses": 3,
    "form_string": "LWWWWLWWWL"
  },
  "head_to_head": [
    {
      "opponent": "Carlos Alcaraz",
      "opponent_id": 275923,
      "matches": 4,
      "wins": 0,
      "losses": 4
    },
    {
      "opponent": "Giovanni Mpetshi Perricard",
      "opponent_id": 289146,
      "matches": 3,
      "wins": 2,
      "losses": 1
    },
    {
      "opponent": "Novak Djokovic",
      "opponent_id": 14882,
      "matches": 3,
      "wins": 0,
      "losses": 3
    },
    {
      "opponent": "Tomas Martin Etcheverry",
      "opponent_id": 169496,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Alex de Minaur",
      "opponent_id": 201239,
      "matches": 3,
      "wins": 3,
      "losses": 0
    }
  ],
  "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": 6,
          "double_faults": 5,
          "aces_per_match": 6.0,
          "double_faults_per_match": 5.0,
          "first_serve_pct": 70.9,
          "first_serve_won_pct": 61.9,
          "second_serve_won_pct": 69.2,
          "break_points_saved_pct": 54.5,
          "break_points_converted_pct": 20.0,
          "winners_total": 20,
          "unforced_errors_total": 29
        },
        "hardcourt_indoor": {
          "matches": 8,
          "wins": 4,
          "losses": 4,
          "win_rate": 50.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 35,
          "double_faults": 17,
          "aces_per_match": 4.4,
          "double_faults_per_match": 2.1,
          "first_serve_pct": 73.4,
          "first_serve_won_pct": 69.9,
          "second_serve_won_pct": 63.1,
          "break_points_saved_pct": 62.2,
          "break_points_converted_pct": 32.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 29,
          "wins": 18,
          "losses": 11,
          "win_rate": 62.1,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 7,
          "tiebreaks_lost": 8,
          "aces": 160,
          "double_faults": 76,
          "aces_per_match": 5.5,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 73.8,
          "first_serve_won_pct": 72.5,
          "second_serve_won_pct": 60.1,
          "break_points_saved_pct": 62.9,
          "break_points_converted_pct": 36.7,
          "winners_total": 213,
          "unforced_errors_total": 202
        },
        "red_clay": {
          "matches": 23,
          "wins": 19,
          "losses": 4,
          "win_rate": 82.6,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 54,
          "double_faults": 31,
          "aces_per_match": 2.3,
          "double_faults_per_match": 1.3,
          "first_serve_pct": 76.7,
          "first_serve_won_pct": 67.3,
          "second_serve_won_pct": 53.0,
          "break_points_saved_pct": 59.7,
          "break_points_converted_pct": 40.3,
          "winners_total": 264,
          "unforced_errors_total": 183
        }
      },
      "totals": {
        "matches": 61,
        "wins": 41,
        "tournaments_played": 24,
        "tournaments_won": 0,
        "aces": 255,
        "double_faults": 129,
        "win_rate": 67.2,
        "losses": 20
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 15,
          "wins": 12,
          "losses": 3,
          "win_rate": 80.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 5,
          "aces": 76,
          "double_faults": 26,
          "aces_per_match": 5.1,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 75.7,
          "first_serve_won_pct": 72.0,
          "second_serve_won_pct": 59.6,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 36.7,
          "winners_total": 249,
          "unforced_errors_total": 185
        },
        "hardcourt_indoor": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 23,
          "double_faults": 7,
          "aces_per_match": 3.3,
          "double_faults_per_match": 1.0,
          "first_serve_pct": 74.3,
          "first_serve_won_pct": 67.6,
          "second_serve_won_pct": 52.3,
          "break_points_saved_pct": 52.4,
          "break_points_converted_pct": 26.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 25,
          "wins": 13,
          "losses": 12,
          "win_rate": 52.0,
          "tournaments_played": 12,
          "tournaments_won": 0,
          "tiebreaks_won": 9,
          "tiebreaks_lost": 6,
          "aces": 102,
          "double_faults": 58,
          "aces_per_match": 4.1,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 73.5,
          "first_serve_won_pct": 68.2,
          "second_serve_won_pct": 56.9,
          "break_points_saved_pct": 55.4,
          "break_points_converted_pct": 35.2,
          "winners_total": 191,
          "unforced_errors_total": 184
        },
        "red_clay": {
          "matches": 28,
          "wins": 18,
          "losses": 10,
          "win_rate": 64.3,
          "tournaments_played": 10,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 3,
          "aces": 60,
          "double_faults": 39,
          "aces_per_match": 2.1,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 73.6,
          "first_serve_won_pct": 70.1,
          "second_serve_won_pct": 53.9,
          "break_points_saved_pct": 55.2,
          "break_points_converted_pct": 45.6,
          "winners_total": 121,
          "unforced_errors_total": 72
        }
      },
      "totals": {
        "matches": 75,
        "wins": 46,
        "tournaments_played": 29,
        "tournaments_won": 0,
        "aces": 261,
        "double_faults": 130,
        "win_rate": 61.3,
        "losses": 29
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 9,
          "wins": 6,
          "losses": 3,
          "win_rate": 66.7,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 61,
          "double_faults": 47,
          "aces_per_match": 6.8,
          "double_faults_per_match": 5.2,
          "first_serve_pct": 73.8,
          "first_serve_won_pct": 75.8,
          "second_serve_won_pct": 58.4,
          "break_points_saved_pct": 69.0,
          "break_points_converted_pct": 39.3,
          "winners_total": 139,
          "unforced_errors_total": 105
        },
        "hardcourt_indoor": {
          "matches": 3,
          "wins": 0,
          "losses": 3,
          "win_rate": 0.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 4,
          "double_faults": 1,
          "aces_per_match": 1.3,
          "double_faults_per_match": 0.3,
          "first_serve_pct": 76.4,
          "first_serve_won_pct": 60.2,
          "second_serve_won_pct": 50.7,
          "break_points_saved_pct": 61.5,
          "break_points_converted_pct": 20.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 15,
          "wins": 6,
          "losses": 9,
          "win_rate": 40.0,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 64,
          "double_faults": 49,
          "aces_per_match": 4.3,
          "double_faults_per_match": 3.3,
          "first_serve_pct": 71.7,
          "first_serve_won_pct": 70.2,
          "second_serve_won_pct": 54.8,
          "break_points_saved_pct": 55.1,
          "break_points_converted_pct": 41.4,
          "winners_total": 101,
          "unforced_errors_total": 117
        },
        "red_clay": {
          "matches": 27,
          "wins": 16,
          "losses": 11,
          "win_rate": 59.3,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 69,
          "double_faults": 44,
          "aces_per_match": 2.6,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 74.7,
          "first_serve_won_pct": 67.0,
          "second_serve_won_pct": 57.3,
          "break_points_saved_pct": 56.6,
          "break_points_converted_pct": 44.7,
          "winners_total": 129,
          "unforced_errors_total": 108
        }
      },
      "totals": {
        "matches": 54,
        "wins": 28,
        "tournaments_played": 26,
        "tournaments_won": 0,
        "aces": 198,
        "double_faults": 141,
        "win_rate": 51.9,
        "losses": 26
      }
    }
  ],
  "data_generated_at": "2026-01-30 11:39:24 UTC"
}