Player Data JSON

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

Mikhail Kukushkin

Mikhail Kukushkin

Kazakhstan ATP 299
14W - 21L 40.0% Win Rate Forma: LWLLLWLWWL

JSON Data

{
  "player": {
    "id": 123,
    "api_id": 16683,
    "name": "Mikhail Kukushkin",
    "short_name": "M. Kukushkin",
    "country": "Kazakhstan",
    "country_code": "KZ",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 3878,
    "singles": 14.23,
    "doubles": 13.44,
    "ranking": 260,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 299,
    "points": 177,
    "best_position": 39,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 299,
      "points": 177
    },
    {
      "date": "2025-12-09",
      "position": 299,
      "points": 177
    },
    {
      "date": "2025-12-08",
      "position": 299,
      "points": 177
    },
    {
      "date": "2025-12-07",
      "position": 299,
      "points": 177
    },
    {
      "date": "2025-12-06",
      "position": 299,
      "points": 177
    },
    {
      "date": "2025-12-05",
      "position": 299,
      "points": 177
    },
    {
      "date": "2025-12-04",
      "position": 299,
      "points": 177
    },
    {
      "date": "2025-12-03",
      "position": 299,
      "points": 177
    }
  ],
  "career_stats": {
    "total_matches": 35,
    "wins": 14,
    "losses": 21,
    "win_rate": 40.0
  },
  "surface_stats": {
    "hard": {
      "matches": 32,
      "wins": 13,
      "losses": 19,
      "win_rate": 40.6
    },
    "clay": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    },
    "grass": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 6,
      "wins": 2,
      "losses": 4,
      "win_rate": 33.3
    },
    "Masters 1000": {
      "matches": 4,
      "wins": 1,
      "losses": 3,
      "win_rate": 25.0
    },
    "ATP 500": {
      "matches": 5,
      "wins": 2,
      "losses": 3,
      "win_rate": 40.0
    },
    "ATP 250": {
      "matches": 6,
      "wins": 3,
      "losses": 3,
      "win_rate": 50.0
    },
    "Challenger": {
      "matches": 12,
      "wins": 5,
      "losses": 7,
      "win_rate": 41.7
    },
    "Otro": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 35,
    "avg_aces_per_match": 3.1,
    "avg_double_faults_per_match": 1.3,
    "avg_first_serve_pct": 68.3,
    "avg_first_serve_won_pct": 64.9,
    "avg_second_serve_won_pct": 54.0,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-11-27",
      "opponent": "Coleman Wong",
      "opponent_id": 289106,
      "tournament": "Australian Open Asia-Pacific Wildcard Playoff",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 5,
        "double_faults": 1,
        "first_serve_pct": 81.91489361702128,
        "first_serve_won_pct": 64.93506493506493,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-26",
      "opponent": "Ye Cong Mo",
      "opponent_id": 226703,
      "tournament": "Australian Open Asia-Pacific Wildcard Playoff",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 88.37209302325581,
        "first_serve_won_pct": 68.42105263157895,
        "second_serve_won_pct": 60.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-02",
      "opponent": "Stuart Parker",
      "opponent_id": 212809,
      "tournament": "Helsinki, Finland",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-1",
      "stats": {
        "aces": 2,
        "double_faults": 5,
        "first_serve_pct": 49.056603773584904,
        "first_serve_won_pct": 69.23076923076923,
        "second_serve_won_pct": 25.925925925925924,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-19",
      "opponent": "Jonas Forejtek",
      "opponent_id": 269291,
      "tournament": "Brest, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 9,
        "double_faults": 1,
        "first_serve_pct": 72.3404255319149,
        "first_serve_won_pct": 69.11764705882352,
        "second_serve_won_pct": 55.55555555555556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-12",
      "opponent": "James Duckworth",
      "opponent_id": 39711,
      "tournament": "Almaty",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 8,
        "double_faults": 2,
        "first_serve_pct": 61.53846153846154,
        "first_serve_won_pct": 78.57142857142857,
        "second_serve_won_pct": 51.42857142857142,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-11",
      "opponent": "Taro Daniel",
      "opponent_id": 48632,
      "tournament": "Almaty",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 9,
        "double_faults": 1,
        "first_serve_pct": 70.49180327868852,
        "first_serve_won_pct": 86.04651162790698,
        "second_serve_won_pct": 52.38095238095239,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-03",
      "opponent": "Clement Chidekh",
      "opponent_id": 231620,
      "tournament": "Mouilleron-Le-Captif, France",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 4,
        "double_faults": 2,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 64.28571428571429,
        "second_serve_won_pct": 43.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-01",
      "opponent": "Mees Rottgering",
      "opponent_id": 445470,
      "tournament": "Mouilleron-Le-Captif, France",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 3,
        "double_faults": 2,
        "first_serve_pct": 65.55555555555556,
        "first_serve_won_pct": 77.96610169491525,
        "second_serve_won_pct": 51.61290322580645,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-29",
      "opponent": "Sascha Gueymard Wayenburg",
      "opponent_id": 340741,
      "tournament": "Mouilleron-Le-Captif, France",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 68.08510638297872,
        "first_serve_won_pct": 81.25,
        "second_serve_won_pct": 80.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-17",
      "opponent": "Tom Paris",
      "opponent_id": 334289,
      "tournament": "Saint Tropez, France",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 0,
        "first_serve_pct": 68.65671641791045,
        "first_serve_won_pct": 76.08695652173914,
        "second_serve_won_pct": 44.827586206896555,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 4,
    "losses": 6,
    "form_string": "LWLLLWLWWL"
  },
  "head_to_head": [
    {
      "opponent": "Coleman Wong",
      "opponent_id": 289106,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Taro Daniel",
      "opponent_id": 48632,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Harold Mayot",
      "opponent_id": 248846,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Clement Chidekh",
      "opponent_id": 231620,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "August Holmgren",
      "opponent_id": 207089,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 4,
          "wins": 1,
          "losses": 3,
          "win_rate": 25.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 11,
          "double_faults": 3,
          "aces_per_match": 2.8,
          "double_faults_per_match": 0.8,
          "first_serve_pct": 76.3,
          "first_serve_won_pct": 71.5,
          "second_serve_won_pct": 57.5,
          "break_points_saved_pct": 62.1,
          "break_points_converted_pct": 25.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_indoor": {
          "matches": 13,
          "wins": 5,
          "losses": 8,
          "win_rate": 38.5,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 66,
          "double_faults": 18,
          "aces_per_match": 5.1,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 73.0,
          "first_serve_won_pct": 67.5,
          "second_serve_won_pct": 56.4,
          "break_points_saved_pct": 67.2,
          "break_points_converted_pct": 37.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 24,
          "wins": 11,
          "losses": 13,
          "win_rate": 45.8,
          "tournaments_played": 14,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 57,
          "double_faults": 27,
          "aces_per_match": 2.4,
          "double_faults_per_match": 1.1,
          "first_serve_pct": 75.7,
          "first_serve_won_pct": 62.5,
          "second_serve_won_pct": 56.9,
          "break_points_saved_pct": 58.3,
          "break_points_converted_pct": 33.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 6,
          "double_faults": 2,
          "aces_per_match": 1.0,
          "double_faults_per_match": 0.3,
          "first_serve_pct": 75.3,
          "first_serve_won_pct": 58.5,
          "second_serve_won_pct": 51.2,
          "break_points_saved_pct": 60.9,
          "break_points_converted_pct": 39.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 47,
        "wins": 20,
        "tournaments_played": 30,
        "tournaments_won": 0,
        "aces": 140,
        "double_faults": 50,
        "win_rate": 42.6,
        "losses": 27
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 10,
          "wins": 6,
          "losses": 4,
          "win_rate": 60.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 4,
          "aces": 40,
          "double_faults": 12,
          "aces_per_match": 4.0,
          "double_faults_per_match": 1.2,
          "first_serve_pct": 76.6,
          "first_serve_won_pct": 70.0,
          "second_serve_won_pct": 53.9,
          "break_points_saved_pct": 68.7,
          "break_points_converted_pct": 36.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_indoor": {
          "matches": 21,
          "wins": 12,
          "losses": 9,
          "win_rate": 57.1,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 6,
          "aces": 62,
          "double_faults": 14,
          "aces_per_match": 3.0,
          "double_faults_per_match": 0.7,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 70.0,
          "second_serve_won_pct": 58.8,
          "break_points_saved_pct": 65.0,
          "break_points_converted_pct": 43.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 34,
          "wins": 24,
          "losses": 10,
          "win_rate": 70.6,
          "tournaments_played": 12,
          "tournaments_won": 2,
          "tiebreaks_won": 10,
          "tiebreaks_lost": 2,
          "aces": 75,
          "double_faults": 35,
          "aces_per_match": 2.2,
          "double_faults_per_match": 1.0,
          "first_serve_pct": 74.6,
          "first_serve_won_pct": 69.5,
          "second_serve_won_pct": 56.2,
          "break_points_saved_pct": 61.4,
          "break_points_converted_pct": 46.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 19,
          "wins": 10,
          "losses": 9,
          "win_rate": 52.6,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 3,
          "aces": 33,
          "double_faults": 22,
          "aces_per_match": 1.7,
          "double_faults_per_match": 1.2,
          "first_serve_pct": 75.1,
          "first_serve_won_pct": 63.6,
          "second_serve_won_pct": 53.6,
          "break_points_saved_pct": 57.6,
          "break_points_converted_pct": 39.0,
          "winners_total": 16,
          "unforced_errors_total": 19
        }
      },
      "totals": {
        "matches": 84,
        "wins": 52,
        "tournaments_played": 34,
        "tournaments_won": 2,
        "aces": 210,
        "double_faults": 83,
        "win_rate": 61.9,
        "losses": 32
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 8,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 4,
          "double_faults": 3,
          "aces_per_match": 4.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 73.6,
          "first_serve_won_pct": 71.4,
          "second_serve_won_pct": 63.9,
          "break_points_saved_pct": 71.4,
          "break_points_converted_pct": 50.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 13,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 3,
          "aces": 10,
          "double_faults": 8,
          "aces_per_match": 1.7,
          "double_faults_per_match": 1.3,
          "first_serve_pct": 76.6,
          "first_serve_won_pct": 64.0,
          "second_serve_won_pct": 55.5,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 56.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 7,
        "wins": 3,
        "tournaments_played": 21,
        "tournaments_won": 0,
        "aces": 14,
        "double_faults": 11,
        "win_rate": 42.9,
        "losses": 4
      }
    }
  ],
  "data_generated_at": "2025-12-10 08:18:36 UTC"
}