Player Data JSON

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

Alex Michelsen

Alex Michelsen

USA ATP 38
31W - 30L 50,8% Win Rate Forma: LLWLWWWLLL

JSON Data

{
  "player": {
    "id": 89,
    "api_id": 406728,
    "name": "Alex Michelsen",
    "short_name": "A. Michelsen",
    "country": "USA",
    "country_code": "US",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 168170,
    "singles": 15.12,
    "doubles": 14.67,
    "ranking": 87,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 38,
    "points": 1350,
    "best_position": 30,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-29",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-28",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-27",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-26",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-25",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-24",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-23",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-22",
      "position": 38,
      "points": 1350
    },
    {
      "date": "2026-01-21",
      "position": 38,
      "points": 1350
    }
  ],
  "career_stats": {
    "total_matches": 61,
    "wins": 31,
    "losses": 30,
    "win_rate": 50.8
  },
  "surface_stats": {
    "hard": {
      "matches": 45,
      "wins": 24,
      "losses": 21,
      "win_rate": 53.3
    },
    "clay": {
      "matches": 7,
      "wins": 2,
      "losses": 5,
      "win_rate": 28.6
    },
    "grass": {
      "matches": 9,
      "wins": 5,
      "losses": 4,
      "win_rate": 55.6
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 8,
      "wins": 3,
      "losses": 5,
      "win_rate": 37.5
    },
    "Masters 1000": {
      "matches": 13,
      "wins": 5,
      "losses": 8,
      "win_rate": 38.5
    },
    "ATP 500": {
      "matches": 9,
      "wins": 3,
      "losses": 6,
      "win_rate": 33.3
    },
    "ATP 250": {
      "matches": 27,
      "wins": 17,
      "losses": 10,
      "win_rate": 63.0
    },
    "Otro": {
      "matches": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 61,
    "avg_aces_per_match": 5.0,
    "avg_double_faults_per_match": 2.8,
    "avg_first_serve_pct": 65.9,
    "avg_first_serve_won_pct": 68.5,
    "avg_second_serve_won_pct": 48.1,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-20",
      "opponent": "Karen Khachanov",
      "opponent_id": 90080,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "2-3",
      "stats": {
        "aces": 16,
        "double_faults": 4,
        "first_serve_pct": 66.19718309859155,
        "first_serve_won_pct": 76.59574468085107,
        "second_serve_won_pct": 52.083333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-13",
      "opponent": "Marcos Giron",
      "opponent_id": 42379,
      "tournament": "Auckland",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 3,
        "first_serve_pct": 66.21621621621621,
        "first_serve_won_pct": 67.3469387755102,
        "second_serve_won_pct": 40.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-12",
      "opponent": "Mariano Navone",
      "opponent_id": 271389,
      "tournament": "Auckland",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 64.70588235294117,
        "first_serve_won_pct": 67.27272727272727,
        "second_serve_won_pct": 46.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-10",
      "opponent": "Daniil Medvedev",
      "opponent_id": 163504,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 1,
        "first_serve_pct": 64.61538461538461,
        "first_serve_won_pct": 52.38095238095239,
        "second_serve_won_pct": 52.17391304347826,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-09",
      "opponent": "Sebastian Korda",
      "opponent_id": 195840,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 3,
        "first_serve_pct": 64.47368421052632,
        "first_serve_won_pct": 69.38775510204081,
        "second_serve_won_pct": 70.37037037037037,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-07",
      "opponent": "Learner Tien",
      "opponent_id": 412818,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 1,
        "first_serve_pct": 64.15094339622641,
        "first_serve_won_pct": 82.35294117647058,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-05",
      "opponent": "James Duckworth",
      "opponent_id": 39711,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 19,
        "double_faults": 2,
        "first_serve_pct": 69.72477064220183,
        "first_serve_won_pct": 78.94736842105263,
        "second_serve_won_pct": 57.57575757575758,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-27",
      "opponent": "Zizou Bergs",
      "opponent_id": 170946,
      "tournament": "Paris",
      "surface": "hard",
      "round": "Round of 64",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 61.72839506172839,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 35.714285714285715,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-21",
      "opponent": "Francisco Cerundolo",
      "opponent_id": 221012,
      "tournament": "Vienna",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 64.70588235294117,
        "first_serve_won_pct": 54.54545454545454,
        "second_serve_won_pct": 38.88888888888889,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-18",
      "opponent": "Corentin Moutet",
      "opponent_id": 175014,
      "tournament": "Almaty",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 75.36231884057972,
        "first_serve_won_pct": 63.46153846153846,
        "second_serve_won_pct": 29.411764705882355,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 4,
    "losses": 6,
    "form_string": "LLWLWWWLLL"
  },
  "head_to_head": [
    {
      "opponent": "Learner Tien",
      "opponent_id": 412818,
      "matches": 4,
      "wins": 3,
      "losses": 1
    },
    {
      "opponent": "Karen Khachanov",
      "opponent_id": 90080,
      "matches": 3,
      "wins": 1,
      "losses": 2
    },
    {
      "opponent": "Daniil Medvedev",
      "opponent_id": 163504,
      "matches": 3,
      "wins": 0,
      "losses": 3
    },
    {
      "opponent": "Corentin Moutet",
      "opponent_id": 175014,
      "matches": 3,
      "wins": 1,
      "losses": 2
    },
    {
      "opponent": "Nishesh Basavareddy",
      "opponent_id": 407164,
      "matches": 2,
      "wins": 1,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 9,
          "wins": 5,
          "losses": 4,
          "win_rate": 55.6,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 52,
          "double_faults": 32,
          "aces_per_match": 5.8,
          "double_faults_per_match": 3.6,
          "first_serve_pct": 72.7,
          "first_serve_won_pct": 69.6,
          "second_serve_won_pct": 59.3,
          "break_points_saved_pct": 58.3,
          "break_points_converted_pct": 42.3,
          "winners_total": 55,
          "unforced_errors_total": 42
        },
        "hardcourt_indoor": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 29,
          "double_faults": 14,
          "aces_per_match": 4.1,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 77.3,
          "first_serve_won_pct": 67.2,
          "second_serve_won_pct": 49.2,
          "break_points_saved_pct": 56.8,
          "break_points_converted_pct": 34.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 27,
          "wins": 14,
          "losses": 13,
          "win_rate": 51.9,
          "tournaments_played": 13,
          "tournaments_won": 0,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 3,
          "aces": 127,
          "double_faults": 85,
          "aces_per_match": 4.7,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 74.7,
          "first_serve_won_pct": 70.0,
          "second_serve_won_pct": 55.0,
          "break_points_saved_pct": 59.7,
          "break_points_converted_pct": 29.8,
          "winners_total": 164,
          "unforced_errors_total": 168
        },
        "red_clay": {
          "matches": 7,
          "wins": 2,
          "losses": 5,
          "win_rate": 28.6,
          "tournaments_played": 6,
          "tournaments_won": 1,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 20,
          "double_faults": 20,
          "aces_per_match": 2.9,
          "double_faults_per_match": 2.9,
          "first_serve_pct": 74.8,
          "first_serve_won_pct": 63.7,
          "second_serve_won_pct": 46.6,
          "break_points_saved_pct": 58.3,
          "break_points_converted_pct": 32.6,
          "winners_total": 17,
          "unforced_errors_total": 47
        }
      },
      "totals": {
        "matches": 50,
        "wins": 24,
        "tournaments_played": 28,
        "tournaments_won": 1,
        "aces": 228,
        "double_faults": 151,
        "win_rate": 48.0,
        "losses": 26
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 13,
          "wins": 7,
          "losses": 6,
          "win_rate": 53.8,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 3,
          "aces": 63,
          "double_faults": 18,
          "aces_per_match": 4.8,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 78.2,
          "first_serve_won_pct": 72.5,
          "second_serve_won_pct": 57.2,
          "break_points_saved_pct": 69.0,
          "break_points_converted_pct": 34.9,
          "winners_total": 40,
          "unforced_errors_total": 52
        },
        "hardcourt_indoor": {
          "matches": 13,
          "wins": 8,
          "losses": 5,
          "win_rate": 61.5,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 5,
          "aces": 93,
          "double_faults": 30,
          "aces_per_match": 7.2,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 77.6,
          "first_serve_won_pct": 70.3,
          "second_serve_won_pct": 52.9,
          "break_points_saved_pct": 59.6,
          "break_points_converted_pct": 37.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 40,
          "wins": 26,
          "losses": 14,
          "win_rate": 65.0,
          "tournaments_played": 14,
          "tournaments_won": 0,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 10,
          "aces": 175,
          "double_faults": 91,
          "aces_per_match": 4.4,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 75.1,
          "first_serve_won_pct": 71.1,
          "second_serve_won_pct": 59.3,
          "break_points_saved_pct": 64.0,
          "break_points_converted_pct": 45.2,
          "winners_total": 122,
          "unforced_errors_total": 168
        },
        "red_clay": {
          "matches": 13,
          "wins": 4,
          "losses": 9,
          "win_rate": 30.8,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 27,
          "double_faults": 30,
          "aces_per_match": 2.1,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 77.6,
          "first_serve_won_pct": 60.2,
          "second_serve_won_pct": 55.2,
          "break_points_saved_pct": 54.9,
          "break_points_converted_pct": 44.6,
          "winners_total": 13,
          "unforced_errors_total": 36
        }
      },
      "totals": {
        "matches": 79,
        "wins": 45,
        "tournaments_played": 34,
        "tournaments_won": 0,
        "aces": 358,
        "double_faults": 169,
        "win_rate": 57.0,
        "losses": 34
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 6,
          "wins": 4,
          "losses": 2,
          "win_rate": 66.7,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 30,
          "double_faults": 12,
          "aces_per_match": 5.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 75.2,
          "first_serve_won_pct": 70.8,
          "second_serve_won_pct": 63.4,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 35.9,
          "winners_total": 30,
          "unforced_errors_total": 12
        },
        "hardcourt_indoor": {
          "matches": 3,
          "wins": 0,
          "losses": 3,
          "win_rate": 0.0,
          "tournaments_played": 8,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 4,
          "aces": 18,
          "double_faults": 7,
          "aces_per_match": 6.0,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 81.5,
          "first_serve_won_pct": 59.5,
          "second_serve_won_pct": 60.7,
          "break_points_saved_pct": 68.8,
          "break_points_converted_pct": 25.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 11,
          "tournaments_won": 1,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 25,
          "double_faults": 13,
          "aces_per_match": 4.2,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 67.9,
          "second_serve_won_pct": 53.7,
          "break_points_saved_pct": 59.5,
          "break_points_converted_pct": 43.9,
          "winners_total": 59,
          "unforced_errors_total": 65
        }
      },
      "totals": {
        "matches": 15,
        "wins": 7,
        "tournaments_played": 21,
        "tournaments_won": 2,
        "aces": 73,
        "double_faults": 32,
        "win_rate": 46.7,
        "losses": 8
      }
    }
  ],
  "data_generated_at": "2026-01-30 10:15:57 UTC"
}