Player Data JSON

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

Alessandro-Damiano Ventre

Alessandro-Damiano Ventre

Brazil ATP
1W - 2L 33.3% Win Rate Forma: LWL

JSON Data

{
  "player": {
    "id": 2084,
    "api_id": 85585,
    "name": "Alessandro-Damiano Ventre",
    "short_name": "A. Ventre",
    "country": "Brazil",
    "country_code": "BR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": null,
  "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": 2.3,
    "avg_double_faults_per_match": 4.3,
    "avg_first_serve_pct": 62.3,
    "avg_first_serve_won_pct": 66.7,
    "avg_second_serve_won_pct": 51.2,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-07",
      "opponent": "Ford McCollum",
      "opponent_id": 1124064,
      "tournament": "UTR PTT Newport Beach Men 17",
      "surface": "hard",
      "round": "Final",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 2,
        "double_faults": 8,
        "first_serve_pct": 55.208333333333336,
        "first_serve_won_pct": 71.69811320754717,
        "second_serve_won_pct": 34.883720930232556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-06",
      "opponent": "Santiago Perez",
      "opponent_id": 195954,
      "tournament": "UTR PTT Newport Beach Men 17",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 3,
        "first_serve_pct": 76.19047619047619,
        "first_serve_won_pct": 72.91666666666666,
        "second_serve_won_pct": 40.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-05",
      "opponent": "Aleksa Ciric",
      "opponent_id": 294343,
      "tournament": "UTR PTT Newport Beach Men 17",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 2,
        "first_serve_pct": 55.38461538461539,
        "first_serve_won_pct": 55.55555555555556,
        "second_serve_won_pct": 48.0,
        "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": "Santiago Perez",
      "opponent_id": 195954,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Aleksa Ciric",
      "opponent_id": 294343,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Ford McCollum",
      "opponent_id": 1124064,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-10 11:18:04 UTC"
}