Player Data JSON

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

Nicolas Villalon Valdes

Nicolas Villalon Valdes

Chile ATP
2W - 2L 50.0% Win Rate Forma: LWWL

JSON Data

{
  "player": {
    "id": 4726,
    "api_id": 395251,
    "name": "Nicolas Villalon Valdes",
    "short_name": "N. Villalon Valdes",
    "country": "Chile",
    "country_code": "CL",
    "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": 4,
    "wins": 2,
    "losses": 2,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 4,
      "wins": 2,
      "losses": 2,
      "win_rate": 50.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "ATP 250": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    },
    "Challenger": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    }
  },
  "average_match_stats": {
    "matches_with_stats": 4,
    "avg_aces_per_match": 3.5,
    "avg_double_faults_per_match": 3.0,
    "avg_first_serve_pct": 56.1,
    "avg_first_serve_won_pct": 69.4,
    "avg_second_serve_won_pct": 44.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-04-06",
      "opponent": "Bruno Fernandez",
      "opponent_id": 393631,
      "tournament": "Campinas, Brazil",
      "surface": "clay",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 0,
        "first_serve_pct": 52.38095238095239,
        "first_serve_won_pct": 45.45454545454545,
        "second_serve_won_pct": 35.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-05",
      "opponent": "Marcco Iannoni",
      "opponent_id": 1212038,
      "tournament": "Campinas, Brazil",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 5,
        "first_serve_pct": 50.76923076923077,
        "first_serve_won_pct": 81.81818181818183,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-03-01",
      "opponent": "Rafael Tosetto",
      "opponent_id": 210981,
      "tournament": "Brasilia, Brazil",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 5,
        "first_serve_pct": 57.377049180327866,
        "first_serve_won_pct": 82.85714285714286,
        "second_serve_won_pct": 46.15384615384615,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-21",
      "opponent": "Andrea Pellegrino",
      "opponent_id": 93597,
      "tournament": "Santiago",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 63.793103448275865,
        "first_serve_won_pct": 67.56756756756756,
        "second_serve_won_pct": 47.61904761904761,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 2,
    "losses": 2,
    "form_string": "LWWL"
  },
  "head_to_head": [
    {
      "opponent": "Andrea Pellegrino",
      "opponent_id": 93597,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Rafael Tosetto",
      "opponent_id": 210981,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Bruno Fernandez",
      "opponent_id": 393631,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Marcco Iannoni",
      "opponent_id": 1212038,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-05-09 00:34:30 UTC"
}