Player Data JSON

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

Oliver Bonding

Oliver Bonding

United Kingdom ATP
1W - 2L 33.3% Win Rate Forma: LLW

JSON Data

{
  "player": {
    "id": 1344,
    "api_id": 478944,
    "name": "Oliver Bonding",
    "short_name": "O. Bonding",
    "country": "United Kingdom",
    "country_code": "GB",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 4233240,
    "singles": 13.47,
    "doubles": 13.39,
    "ranking": 29,
    "division": "Junior",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 1,
    "losses": 2,
    "win_rate": 33.3
  },
  "surface_stats": {
    "hard": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 2,
    "avg_aces_per_match": 11.0,
    "avg_double_faults_per_match": 4.5,
    "avg_first_serve_pct": 63.1,
    "avg_first_serve_won_pct": 73.9,
    "avg_second_serve_won_pct": 48.1,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-04",
      "opponent": "Luis Guto Miguel",
      "opponent_id": 517358,
      "tournament": "US Open, Boys",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "L",
      "score": "1-2"
    },
    {
      "date": "2025-06-25",
      "opponent": "Juan Pablo Ficovich",
      "opponent_id": 113979,
      "tournament": "Wimbledon",
      "surface": "grass",
      "round": "Qualification Round 2",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 10,
        "double_faults": 4,
        "first_serve_pct": 63.63636363636363,
        "first_serve_won_pct": 71.42857142857143,
        "second_serve_won_pct": 59.09090909090909,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-06-23",
      "opponent": "Viktor Durasovic",
      "opponent_id": 96239,
      "tournament": "Wimbledon",
      "surface": "grass",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 12,
        "double_faults": 5,
        "first_serve_pct": 62.5,
        "first_serve_won_pct": 76.36363636363637,
        "second_serve_won_pct": 60.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 1,
    "losses": 2,
    "form_string": "LLW"
  },
  "head_to_head": [
    {
      "opponent": "Juan Pablo Ficovich",
      "opponent_id": 113979,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Viktor Durasovic",
      "opponent_id": 96239,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Luis Guto Miguel",
      "opponent_id": 517358,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 33,
          "double_faults": 11,
          "aces_per_match": 11.0,
          "double_faults_per_match": 3.7,
          "first_serve_pct": 74.0,
          "first_serve_won_pct": 74.3,
          "second_serve_won_pct": 50.8,
          "break_points_saved_pct": 61.1,
          "break_points_converted_pct": 22.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_indoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 1,
          "double_faults": 6,
          "aces_per_match": 1.0,
          "double_faults_per_match": 6.0,
          "first_serve_pct": 73.3,
          "first_serve_won_pct": 61.2,
          "second_serve_won_pct": 68.2,
          "break_points_saved_pct": 77.8,
          "break_points_converted_pct": 0.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 4,
        "wins": 1,
        "tournaments_played": 4,
        "tournaments_won": 0,
        "aces": 34,
        "double_faults": 17,
        "win_rate": 25.0,
        "losses": 3
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 7,
          "double_faults": 2,
          "aces_per_match": 7.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 66.2,
          "first_serve_won_pct": 60.0,
          "second_serve_won_pct": 57.8,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 75.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 1,
        "wins": 0,
        "tournaments_played": 2,
        "tournaments_won": 0,
        "aces": 7,
        "double_faults": 2,
        "win_rate": 0.0,
        "losses": 1
      }
    }
  ],
  "data_generated_at": "2025-12-10 09:27:38 UTC"
}