Player Data JSON

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

Duckhee Lee

Duckhee Lee

South Korea ATP
1W - 2L 33.3% Win Rate Forma: LLW

JSON Data

{
  "player": {
    "id": 1275,
    "api_id": 93695,
    "name": "Duckhee Lee",
    "short_name": "D. Lee",
    "country": "South Korea",
    "country_code": "KR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 802298,
    "singles": 13.04,
    "doubles": 12.89,
    "ranking": 1035,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 1,
    "losses": 2,
    "win_rate": 33.3
  },
  "surface_stats": {
    "hard": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Challenger": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 0.7,
    "avg_double_faults_per_match": 4.3,
    "avg_first_serve_pct": 62.0,
    "avg_first_serve_won_pct": 47.4,
    "avg_second_serve_won_pct": 40.4,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-11-09",
      "opponent": "Neil Oberleitner",
      "opponent_id": 230344,
      "tournament": "Kobe, Japan",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 7,
        "first_serve_pct": 57.8125,
        "first_serve_won_pct": 54.054054054054056,
        "second_serve_won_pct": 37.03703703703704,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-04-14",
      "opponent": "Ilia Simakin",
      "opponent_id": 342909,
      "tournament": "Busan, South Korea",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 64.15094339622641,
        "first_serve_won_pct": 44.11764705882353,
        "second_serve_won_pct": 42.10526315789473,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-04-13",
      "opponent": "Kaichi Uchida",
      "opponent_id": 82579,
      "tournament": "Busan, South Korea",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 64.15094339622641,
        "first_serve_won_pct": 44.11764705882353,
        "second_serve_won_pct": 48.38709677419355,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 1,
    "losses": 2,
    "form_string": "LLW"
  },
  "head_to_head": [
    {
      "opponent": "Kaichi Uchida",
      "opponent_id": 82579,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Ilia Simakin",
      "opponent_id": 342909,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Neil Oberleitner",
      "opponent_id": 230344,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "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": 7,
          "aces_per_match": 0.0,
          "double_faults_per_match": 7.0,
          "first_serve_pct": 70.3,
          "first_serve_won_pct": 54.1,
          "second_serve_won_pct": 50.0,
          "break_points_saved_pct": 55.6,
          "break_points_converted_pct": 0.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 5,
          "wins": 1,
          "losses": 4,
          "win_rate": 20.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 6,
          "double_faults": 17,
          "aces_per_match": 1.2,
          "double_faults_per_match": 3.4,
          "first_serve_pct": 71.8,
          "first_serve_won_pct": 54.0,
          "second_serve_won_pct": 48.5,
          "break_points_saved_pct": 68.4,
          "break_points_converted_pct": 42.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 6,
        "wins": 1,
        "tournaments_played": 5,
        "tournaments_won": 0,
        "aces": 6,
        "double_faults": 24,
        "win_rate": 16.7,
        "losses": 5
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 15,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 3,
          "double_faults": 32,
          "aces_per_match": 0.4,
          "double_faults_per_match": 4.6,
          "first_serve_pct": 74.4,
          "first_serve_won_pct": 57.9,
          "second_serve_won_pct": 55.6,
          "break_points_saved_pct": 45.6,
          "break_points_converted_pct": 48.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 7,
        "wins": 3,
        "tournaments_played": 15,
        "tournaments_won": 0,
        "aces": 3,
        "double_faults": 32,
        "win_rate": 42.9,
        "losses": 4
      }
    }
  ],
  "data_generated_at": "2025-12-10 13:13:28 UTC"
}