Player Data JSON

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

Lambert Ruland

Lambert Ruland

Germany ATP
1W - 2L 33,3% Win Rate Forma: LWL

JSON Data

{
  "player": {
    "id": 3474,
    "api_id": 389490,
    "name": "Lambert Ruland",
    "short_name": "L. Ruland",
    "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": 4356451,
    "singles": 12.0,
    "doubles": null,
    "ranking": 1516,
    "division": "General",
    "is_pro": false,
    "updated_at": "2026-01-18"
  },
  "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": 1.0,
    "avg_double_faults_per_match": 3.3,
    "avg_first_serve_pct": 52.1,
    "avg_first_serve_won_pct": 60.9,
    "avg_second_serve_won_pct": 50.3,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-31",
      "opponent": "Antreas Djakouris",
      "opponent_id": 252748,
      "tournament": "UTR PTT Newport Beach Men 19",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 58.108108108108105,
        "first_serve_won_pct": 60.46511627906976,
        "second_serve_won_pct": 65.38461538461539,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-29",
      "opponent": "Winston Lee",
      "opponent_id": 1072331,
      "tournament": "UTR PTT Newport Beach Men 19",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 1,
        "double_faults": 2,
        "first_serve_pct": 55.932203389830505,
        "first_serve_won_pct": 69.6969696969697,
        "second_serve_won_pct": 53.84615384615385,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-28",
      "opponent": "Hudson Rivera",
      "opponent_id": 338695,
      "tournament": "UTR PTT Newport Beach Men 19",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 7,
        "first_serve_pct": 42.22222222222222,
        "first_serve_won_pct": 52.63157894736842,
        "second_serve_won_pct": 42.30769230769231,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 1,
    "losses": 2,
    "form_string": "LWL"
  },
  "head_to_head": [
    {
      "opponent": "Antreas Djakouris",
      "opponent_id": 252748,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Winston Lee",
      "opponent_id": 1072331,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Hudson Rivera",
      "opponent_id": 338695,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 17:04:20 UTC"
}