Player Data JSON

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

Blake Ellis

Blake Ellis

Australia ATP
2W - 1L 66.7% Win Rate Forma: LWW

JSON Data

{
  "player": {
    "id": 471,
    "api_id": 119140,
    "name": "Blake Ellis",
    "short_name": "B. Ellis",
    "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": 1973204,
    "singles": 13.81,
    "doubles": 13.45,
    "ranking": 482,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 2,
    "losses": 1,
    "win_rate": 66.7
  },
  "surface_stats": {
    "hard": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 5.0,
    "avg_double_faults_per_match": 1.3,
    "avg_first_serve_pct": 65.5,
    "avg_first_serve_won_pct": 72.6,
    "avg_second_serve_won_pct": 60.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-01-09",
      "opponent": "Dominik Koepfer",
      "opponent_id": 129368,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 2,
        "first_serve_pct": 62.365591397849464,
        "first_serve_won_pct": 72.41379310344827,
        "second_serve_won_pct": 40.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-01-08",
      "opponent": "Yosuke Watanuki",
      "opponent_id": 157302,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Qualification Round 2",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 9,
        "double_faults": 2,
        "first_serve_pct": 67.3469387755102,
        "first_serve_won_pct": 78.78787878787878,
        "second_serve_won_pct": 52.38095238095239,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-01-07",
      "opponent": "Antoine Escoffier",
      "opponent_id": 49663,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 80.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 2,
    "losses": 1,
    "form_string": "LWW"
  },
  "head_to_head": [
    {
      "opponent": "Yosuke Watanuki",
      "opponent_id": 157302,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Antoine Escoffier",
      "opponent_id": 49663,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Dominik Koepfer",
      "opponent_id": 129368,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 16,
          "wins": 7,
          "losses": 9,
          "win_rate": 43.8,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 108,
          "double_faults": 36,
          "aces_per_match": 6.8,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 71.2,
          "first_serve_won_pct": 71.8,
          "second_serve_won_pct": 54.4,
          "break_points_saved_pct": 67.1,
          "break_points_converted_pct": 47.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 16,
        "wins": 7,
        "tournaments_played": 11,
        "tournaments_won": 0,
        "aces": 108,
        "double_faults": 36,
        "win_rate": 43.8,
        "losses": 9
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 26,
          "double_faults": 5,
          "aces_per_match": 13.0,
          "double_faults_per_match": 2.5,
          "first_serve_pct": 73.4,
          "first_serve_won_pct": 74.7,
          "second_serve_won_pct": 57.1,
          "break_points_saved_pct": 60.0,
          "break_points_converted_pct": 37.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_indoor": {
          "matches": 4,
          "wins": 3,
          "losses": 1,
          "win_rate": 75.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 20,
          "double_faults": 3,
          "aces_per_match": 5.0,
          "double_faults_per_match": 0.8,
          "first_serve_pct": 74.5,
          "first_serve_won_pct": 69.6,
          "second_serve_won_pct": 60.8,
          "break_points_saved_pct": 61.1,
          "break_points_converted_pct": 55.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 21,
          "wins": 9,
          "losses": 12,
          "win_rate": 42.9,
          "tournaments_played": 26,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 5,
          "aces": 152,
          "double_faults": 75,
          "aces_per_match": 7.2,
          "double_faults_per_match": 3.6,
          "first_serve_pct": 70.1,
          "first_serve_won_pct": 67.4,
          "second_serve_won_pct": 53.5,
          "break_points_saved_pct": 58.6,
          "break_points_converted_pct": 39.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 12,
          "double_faults": 6,
          "aces_per_match": 6.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 67.9,
          "first_serve_won_pct": 71.4,
          "second_serve_won_pct": 56.8,
          "break_points_saved_pct": 33.3,
          "break_points_converted_pct": 57.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 29,
        "wins": 14,
        "tournaments_played": 31,
        "tournaments_won": 0,
        "aces": 210,
        "double_faults": 89,
        "win_rate": 48.3,
        "losses": 15
      }
    }
  ],
  "data_generated_at": "2025-12-10 13:04:43 UTC"
}