Player Data JSON

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

Cesar Cruz

Cesar Cruz

El Salvador ATP
1W - 4L 20,0% Win Rate Forma: LLWLL

JSON Data

{
  "player": {
    "id": 3808,
    "api_id": 449714,
    "name": "Cesar Cruz",
    "short_name": "C. Cruz",
    "country": "El Salvador",
    "country_code": "SV",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 2688092,
    "singles": 12.73,
    "doubles": 12.83,
    "ranking": 1857,
    "division": "General",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 5,
    "wins": 1,
    "losses": 4,
    "win_rate": 20.0
  },
  "surface_stats": {
    "hard": {
      "matches": 5,
      "wins": 1,
      "losses": 4,
      "win_rate": 20.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": 1,
      "losses": 4,
      "win_rate": 20.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 5,
    "avg_aces_per_match": 1.8,
    "avg_double_faults_per_match": 3.4,
    "avg_first_serve_pct": 63.6,
    "avg_first_serve_won_pct": 63.8,
    "avg_second_serve_won_pct": 39.4,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-21",
      "opponent": "David Duong",
      "opponent_id": 418895,
      "tournament": "UTR PTT Newport Beach Men 18",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 64.81481481481481,
        "first_serve_won_pct": 57.14285714285714,
        "second_serve_won_pct": 56.52173913043478,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-19",
      "opponent": "Niels Hoffmann",
      "opponent_id": 528093,
      "tournament": "UTR PTT Newport Beach Men 18",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 2,
        "first_serve_pct": 66.0377358490566,
        "first_serve_won_pct": 51.42857142857142,
        "second_serve_won_pct": 64.28571428571429,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-18",
      "opponent": "Alessandro-Damiano Ventre",
      "opponent_id": 85585,
      "tournament": "UTR PTT Newport Beach Men 18",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 6,
        "double_faults": 3,
        "first_serve_pct": 64.1025641025641,
        "first_serve_won_pct": 84.0,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-16",
      "opponent": "Avery Tallakson",
      "opponent_id": 482270,
      "tournament": "UTR PTT Newport Beach Men 18",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 61.224489795918366,
        "first_serve_won_pct": 68.33333333333333,
        "second_serve_won_pct": 35.714285714285715,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-15",
      "opponent": "Andy Nguyen",
      "opponent_id": 1109002,
      "tournament": "UTR PTT Newport Beach Men 18",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 2,
        "first_serve_pct": 62.0,
        "first_serve_won_pct": 58.06451612903226,
        "second_serve_won_pct": 70.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 5,
    "wins": 1,
    "losses": 4,
    "form_string": "LLWLL"
  },
  "head_to_head": [
    {
      "opponent": "David Duong",
      "opponent_id": 418895,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Alessandro-Damiano Ventre",
      "opponent_id": 85585,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Avery Tallakson",
      "opponent_id": 482270,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Niels Hoffmann",
      "opponent_id": 528093,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Andy Nguyen",
      "opponent_id": 1109002,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 19:55:07 UTC"
}