Player Data JSON

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

Joe Tyler

Joe Tyler

United Kingdom ATP
2W - 1L 66.7% Win Rate Forma: WWL

JSON Data

{
  "player": {
    "id": 2074,
    "api_id": 210087,
    "name": "Joe Tyler",
    "short_name": "J. Tyler",
    "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": 3631228,
    "singles": 12.38,
    "doubles": 13.11,
    "ranking": 1580,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "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": 2.3,
    "avg_first_serve_pct": 67.1,
    "avg_first_serve_won_pct": 59.7,
    "avg_second_serve_won_pct": 52.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-07",
      "opponent": "Otto Friedlein",
      "opponent_id": 1155475,
      "tournament": "UTR PTT Cardiff Men 02",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 77.27272727272727,
        "first_serve_won_pct": 70.58823529411765,
        "second_serve_won_pct": 20.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-06",
      "opponent": "Dylan Davies",
      "opponent_id": 1105214,
      "tournament": "UTR PTT Cardiff Men 02",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "0-0",
      "stats": {
        "aces": 0,
        "double_faults": 0,
        "first_serve_pct": 53.84615384615385,
        "first_serve_won_pct": 57.14285714285714,
        "second_serve_won_pct": 83.33333333333334,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-05",
      "opponent": "Raffaello Papajcik",
      "opponent_id": 412568,
      "tournament": "UTR PTT Cardiff Men 02",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 70.10309278350515,
        "first_serve_won_pct": 51.470588235294116,
        "second_serve_won_pct": 44.73684210526316,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 2,
    "losses": 1,
    "form_string": "WWL"
  },
  "head_to_head": [
    {
      "opponent": "Raffaello Papajcik",
      "opponent_id": 412568,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Dylan Davies",
      "opponent_id": 1105214,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Otto Friedlein",
      "opponent_id": 1155475,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-12 20:13:38 UTC"
}