Player Data JSON

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

Jiri Lehecka

Jiri Lehecka

Czechia ATP 19
36W - 24L 60,0% Win Rate Forma: LLWLLLWWWL

JSON Data

{
  "player": {
    "id": 216,
    "api_id": 254742,
    "name": "Jiri Lehecka",
    "short_name": "J. Lehečka",
    "country": "Czechia",
    "country_code": "CZ",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 273063,
    "singles": 15.6,
    "doubles": 14.9,
    "ranking": 18,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 19,
    "points": 2090,
    "best_position": 16,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-29",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-28",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-27",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-26",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-25",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-24",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-23",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-22",
      "position": 19,
      "points": 2090
    },
    {
      "date": "2026-01-21",
      "position": 19,
      "points": 2090
    }
  ],
  "career_stats": {
    "total_matches": 60,
    "wins": 36,
    "losses": 24,
    "win_rate": 60.0
  },
  "surface_stats": {
    "hard": {
      "matches": 42,
      "wins": 26,
      "losses": 16,
      "win_rate": 61.9
    },
    "clay": {
      "matches": 8,
      "wins": 3,
      "losses": 5,
      "win_rate": 37.5
    },
    "grass": {
      "matches": 10,
      "wins": 7,
      "losses": 3,
      "win_rate": 70.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 13,
      "wins": 8,
      "losses": 5,
      "win_rate": 61.5
    },
    "Masters 1000": {
      "matches": 15,
      "wins": 6,
      "losses": 9,
      "win_rate": 40.0
    },
    "ATP 500": {
      "matches": 18,
      "wins": 11,
      "losses": 7,
      "win_rate": 61.1
    },
    "ATP 250": {
      "matches": 14,
      "wins": 11,
      "losses": 3,
      "win_rate": 78.6
    }
  },
  "average_match_stats": {
    "matches_with_stats": 60,
    "avg_aces_per_match": 7.4,
    "avg_double_faults_per_match": 2.2,
    "avg_first_serve_pct": 62.9,
    "avg_first_serve_won_pct": 76.3,
    "avg_second_serve_won_pct": 52.5,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-19",
      "opponent": "Arthur Gea",
      "opponent_id": 383987,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "0-3",
      "stats": {
        "aces": 8,
        "double_faults": 1,
        "first_serve_pct": 62.71186440677966,
        "first_serve_won_pct": 68.91891891891892,
        "second_serve_won_pct": 60.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-07",
      "opponent": "Sebastian Korda",
      "opponent_id": 195840,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-1",
      "stats": {
        "aces": 6,
        "double_faults": 0,
        "first_serve_pct": 65.85365853658537,
        "first_serve_won_pct": 77.77777777777779,
        "second_serve_won_pct": 63.63636363636363,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-05",
      "opponent": "Tomas Machac",
      "opponent_id": 238300,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 8,
        "double_faults": 0,
        "first_serve_pct": 71.5909090909091,
        "first_serve_won_pct": 79.36507936507937,
        "second_serve_won_pct": 44.73684210526316,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-28",
      "opponent": "Valentin Vacherot",
      "opponent_id": 158912,
      "tournament": "Paris",
      "surface": "hard",
      "round": "Round of 64",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 7,
        "double_faults": 1,
        "first_serve_pct": 75.55555555555556,
        "first_serve_won_pct": 61.76470588235294,
        "second_serve_won_pct": 27.27272727272727,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-22",
      "opponent": "Botic Van de Zandschulp",
      "opponent_id": 102339,
      "tournament": "Basel",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 2,
        "first_serve_pct": 64.51612903225806,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 36.36363636363637,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-19",
      "opponent": "Felix Auger-Aliassime",
      "opponent_id": 192013,
      "tournament": "ATP Brussels, Belgium Singles",
      "surface": "hard",
      "round": "Final",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 10,
        "double_faults": 3,
        "first_serve_pct": 63.716814159292035,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 70.58823529411765,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-18",
      "opponent": "Giovanni Mpetshi Perricard",
      "opponent_id": 289146,
      "tournament": "ATP Brussels, Belgium Singles",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 11,
        "double_faults": 0,
        "first_serve_pct": 73.13432835820896,
        "first_serve_won_pct": 91.83673469387756,
        "second_serve_won_pct": 83.33333333333334,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-17",
      "opponent": "Benjamin Bonzi",
      "opponent_id": 94485,
      "tournament": "ATP Brussels, Belgium Singles",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "1-1",
      "stats": {
        "aces": 12,
        "double_faults": 0,
        "first_serve_pct": 73.13432835820896,
        "first_serve_won_pct": 87.75510204081633,
        "second_serve_won_pct": 43.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-15",
      "opponent": "Gilles Arnaud Bailly",
      "opponent_id": 406654,
      "tournament": "ATP Brussels, Belgium Singles",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 11,
        "double_faults": 0,
        "first_serve_pct": 78.26086956521739,
        "first_serve_won_pct": 83.33333333333334,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-08",
      "opponent": "Arthur Rinderknech",
      "opponent_id": 63606,
      "tournament": "Shanghai",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 2,
        "first_serve_pct": 63.07692307692307,
        "first_serve_won_pct": 80.48780487804879,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 4,
    "losses": 6,
    "form_string": "LLWLLLWWWL"
  },
  "head_to_head": [
    {
      "opponent": "Benjamin Bonzi",
      "opponent_id": 94485,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Carlos Alcaraz",
      "opponent_id": 275923,
      "matches": 3,
      "wins": 1,
      "losses": 2
    },
    {
      "opponent": "Grigor Dimitrov",
      "opponent_id": 23581,
      "matches": 2,
      "wins": 2,
      "losses": 0
    },
    {
      "opponent": "Cameron Norrie",
      "opponent_id": 95935,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Tomas Martin Etcheverry",
      "opponent_id": 169496,
      "matches": 2,
      "wins": 1,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 10,
          "wins": 7,
          "losses": 3,
          "win_rate": 70.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 101,
          "double_faults": 22,
          "aces_per_match": 10.1,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 72.0,
          "first_serve_won_pct": 78.9,
          "second_serve_won_pct": 63.1,
          "break_points_saved_pct": 53.8,
          "break_points_converted_pct": 35.5,
          "winners_total": 82,
          "unforced_errors_total": 66
        },
        "hardcourt_indoor": {
          "matches": 4,
          "wins": 1,
          "losses": 3,
          "win_rate": 25.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 17,
          "double_faults": 3,
          "aces_per_match": 4.2,
          "double_faults_per_match": 0.8,
          "first_serve_pct": 76.2,
          "first_serve_won_pct": 61.1,
          "second_serve_won_pct": 50.0,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 0.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 32,
          "wins": 22,
          "losses": 10,
          "win_rate": 68.8,
          "tournaments_played": 11,
          "tournaments_won": 1,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 8,
          "aces": 233,
          "double_faults": 87,
          "aces_per_match": 7.3,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 71.7,
          "first_serve_won_pct": 77.1,
          "second_serve_won_pct": 57.5,
          "break_points_saved_pct": 63.7,
          "break_points_converted_pct": 42.4,
          "winners_total": 330,
          "unforced_errors_total": 296
        },
        "red_clay": {
          "matches": 10,
          "wins": 5,
          "losses": 5,
          "win_rate": 50.0,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 54,
          "double_faults": 27,
          "aces_per_match": 5.4,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 73.4,
          "first_serve_won_pct": 64.1,
          "second_serve_won_pct": 50.4,
          "break_points_saved_pct": 62.7,
          "break_points_converted_pct": 50.7,
          "winners_total": 79,
          "unforced_errors_total": 94
        }
      },
      "totals": {
        "matches": 56,
        "wins": 35,
        "tournaments_played": 24,
        "tournaments_won": 1,
        "aces": 405,
        "double_faults": 139,
        "win_rate": 62.5,
        "losses": 21
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 13,
          "wins": 7,
          "losses": 6,
          "win_rate": 53.8,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 92,
          "double_faults": 26,
          "aces_per_match": 7.1,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 74.4,
          "first_serve_won_pct": 75.1,
          "second_serve_won_pct": 54.2,
          "break_points_saved_pct": 60.9,
          "break_points_converted_pct": 34.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 28,
          "wins": 18,
          "losses": 10,
          "win_rate": 64.3,
          "tournaments_played": 9,
          "tournaments_won": 1,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 4,
          "aces": 251,
          "double_faults": 88,
          "aces_per_match": 9.0,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 71.8,
          "first_serve_won_pct": 73.5,
          "second_serve_won_pct": 59.3,
          "break_points_saved_pct": 70.4,
          "break_points_converted_pct": 35.2,
          "winners_total": 192,
          "unforced_errors_total": 219
        },
        "red_clay": {
          "matches": 5,
          "wins": 4,
          "losses": 1,
          "win_rate": 80.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 25,
          "double_faults": 5,
          "aces_per_match": 5.0,
          "double_faults_per_match": 1.0,
          "first_serve_pct": 76.5,
          "first_serve_won_pct": 85.3,
          "second_serve_won_pct": 58.2,
          "break_points_saved_pct": 83.3,
          "break_points_converted_pct": 33.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 46,
        "wins": 29,
        "tournaments_played": 16,
        "tournaments_won": 1,
        "aces": 368,
        "double_faults": 119,
        "win_rate": 63.0,
        "losses": 17
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 8,
          "wins": 5,
          "losses": 3,
          "win_rate": 62.5,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 69,
          "double_faults": 19,
          "aces_per_match": 8.6,
          "double_faults_per_match": 2.4,
          "first_serve_pct": 75.1,
          "first_serve_won_pct": 74.0,
          "second_serve_won_pct": 61.4,
          "break_points_saved_pct": 74.4,
          "break_points_converted_pct": 33.3,
          "winners_total": 164,
          "unforced_errors_total": 122
        },
        "hardcourt_indoor": {
          "matches": 6,
          "wins": 2,
          "losses": 4,
          "win_rate": 33.3,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 28,
          "double_faults": 10,
          "aces_per_match": 4.7,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 76.9,
          "first_serve_won_pct": 68.0,
          "second_serve_won_pct": 53.1,
          "break_points_saved_pct": 57.1,
          "break_points_converted_pct": 53.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 26,
          "wins": 15,
          "losses": 11,
          "win_rate": 57.7,
          "tournaments_played": 12,
          "tournaments_won": 0,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 5,
          "aces": 157,
          "double_faults": 72,
          "aces_per_match": 6.0,
          "double_faults_per_match": 2.8,
          "first_serve_pct": 73.7,
          "first_serve_won_pct": 72.3,
          "second_serve_won_pct": 56.9,
          "break_points_saved_pct": 65.1,
          "break_points_converted_pct": 36.3,
          "winners_total": 192,
          "unforced_errors_total": 203
        },
        "red_clay": {
          "matches": 12,
          "wins": 6,
          "losses": 6,
          "win_rate": 50.0,
          "tournaments_played": 8,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 32,
          "double_faults": 24,
          "aces_per_match": 2.7,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 67.0,
          "second_serve_won_pct": 51.8,
          "break_points_saved_pct": 51.8,
          "break_points_converted_pct": 40.0,
          "winners_total": 79,
          "unforced_errors_total": 88
        }
      },
      "totals": {
        "matches": 52,
        "wins": 28,
        "tournaments_played": 27,
        "tournaments_won": 0,
        "aces": 286,
        "double_faults": 125,
        "win_rate": 53.8,
        "losses": 24
      }
    }
  ],
  "data_generated_at": "2026-01-30 08:58:46 UTC"
}