Player Data JSON

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

Alex de Minaur

Alex de Minaur

Australia ATP 6
56W - 24L 70,0% Win Rate Forma: LWWWWWWLLW

JSON Data

{
  "player": {
    "id": 563,
    "api_id": 201239,
    "name": "Alex de Minaur",
    "short_name": "A. de Minaur",
    "country": "Australia",
    "country_code": "AU",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 4315334,
    "singles": 15.89,
    "doubles": 14.68,
    "ranking": 7,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 6,
    "points": 4080,
    "best_position": 6,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-29",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-28",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-27",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-26",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-25",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-24",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-23",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-22",
      "position": 6,
      "points": 4080
    },
    {
      "date": "2026-01-21",
      "position": 6,
      "points": 4080
    }
  ],
  "career_stats": {
    "total_matches": 80,
    "wins": 56,
    "losses": 24,
    "win_rate": 70.0
  },
  "surface_stats": {
    "hard": {
      "matches": 61,
      "wins": 43,
      "losses": 18,
      "win_rate": 70.5
    },
    "clay": {
      "matches": 14,
      "wins": 10,
      "losses": 4,
      "win_rate": 71.4
    },
    "grass": {
      "matches": 5,
      "wins": 3,
      "losses": 2,
      "win_rate": 60.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 20,
      "wins": 16,
      "losses": 4,
      "win_rate": 80.0
    },
    "Masters 1000": {
      "matches": 27,
      "wins": 18,
      "losses": 9,
      "win_rate": 66.7
    },
    "ATP 500": {
      "matches": 26,
      "wins": 19,
      "losses": 7,
      "win_rate": 73.1
    },
    "Otro": {
      "matches": 7,
      "wins": 3,
      "losses": 4,
      "win_rate": 42.9
    }
  },
  "average_match_stats": {
    "matches_with_stats": 80,
    "avg_aces_per_match": 4.2,
    "avg_double_faults_per_match": 2.6,
    "avg_first_serve_pct": 57.7,
    "avg_first_serve_won_pct": 72.5,
    "avg_second_serve_won_pct": 57.5,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-27",
      "opponent": "Carlos Alcaraz",
      "opponent_id": 275923,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "L",
      "score": "0-3",
      "stats": {
        "aces": 1,
        "double_faults": 0,
        "first_serve_pct": 58.06451612903226,
        "first_serve_won_pct": 59.25925925925925,
        "second_serve_won_pct": 35.8974358974359,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-25",
      "opponent": "Alexander Bublik",
      "opponent_id": 163480,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 5,
        "double_faults": 1,
        "first_serve_pct": 61.29032258064516,
        "first_serve_won_pct": 81.57894736842105,
        "second_serve_won_pct": 70.83333333333334,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-23",
      "opponent": "Frances Tiafoe",
      "opponent_id": 101101,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 8,
        "double_faults": 6,
        "first_serve_pct": 61.855670103092784,
        "first_serve_won_pct": 76.66666666666667,
        "second_serve_won_pct": 54.054054054054056,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-21",
      "opponent": "Hamad Medjedovic",
      "opponent_id": 321404,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-1",
      "stats": {
        "aces": 12,
        "double_faults": 4,
        "first_serve_pct": 70.0,
        "first_serve_won_pct": 76.62337662337663,
        "second_serve_won_pct": 60.60606060606061,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-19",
      "opponent": "Mackenzie McDonald",
      "opponent_id": 63438,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 9,
        "double_faults": 4,
        "first_serve_pct": 51.515151515151516,
        "first_serve_won_pct": 85.29411764705883,
        "second_serve_won_pct": 65.625,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-09",
      "opponent": "Hubert Hurkacz",
      "opponent_id": 158896,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 6,
        "double_faults": 1,
        "first_serve_pct": 54.807692307692314,
        "first_serve_won_pct": 82.45614035087719,
        "second_serve_won_pct": 54.54545454545454,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-06",
      "opponent": "Jakub Mensik",
      "opponent_id": 372312,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 0,
        "first_serve_pct": 61.29032258064516,
        "first_serve_won_pct": 68.42105263157895,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-03",
      "opponent": "Casper Ruud",
      "opponent_id": 119248,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 8,
        "first_serve_pct": 54.54545454545454,
        "first_serve_won_pct": 63.888888888888886,
        "second_serve_won_pct": 42.10526315789473,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-15",
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 8,
        "double_faults": 2,
        "first_serve_pct": 54.54545454545454,
        "first_serve_won_pct": 62.5,
        "second_serve_won_pct": 45.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-13",
      "opponent": "Taylor Fritz",
      "opponent_id": 136042,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 55.223880597014926,
        "first_serve_won_pct": 81.08108108108108,
        "second_serve_won_pct": 53.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 7,
    "losses": 3,
    "form_string": "LWWWWWWLLW"
  },
  "head_to_head": [
    {
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "matches": 4,
      "wins": 0,
      "losses": 4
    },
    {
      "opponent": "Carlos Alcaraz",
      "opponent_id": 275923,
      "matches": 4,
      "wins": 0,
      "losses": 4
    },
    {
      "opponent": "Jakub Mensik",
      "opponent_id": 372312,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Yunchaokete Bu",
      "opponent_id": 254227,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "matches": 3,
      "wins": 0,
      "losses": 3
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 5,
          "wins": 3,
          "losses": 2,
          "win_rate": 60.0,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 0,
          "aces": 18,
          "double_faults": 13,
          "aces_per_match": 3.6,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 68.7,
          "first_serve_won_pct": 72.1,
          "second_serve_won_pct": 61.9,
          "break_points_saved_pct": 62.2,
          "break_points_converted_pct": 34.4,
          "winners_total": 108,
          "unforced_errors_total": 108
        },
        "hardcourt_indoor": {
          "matches": 16,
          "wins": 10,
          "losses": 6,
          "win_rate": 62.5,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 1,
          "aces": 62,
          "double_faults": 34,
          "aces_per_match": 3.9,
          "double_faults_per_match": 2.1,
          "first_serve_pct": 70.4,
          "first_serve_won_pct": 72.0,
          "second_serve_won_pct": 63.3,
          "break_points_saved_pct": 64.6,
          "break_points_converted_pct": 41.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 39,
          "wins": 29,
          "losses": 10,
          "win_rate": 74.4,
          "tournaments_played": 11,
          "tournaments_won": 1,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 6,
          "aces": 202,
          "double_faults": 106,
          "aces_per_match": 5.2,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 70.1,
          "first_serve_won_pct": 73.2,
          "second_serve_won_pct": 61.5,
          "break_points_saved_pct": 65.0,
          "break_points_converted_pct": 39.5,
          "winners_total": 243,
          "unforced_errors_total": 300
        },
        "red_clay": {
          "matches": 15,
          "wins": 10,
          "losses": 5,
          "win_rate": 66.7,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 23,
          "double_faults": 46,
          "aces_per_match": 1.5,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 68.4,
          "first_serve_won_pct": 68.1,
          "second_serve_won_pct": 57.4,
          "break_points_saved_pct": 56.1,
          "break_points_converted_pct": 49.0,
          "winners_total": 64,
          "unforced_errors_total": 72
        }
      },
      "totals": {
        "matches": 75,
        "wins": 52,
        "tournaments_played": 23,
        "tournaments_won": 1,
        "aces": 305,
        "double_faults": 199,
        "win_rate": 69.3,
        "losses": 23
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 8,
          "wins": 7,
          "losses": 1,
          "win_rate": 87.5,
          "tournaments_played": 3,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 0,
          "aces": 37,
          "double_faults": 25,
          "aces_per_match": 4.6,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 69.1,
          "first_serve_won_pct": 77.7,
          "second_serve_won_pct": 54.3,
          "break_points_saved_pct": 58.0,
          "break_points_converted_pct": 37.9,
          "winners_total": 94,
          "unforced_errors_total": 110
        },
        "hardcourt_indoor": {
          "matches": 18,
          "wins": 11,
          "losses": 7,
          "win_rate": 61.1,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 91,
          "double_faults": 43,
          "aces_per_match": 5.1,
          "double_faults_per_match": 2.4,
          "first_serve_pct": 70.6,
          "first_serve_won_pct": 73.8,
          "second_serve_won_pct": 55.9,
          "break_points_saved_pct": 59.8,
          "break_points_converted_pct": 49.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 25,
          "wins": 19,
          "losses": 6,
          "win_rate": 76.0,
          "tournaments_played": 6,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 3,
          "aces": 126,
          "double_faults": 69,
          "aces_per_match": 5.0,
          "double_faults_per_match": 2.8,
          "first_serve_pct": 68.5,
          "first_serve_won_pct": 73.0,
          "second_serve_won_pct": 61.7,
          "break_points_saved_pct": 63.8,
          "break_points_converted_pct": 43.0,
          "winners_total": 286,
          "unforced_errors_total": 289
        },
        "red_clay": {
          "matches": 15,
          "wins": 10,
          "losses": 5,
          "win_rate": 66.7,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 3,
          "aces": 39,
          "double_faults": 43,
          "aces_per_match": 2.6,
          "double_faults_per_match": 2.9,
          "first_serve_pct": 69.2,
          "first_serve_won_pct": 66.6,
          "second_serve_won_pct": 63.8,
          "break_points_saved_pct": 53.8,
          "break_points_converted_pct": 50.0,
          "winners_total": 159,
          "unforced_errors_total": 176
        }
      },
      "totals": {
        "matches": 66,
        "wins": 47,
        "tournaments_played": 20,
        "tournaments_won": 2,
        "aces": 293,
        "double_faults": 180,
        "win_rate": 71.2,
        "losses": 19
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 9,
          "wins": 6,
          "losses": 3,
          "win_rate": 66.7,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 41,
          "double_faults": 25,
          "aces_per_match": 4.6,
          "double_faults_per_match": 2.8,
          "first_serve_pct": 70.9,
          "first_serve_won_pct": 71.6,
          "second_serve_won_pct": 64.6,
          "break_points_saved_pct": 58.3,
          "break_points_converted_pct": 32.1,
          "winners_total": 86,
          "unforced_errors_total": 73
        },
        "hardcourt_indoor": {
          "matches": 10,
          "wins": 6,
          "losses": 4,
          "win_rate": 60.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 47,
          "double_faults": 25,
          "aces_per_match": 4.7,
          "double_faults_per_match": 2.5,
          "first_serve_pct": 71.4,
          "first_serve_won_pct": 71.5,
          "second_serve_won_pct": 55.5,
          "break_points_saved_pct": 60.3,
          "break_points_converted_pct": 47.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 36,
          "wins": 25,
          "losses": 11,
          "win_rate": 69.4,
          "tournaments_played": 12,
          "tournaments_won": 1,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 5,
          "aces": 125,
          "double_faults": 96,
          "aces_per_match": 3.5,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 70.4,
          "first_serve_won_pct": 72.0,
          "second_serve_won_pct": 57.5,
          "break_points_saved_pct": 57.3,
          "break_points_converted_pct": 46.5,
          "winners_total": 203,
          "unforced_errors_total": 232
        },
        "red_clay": {
          "matches": 10,
          "wins": 5,
          "losses": 5,
          "win_rate": 50.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 11,
          "double_faults": 23,
          "aces_per_match": 1.1,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 69.9,
          "first_serve_won_pct": 69.7,
          "second_serve_won_pct": 59.0,
          "break_points_saved_pct": 58.6,
          "break_points_converted_pct": 40.0,
          "winners_total": 67,
          "unforced_errors_total": 98
        }
      },
      "totals": {
        "matches": 65,
        "wins": 42,
        "tournaments_played": 25,
        "tournaments_won": 1,
        "aces": 224,
        "double_faults": 169,
        "win_rate": 64.6,
        "losses": 23
      }
    }
  ],
  "data_generated_at": "2026-01-30 08:57:08 UTC"
}