Player Data JSON

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

Marcus Walters

Marcus Walters

United Kingdom ATP
2W - 0L 100.0% Win Rate Forma: WW

JSON Data

{
  "player": {
    "id": 2063,
    "api_id": 135828,
    "name": "Marcus Walters",
    "short_name": "M. Walters",
    "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": 74948,
    "singles": 13.09,
    "doubles": 12.92,
    "ranking": 1025,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 2,
    "wins": 2,
    "losses": 0,
    "win_rate": 100.0
  },
  "surface_stats": {
    "hard": {
      "matches": 2,
      "wins": 2,
      "losses": 0,
      "win_rate": 100.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": 2,
      "wins": 2,
      "losses": 0,
      "win_rate": 100.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 2,
    "avg_aces_per_match": 4.0,
    "avg_double_faults_per_match": 0.5,
    "avg_first_serve_pct": 68.9,
    "avg_first_serve_won_pct": 72.5,
    "avg_second_serve_won_pct": 55.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-07",
      "opponent": "James Story",
      "opponent_id": 266305,
      "tournament": "UTR PTT Cardiff Men 02",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 6,
        "double_faults": 1,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 77.41935483870968,
        "second_serve_won_pct": 58.06451612903226,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-06",
      "opponent": "Jeremy Gschwendtner",
      "opponent_id": 202495,
      "tournament": "UTR PTT Cardiff Men 02",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 71.15384615384616,
        "first_serve_won_pct": 67.56756756756756,
        "second_serve_won_pct": 53.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 2,
    "wins": 2,
    "losses": 0,
    "form_string": "WW"
  },
  "head_to_head": [
    {
      "opponent": "James Story",
      "opponent_id": 266305,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Jeremy Gschwendtner",
      "opponent_id": 202495,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 9,
          "double_faults": 5,
          "aces_per_match": 4.5,
          "double_faults_per_match": 2.5,
          "first_serve_pct": 77.9,
          "first_serve_won_pct": 60.5,
          "second_serve_won_pct": 58.7,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 33.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 2,
        "wins": 1,
        "tournaments_played": 7,
        "tournaments_won": 0,
        "aces": 9,
        "double_faults": 5,
        "win_rate": 50.0,
        "losses": 1
      }
    }
  ],
  "data_generated_at": "2025-12-10 14:08:42 UTC"
}