Player Data JSON

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

Ethan Terry

Ethan Terry

United Kingdom ATP
2W - 1L 66,7% Win Rate Forma: LWW

JSON Data

{
  "player": {
    "id": 3734,
    "api_id": 1157288,
    "name": "Ethan Terry",
    "short_name": "E. Terry",
    "country": "United Kingdom",
    "country_code": "GB",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 4287503,
    "singles": 11.0,
    "doubles": null,
    "ranking": 7675,
    "division": "General",
    "is_pro": false,
    "updated_at": "2026-01-25"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 2,
    "losses": 1,
    "win_rate": 66.7
  },
  "surface_stats": {
    "hard": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    },
    "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": 2,
      "losses": 1,
      "win_rate": 66.7
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 1.7,
    "avg_double_faults_per_match": 4.3,
    "avg_first_serve_pct": 58.2,
    "avg_first_serve_won_pct": 71.3,
    "avg_second_serve_won_pct": 56.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-11",
      "opponent": "Guillaume Dalmasso",
      "opponent_id": 424742,
      "tournament": "UTR PTT Honolulu Men +H 01",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 6,
        "first_serve_pct": 53.333333333333336,
        "first_serve_won_pct": 68.75,
        "second_serve_won_pct": 39.285714285714285,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-10",
      "opponent": "Quinn Snyder",
      "opponent_id": 319989,
      "tournament": "UTR PTT Honolulu Men +H 01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 4,
        "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
      }
    },
    {
      "date": "2025-12-09",
      "opponent": "Michael Wright",
      "opponent_id": 484870,
      "tournament": "UTR PTT Honolulu Men +H 01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 62.22222222222222,
        "first_serve_won_pct": 78.57142857142857,
        "second_serve_won_pct": 70.58823529411765,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 2,
    "losses": 1,
    "form_string": "LWW"
  },
  "head_to_head": [
    {
      "opponent": "Guillaume Dalmasso",
      "opponent_id": 424742,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Quinn Snyder",
      "opponent_id": 319989,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Michael Wright",
      "opponent_id": 484870,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 20:22:12 UTC"
}