Player Data JSON

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

Hiroki Sakagawa

Hiroki Sakagawa

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

JSON Data

{
  "player": {
    "id": 2091,
    "api_id": 282474,
    "name": "Hiroki Sakagawa",
    "short_name": "H. Sakagawa",
    "country": "Japan",
    "country_code": "JP",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 1966130,
    "singles": 12.93,
    "doubles": 12.68,
    "ranking": 1513,
    "division": "General",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "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": {
    "UTR": {
      "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": 1.5,
    "avg_first_serve_pct": 69.0,
    "avg_first_serve_won_pct": 67.8,
    "avg_second_serve_won_pct": 55.2,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-06",
      "opponent": "Ford McCollum",
      "opponent_id": 1124064,
      "tournament": "UTR PTT Newport Beach Men 17",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 2,
        "first_serve_pct": 72.1311475409836,
        "first_serve_won_pct": 63.63636363636363,
        "second_serve_won_pct": 65.38461538461539,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-06",
      "opponent": "Naara Shin",
      "opponent_id": 1136987,
      "tournament": "UTR PTT Newport Beach Men 17",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 65.78947368421053,
        "first_serve_won_pct": 72.0,
        "second_serve_won_pct": 11.11111111111111,
        "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": "Naara Shin",
      "opponent_id": 1136987,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Ford McCollum",
      "opponent_id": 1124064,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-10 14:05:47 UTC"
}