Player Data JSON

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

Evan Lee

Evan Lee

USA ATP
1W - 2L 33,3% Win Rate Forma: LLW

JSON Data

{
  "player": {
    "id": 4090,
    "api_id": 480725,
    "name": "Evan Lee",
    "short_name": "E. Lee",
    "country": "USA",
    "country_code": "US",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 3853324,
    "singles": 12.0,
    "doubles": null,
    "ranking": 2981,
    "division": "General",
    "is_pro": false,
    "updated_at": "2026-01-25"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 1,
    "losses": 2,
    "win_rate": 33.3
  },
  "surface_stats": {
    "hard": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 6.3,
    "avg_double_faults_per_match": 5.0,
    "avg_first_serve_pct": 53.1,
    "avg_first_serve_won_pct": 66.6,
    "avg_second_serve_won_pct": 40.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-07",
      "opponent": "Kaj Quirijns",
      "opponent_id": 377487,
      "tournament": "UTR PTT South Bend Men 01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 8,
        "double_faults": 4,
        "first_serve_pct": 45.45454545454545,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-06",
      "opponent": "Perry Gregg",
      "opponent_id": 229268,
      "tournament": "UTR PTT South Bend Men 01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 6,
        "double_faults": 7,
        "first_serve_pct": 56.41025641025641,
        "first_serve_won_pct": 65.9090909090909,
        "second_serve_won_pct": 55.55555555555556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-05",
      "opponent": "Simon Caldwell",
      "opponent_id": 457214,
      "tournament": "UTR PTT South Bend Men 01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 5,
        "double_faults": 4,
        "first_serve_pct": 57.52212389380531,
        "first_serve_won_pct": 73.84615384615385,
        "second_serve_won_pct": 43.90243902439025,
        "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": "Simon Caldwell",
      "opponent_id": 457214,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Kaj Quirijns",
      "opponent_id": 377487,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Perry Gregg",
      "opponent_id": 229268,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 21:47:20 UTC"
}