Player Data JSON

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

Ellis Short

Ellis Short

USA ATP
3W - 1L 75,0% Win Rate Forma: LWWW

JSON Data

{
  "player": {
    "id": 3742,
    "api_id": 250421,
    "name": "Ellis Short",
    "short_name": "E. Short",
    "country": "USA",
    "country_code": "US",
    "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": 3,
    "losses": 1,
    "win_rate": 75.0
  },
  "surface_stats": {
    "hard": {
      "matches": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.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": 3,
      "losses": 1,
      "win_rate": 75.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 4,
    "avg_aces_per_match": 2.0,
    "avg_double_faults_per_match": 3.8,
    "avg_first_serve_pct": 62.9,
    "avg_first_serve_won_pct": 69.5,
    "avg_second_serve_won_pct": 52.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-17",
      "opponent": "Theodore Dean",
      "opponent_id": 523621,
      "tournament": "UTR PTT Honolulu Men +H 02",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 6,
        "first_serve_pct": 58.620689655172406,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 55.26315789473685,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-16",
      "opponent": "Henry Ren",
      "opponent_id": 523622,
      "tournament": "UTR PTT Honolulu Men +H 02",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 4,
        "first_serve_pct": 73.4375,
        "first_serve_won_pct": 70.2127659574468,
        "second_serve_won_pct": 36.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-15",
      "opponent": "Tarek Erlewein",
      "opponent_id": 1156518,
      "tournament": "UTR PTT Honolulu Men +H 02",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 60.56338028169014,
        "first_serve_won_pct": 74.4186046511628,
        "second_serve_won_pct": 34.61538461538461,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-13",
      "opponent": "Hayden Snyder",
      "opponent_id": 315793,
      "tournament": "UTR PTT Honolulu Men +H 02",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 2,
        "first_serve_pct": 59.01639344262295,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 60.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 3,
    "losses": 1,
    "form_string": "LWWW"
  },
  "head_to_head": [
    {
      "opponent": "Tarek Erlewein",
      "opponent_id": 1156518,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Theodore Dean",
      "opponent_id": 523621,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Henry Ren",
      "opponent_id": 523622,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Hayden Snyder",
      "opponent_id": 315793,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 21:08:17 UTC"
}