Player Data JSON

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

Tim Heger

Tim Heger

Germany ATP
2W - 3L 40,0% Win Rate Forma: LLWWL

JSON Data

{
  "player": {
    "id": 2645,
    "api_id": 188965,
    "name": "Tim Heger",
    "short_name": "T. Heger",
    "country": "Germany",
    "country_code": "DE",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 208924,
    "singles": 12.0,
    "doubles": null,
    "ranking": 1992,
    "division": "General",
    "is_pro": false,
    "updated_at": "2026-01-18"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 5,
    "wins": 2,
    "losses": 3,
    "win_rate": 40.0
  },
  "surface_stats": {
    "hard": {
      "matches": 5,
      "wins": 2,
      "losses": 3,
      "win_rate": 40.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": 5,
      "wins": 2,
      "losses": 3,
      "win_rate": 40.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 5,
    "avg_aces_per_match": 3.6,
    "avg_double_faults_per_match": 2.8,
    "avg_first_serve_pct": 67.0,
    "avg_first_serve_won_pct": 62.2,
    "avg_second_serve_won_pct": 47.5,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-19",
      "opponent": "Cian McDonnell",
      "opponent_id": 530869,
      "tournament": "UTR Carvoeiro M01",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 67.27272727272727,
        "first_serve_won_pct": 59.45945945945946,
        "second_serve_won_pct": 44.44444444444444,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-18",
      "opponent": "Max van Nunen",
      "opponent_id": 257555,
      "tournament": "UTR Carvoeiro M01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 6,
        "first_serve_pct": 61.702127659574465,
        "first_serve_won_pct": 48.275862068965516,
        "second_serve_won_pct": 57.89473684210527,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-15",
      "opponent": "Deni Zmak",
      "opponent_id": 115253,
      "tournament": "UTR Carvoeiro M01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 2,
        "double_faults": 2,
        "first_serve_pct": 67.0103092783505,
        "first_serve_won_pct": 64.61538461538461,
        "second_serve_won_pct": 41.86046511627907,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-14",
      "opponent": "Ivan Perez Martin",
      "opponent_id": 380966,
      "tournament": "UTR Carvoeiro M01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 7,
        "double_faults": 1,
        "first_serve_pct": 74.0,
        "first_serve_won_pct": 78.37837837837837,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-12",
      "opponent": "Marcel Volz",
      "opponent_id": 484851,
      "tournament": "UTR Carvoeiro M01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 6,
        "double_faults": 4,
        "first_serve_pct": 64.94845360824742,
        "first_serve_won_pct": 60.317460317460316,
        "second_serve_won_pct": 58.82352941176471,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 5,
    "wins": 2,
    "losses": 3,
    "form_string": "LLWWL"
  },
  "head_to_head": [
    {
      "opponent": "Ivan Perez Martin",
      "opponent_id": 380966,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Deni Zmak",
      "opponent_id": 115253,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Max van Nunen",
      "opponent_id": 257555,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Cian McDonnell",
      "opponent_id": 530869,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Marcel Volz",
      "opponent_id": 484851,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 11:26:51 UTC"
}