Player Data JSON

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

Andre Ilagan

Andre Ilagan

USA ATP 349
1W - 1L 50.0% Win Rate Forma: LW

JSON Data

{
  "player": {
    "id": 864,
    "api_id": 244985,
    "name": "Andre Ilagan",
    "short_name": "A. Ilagan",
    "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": 85434,
    "singles": 13.96,
    "doubles": 13.19,
    "ranking": 396,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 349,
    "points": 144,
    "best_position": 339,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 349,
      "points": 144
    },
    {
      "date": "2025-12-09",
      "position": 349,
      "points": 144
    },
    {
      "date": "2025-12-08",
      "position": 349,
      "points": 144
    },
    {
      "date": "2025-12-07",
      "position": 351,
      "points": 144
    },
    {
      "date": "2025-12-06",
      "position": 351,
      "points": 144
    },
    {
      "date": "2025-12-05",
      "position": 351,
      "points": 144
    },
    {
      "date": "2025-12-04",
      "position": 351,
      "points": 144
    },
    {
      "date": "2025-12-03",
      "position": 351,
      "points": 144
    }
  ],
  "career_stats": {
    "total_matches": 2,
    "wins": 1,
    "losses": 1,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Challenger": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 2,
    "avg_aces_per_match": 1.5,
    "avg_double_faults_per_match": 3.5,
    "avg_first_serve_pct": 62.5,
    "avg_first_serve_won_pct": 66.1,
    "avg_second_serve_won_pct": 42.2,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-04-15",
      "opponent": "Marat Sharipov",
      "opponent_id": 326246,
      "tournament": "Busan, South Korea",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 3,
        "first_serve_pct": 65.33333333333333,
        "first_serve_won_pct": 57.14285714285714,
        "second_serve_won_pct": 42.30769230769231,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-04-13",
      "opponent": "Masamichi Imamura",
      "opponent_id": 197935,
      "tournament": "Busan, South Korea",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 3,
        "double_faults": 4,
        "first_serve_pct": 59.57446808510638,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 31.57894736842105,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 2,
    "wins": 1,
    "losses": 1,
    "form_string": "LW"
  },
  "head_to_head": [
    {
      "opponent": "Masamichi Imamura",
      "opponent_id": 197935,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Marat Sharipov",
      "opponent_id": 326246,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 9,
          "wins": 4,
          "losses": 5,
          "win_rate": 44.4,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 5,
          "aces": 25,
          "double_faults": 14,
          "aces_per_match": 2.8,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 76.1,
          "first_serve_won_pct": 66.0,
          "second_serve_won_pct": 56.1,
          "break_points_saved_pct": 69.6,
          "break_points_converted_pct": 46.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 40,
          "wins": 22,
          "losses": 18,
          "win_rate": 55.0,
          "tournaments_played": 22,
          "tournaments_won": 0,
          "tiebreaks_won": 10,
          "tiebreaks_lost": 3,
          "aces": 108,
          "double_faults": 97,
          "aces_per_match": 2.7,
          "double_faults_per_match": 2.4,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 59.6,
          "second_serve_won_pct": 55.6,
          "break_points_saved_pct": 64.4,
          "break_points_converted_pct": 40.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 49,
        "wins": 26,
        "tournaments_played": 28,
        "tournaments_won": 0,
        "aces": 133,
        "double_faults": 111,
        "win_rate": 53.1,
        "losses": 23
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 9,
          "wins": 4,
          "losses": 5,
          "win_rate": 44.4,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 0,
          "aces": 17,
          "double_faults": 28,
          "aces_per_match": 1.9,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 74.7,
          "first_serve_won_pct": 58.6,
          "second_serve_won_pct": 54.3,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 33.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 24,
          "wins": 15,
          "losses": 9,
          "win_rate": 62.5,
          "tournaments_played": 23,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 4,
          "aces": 69,
          "double_faults": 46,
          "aces_per_match": 2.9,
          "double_faults_per_match": 1.9,
          "first_serve_pct": 73.8,
          "first_serve_won_pct": 67.9,
          "second_serve_won_pct": 54.4,
          "break_points_saved_pct": 55.3,
          "break_points_converted_pct": 40.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 33,
        "wins": 19,
        "tournaments_played": 30,
        "tournaments_won": 1,
        "aces": 86,
        "double_faults": 74,
        "win_rate": 57.6,
        "losses": 14
      }
    }
  ],
  "data_generated_at": "2025-12-10 09:42:43 UTC"
}