Player Data JSON

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

Amy Zhu

Amy Zhu

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

JSON Data

{
  "player": {
    "id": 1925,
    "api_id": 58483,
    "name": "Amy Zhu",
    "short_name": "A. Zhu",
    "country": "USA",
    "country_code": "US",
    "gender": "Female",
    "circuit": "WTA",
    "date_of_birth": "1994-10-28",
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 26659,
    "singles": 10.32,
    "doubles": 10.35,
    "ranking": 846,
    "division": "Pro",
    "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": {
    "WTA 250": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 2,
    "avg_aces_per_match": 4.0,
    "avg_double_faults_per_match": 3.0,
    "avg_first_serve_pct": 65.2,
    "avg_first_serve_won_pct": 57.6,
    "avg_second_serve_won_pct": 51.3,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-10-26",
      "opponent": "Yexin MA",
      "opponent_id": 190950,
      "tournament": "Hong Kong",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 2,
        "first_serve_pct": 75.0,
        "first_serve_won_pct": 58.333333333333336,
        "second_serve_won_pct": 41.66666666666667,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-25",
      "opponent": "Nadiia Kolb",
      "opponent_id": 46650,
      "tournament": "Hong Kong",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 4,
        "first_serve_pct": 55.434782608695656,
        "first_serve_won_pct": 56.86274509803921,
        "second_serve_won_pct": 60.97560975609756,
        "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": "Yexin MA",
      "opponent_id": 190950,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Nadiia Kolb",
      "opponent_id": 46650,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 3,
          "tournaments_won": 1,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 8,
          "double_faults": 6,
          "aces_per_match": 4.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 72.5,
          "first_serve_won_pct": 57.5,
          "second_serve_won_pct": 63.8,
          "break_points_saved_pct": 41.7,
          "break_points_converted_pct": 62.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 2,
        "wins": 1,
        "tournaments_played": 3,
        "tournaments_won": 1,
        "aces": 8,
        "double_faults": 6,
        "win_rate": 50.0,
        "losses": 1
      }
    }
  ],
  "data_generated_at": "2025-12-10 13:04:42 UTC"
}