Player Data JSON

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

Yuya Ando

Yuya Ando

Japan ATP
2W - 2L 50,0% Win Rate Forma: WLWL

JSON Data

{
  "player": {
    "id": 4358,
    "api_id": 1073525,
    "name": "Yuya Ando",
    "short_name": "Y. Ando",
    "country": "Japan",
    "country_code": "JP",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": null,
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 4,
    "wins": 2,
    "losses": 2,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 4,
      "wins": 2,
      "losses": 2,
      "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": 4,
      "wins": 2,
      "losses": 2,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 4,
    "avg_aces_per_match": 0.2,
    "avg_double_faults_per_match": 4.0,
    "avg_first_serve_pct": 55.0,
    "avg_first_serve_won_pct": 66.4,
    "avg_second_serve_won_pct": 52.2,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-30",
      "opponent": "Marcel Musil",
      "opponent_id": 167442,
      "tournament": "UTR Yokohama M03",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 0,
        "double_faults": 0,
        "first_serve_pct": 57.49999999999999,
        "first_serve_won_pct": 73.91304347826086,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-29",
      "opponent": "Naoya Honda",
      "opponent_id": 460273,
      "tournament": "UTR Yokohama M03",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 58.620689655172406,
        "first_serve_won_pct": 55.88235294117647,
        "second_serve_won_pct": 57.692307692307686,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-28",
      "opponent": "Dorian Kos",
      "opponent_id": 260199,
      "tournament": "UTR Yokohama M03",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 1,
        "double_faults": 9,
        "first_serve_pct": 51.35135135135135,
        "first_serve_won_pct": 73.68421052631578,
        "second_serve_won_pct": 52.77777777777778,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-27",
      "opponent": "Kazuma Kawachi",
      "opponent_id": 82441,
      "tournament": "UTR Yokohama M03",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 52.475247524752476,
        "first_serve_won_pct": 62.264150943396224,
        "second_serve_won_pct": 35.41666666666667,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 2,
    "losses": 2,
    "form_string": "WLWL"
  },
  "head_to_head": [
    {
      "opponent": "Marcel Musil",
      "opponent_id": 167442,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Naoya Honda",
      "opponent_id": 460273,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Dorian Kos",
      "opponent_id": 260199,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Kazuma Kawachi",
      "opponent_id": 82441,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 11:26:48 UTC"
}