Player Data JSON

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

Alexander Bublik

Alexander Bublik

Kazakhstan ATP 10
45W - 23L 66,2% Win Rate Forma: LWWWWWWWLL

JSON Data

{
  "player": {
    "id": 411,
    "api_id": 163480,
    "name": "Alexander Bublik",
    "short_name": "A. Bublik",
    "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": 55908,
    "singles": 15.95,
    "doubles": 14.04,
    "ranking": 4,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 10,
    "points": 3065,
    "best_position": 10,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-29",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-28",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-27",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-26",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-25",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-24",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-23",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-22",
      "position": 10,
      "points": 3065
    },
    {
      "date": "2026-01-21",
      "position": 10,
      "points": 3065
    }
  ],
  "career_stats": {
    "total_matches": 68,
    "wins": 45,
    "losses": 23,
    "win_rate": 66.2
  },
  "surface_stats": {
    "hard": {
      "matches": 39,
      "wins": 23,
      "losses": 16,
      "win_rate": 59.0
    },
    "clay": {
      "matches": 23,
      "wins": 17,
      "losses": 6,
      "win_rate": 73.9
    },
    "grass": {
      "matches": 6,
      "wins": 5,
      "losses": 1,
      "win_rate": 83.3
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 14,
      "wins": 9,
      "losses": 5,
      "win_rate": 64.3
    },
    "Masters 1000": {
      "matches": 16,
      "wins": 9,
      "losses": 7,
      "win_rate": 56.2
    },
    "ATP 500": {
      "matches": 16,
      "wins": 9,
      "losses": 7,
      "win_rate": 56.2
    },
    "ATP 250": {
      "matches": 22,
      "wins": 18,
      "losses": 4,
      "win_rate": 81.8
    }
  },
  "average_match_stats": {
    "matches_with_stats": 68,
    "avg_aces_per_match": 11.8,
    "avg_double_faults_per_match": 5.1,
    "avg_first_serve_pct": 63.9,
    "avg_first_serve_won_pct": 77.6,
    "avg_second_serve_won_pct": 47.0,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-25",
      "opponent": "Alex de Minaur",
      "opponent_id": 201239,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-3",
      "stats": {
        "aces": 6,
        "double_faults": 4,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 51.85185185185185,
        "second_serve_won_pct": 70.83333333333334,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-23",
      "opponent": "Tomas Martin Etcheverry",
      "opponent_id": 169496,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 21,
        "double_faults": 2,
        "first_serve_pct": 64.42307692307693,
        "first_serve_won_pct": 89.55223880597015,
        "second_serve_won_pct": 64.86486486486487,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-21",
      "opponent": "Marton Fucsovics",
      "opponent_id": 47770,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 12,
        "double_faults": 4,
        "first_serve_pct": 70.0,
        "first_serve_won_pct": 76.19047619047619,
        "second_serve_won_pct": 55.319148936170215,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-18",
      "opponent": "Jenson Brooksby",
      "opponent_id": 191873,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 13,
        "double_faults": 4,
        "first_serve_pct": 73.40425531914893,
        "first_serve_won_pct": 73.91304347826086,
        "second_serve_won_pct": 55.55555555555556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-11",
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 10,
        "double_faults": 4,
        "first_serve_pct": 77.61194029850746,
        "first_serve_won_pct": 76.92307692307693,
        "second_serve_won_pct": 46.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-10",
      "opponent": "Marcos Giron",
      "opponent_id": 42379,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 9,
        "double_faults": 4,
        "first_serve_pct": 65.85365853658537,
        "first_serve_won_pct": 77.77777777777779,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-09",
      "opponent": "Juncheng Shang",
      "opponent_id": 348853,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 15,
        "double_faults": 2,
        "first_serve_pct": 67.24137931034483,
        "first_serve_won_pct": 87.17948717948718,
        "second_serve_won_pct": 68.42105263157895,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-08",
      "opponent": "Botic Van de Zandschulp",
      "opponent_id": 102339,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 12,
        "double_faults": 4,
        "first_serve_pct": 71.69811320754717,
        "first_serve_won_pct": 86.8421052631579,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-05",
      "opponent": "Vitaliy Sachko",
      "opponent_id": 100069,
      "tournament": "Metz",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 15,
        "double_faults": 4,
        "first_serve_pct": 69.04761904761905,
        "first_serve_won_pct": 87.93103448275862,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-01",
      "opponent": "Felix Auger-Aliassime",
      "opponent_id": 192013,
      "tournament": "Paris",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 59.42028985507246,
        "first_serve_won_pct": 65.85365853658537,
        "second_serve_won_pct": 57.14285714285714,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 7,
    "losses": 3,
    "form_string": "LWWWWWWWLL"
  },
  "head_to_head": [
    {
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "matches": 4,
      "wins": 1,
      "losses": 3
    },
    {
      "opponent": "Jakub Mensik",
      "opponent_id": 372312,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Arthur Cazaux",
      "opponent_id": 287803,
      "matches": 2,
      "wins": 2,
      "losses": 0
    },
    {
      "opponent": "Andrey Rublev",
      "opponent_id": 106755,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Botic Van de Zandschulp",
      "opponent_id": 102339,
      "matches": 2,
      "wins": 2,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 6,
          "wins": 5,
          "losses": 1,
          "win_rate": 83.3,
          "tournaments_played": 3,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 1,
          "aces": 104,
          "double_faults": 27,
          "aces_per_match": 17.3,
          "double_faults_per_match": 4.5,
          "first_serve_pct": 74.7,
          "first_serve_won_pct": 78.7,
          "second_serve_won_pct": 58.9,
          "break_points_saved_pct": 70.0,
          "break_points_converted_pct": 41.7,
          "winners_total": 63,
          "unforced_errors_total": 66
        },
        "hardcourt_indoor": {
          "matches": 14,
          "wins": 8,
          "losses": 6,
          "win_rate": 57.1,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 147,
          "double_faults": 54,
          "aces_per_match": 10.5,
          "double_faults_per_match": 3.9,
          "first_serve_pct": 72.6,
          "first_serve_won_pct": 80.0,
          "second_serve_won_pct": 51.4,
          "break_points_saved_pct": 73.2,
          "break_points_converted_pct": 29.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 22,
          "wins": 12,
          "losses": 10,
          "win_rate": 54.5,
          "tournaments_played": 11,
          "tournaments_won": 1,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 7,
          "aces": 301,
          "double_faults": 143,
          "aces_per_match": 13.7,
          "double_faults_per_match": 6.5,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 75.6,
          "second_serve_won_pct": 56.2,
          "break_points_saved_pct": 70.9,
          "break_points_converted_pct": 41.2,
          "winners_total": 168,
          "unforced_errors_total": 174
        },
        "red_clay": {
          "matches": 29,
          "wins": 23,
          "losses": 6,
          "win_rate": 79.3,
          "tournaments_played": 9,
          "tournaments_won": 3,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 0,
          "aces": 276,
          "double_faults": 156,
          "aces_per_match": 9.5,
          "double_faults_per_match": 5.4,
          "first_serve_pct": 72.6,
          "first_serve_won_pct": 75.6,
          "second_serve_won_pct": 58.0,
          "break_points_saved_pct": 69.1,
          "break_points_converted_pct": 42.0,
          "winners_total": 239,
          "unforced_errors_total": 187
        }
      },
      "totals": {
        "matches": 71,
        "wins": 48,
        "tournaments_played": 29,
        "tournaments_won": 5,
        "aces": 828,
        "double_faults": 380,
        "win_rate": 67.6,
        "losses": 23
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 8,
          "wins": 4,
          "losses": 4,
          "win_rate": 50.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 145,
          "double_faults": 40,
          "aces_per_match": 18.1,
          "double_faults_per_match": 5.0,
          "first_serve_pct": 74.0,
          "first_serve_won_pct": 79.4,
          "second_serve_won_pct": 54.7,
          "break_points_saved_pct": 60.5,
          "break_points_converted_pct": 25.0,
          "winners_total": 132,
          "unforced_errors_total": 82
        },
        "hardcourt_indoor": {
          "matches": 9,
          "wins": 6,
          "losses": 3,
          "win_rate": 66.7,
          "tournaments_played": 4,
          "tournaments_won": 1,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 115,
          "double_faults": 66,
          "aces_per_match": 12.8,
          "double_faults_per_match": 7.3,
          "first_serve_pct": 70.5,
          "first_serve_won_pct": 74.8,
          "second_serve_won_pct": 60.8,
          "break_points_saved_pct": 67.3,
          "break_points_converted_pct": 31.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 21,
          "wins": 10,
          "losses": 11,
          "win_rate": 47.6,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 7,
          "aces": 222,
          "double_faults": 137,
          "aces_per_match": 10.6,
          "double_faults_per_match": 6.5,
          "first_serve_pct": 71.7,
          "first_serve_won_pct": 75.7,
          "second_serve_won_pct": 51.7,
          "break_points_saved_pct": 60.4,
          "break_points_converted_pct": 44.6,
          "winners_total": 92,
          "unforced_errors_total": 101
        },
        "red_clay": {
          "matches": 11,
          "wins": 5,
          "losses": 6,
          "win_rate": 45.5,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 76,
          "double_faults": 72,
          "aces_per_match": 6.9,
          "double_faults_per_match": 6.5,
          "first_serve_pct": 71.8,
          "first_serve_won_pct": 69.3,
          "second_serve_won_pct": 57.7,
          "break_points_saved_pct": 63.6,
          "break_points_converted_pct": 52.8,
          "winners_total": 61,
          "unforced_errors_total": 64
        }
      },
      "totals": {
        "matches": 49,
        "wins": 25,
        "tournaments_played": 25,
        "tournaments_won": 1,
        "aces": 558,
        "double_faults": 315,
        "win_rate": 51.0,
        "losses": 24
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 11,
          "wins": 9,
          "losses": 2,
          "win_rate": 81.8,
          "tournaments_played": 4,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 2,
          "aces": 180,
          "double_faults": 84,
          "aces_per_match": 16.4,
          "double_faults_per_match": 7.6,
          "first_serve_pct": 72.7,
          "first_serve_won_pct": 83.6,
          "second_serve_won_pct": 64.9,
          "break_points_saved_pct": 72.5,
          "break_points_converted_pct": 39.5,
          "winners_total": 305,
          "unforced_errors_total": 192
        },
        "hardcourt_indoor": {
          "matches": 16,
          "wins": 9,
          "losses": 7,
          "win_rate": 56.2,
          "tournaments_played": 8,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 6,
          "aces": 181,
          "double_faults": 113,
          "aces_per_match": 11.3,
          "double_faults_per_match": 7.1,
          "first_serve_pct": 72.1,
          "first_serve_won_pct": 81.5,
          "second_serve_won_pct": 60.5,
          "break_points_saved_pct": 68.7,
          "break_points_converted_pct": 45.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 10,
          "wins": 1,
          "losses": 9,
          "win_rate": 10.0,
          "tournaments_played": 10,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 72,
          "double_faults": 77,
          "aces_per_match": 7.2,
          "double_faults_per_match": 7.7,
          "first_serve_pct": 70.9,
          "first_serve_won_pct": 71.3,
          "second_serve_won_pct": 52.5,
          "break_points_saved_pct": 48.6,
          "break_points_converted_pct": 46.5,
          "winners_total": 66,
          "unforced_errors_total": 125
        },
        "red_clay": {
          "matches": 9,
          "wins": 3,
          "losses": 6,
          "win_rate": 33.3,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 87,
          "double_faults": 77,
          "aces_per_match": 9.7,
          "double_faults_per_match": 8.6,
          "first_serve_pct": 72.1,
          "first_serve_won_pct": 72.1,
          "second_serve_won_pct": 61.6,
          "break_points_saved_pct": 56.9,
          "break_points_converted_pct": 38.1,
          "winners_total": 54,
          "unforced_errors_total": 67
        }
      },
      "totals": {
        "matches": 46,
        "wins": 22,
        "tournaments_played": 29,
        "tournaments_won": 2,
        "aces": 520,
        "double_faults": 351,
        "win_rate": 47.8,
        "losses": 24
      }
    }
  ],
  "data_generated_at": "2026-01-30 11:39:31 UTC"
}