Player Data JSON

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

Botic Van de Zandschulp

Botic Van de Zandschulp

Netherlands ATP 54
37W - 37L 50.0% Win Rate Forma: WWLWLWWWLW

JSON Data

{
  "player": {
    "id": 318,
    "api_id": 102339,
    "name": "Botic Van de Zandschulp",
    "short_name": "B. Van de Zandschulp",
    "country": "Netherlands",
    "country_code": "NL",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 59419,
    "singles": 15.29,
    "doubles": 14.44,
    "ranking": 50,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-04-26"
  },
  "current_ranking": {
    "position": 54,
    "points": 898,
    "best_position": 22,
    "date": "2026-05-08"
  },
  "ranking_history": [
    {
      "date": "2026-05-08",
      "position": 54,
      "points": 898
    },
    {
      "date": "2026-05-07",
      "position": 54,
      "points": 898
    },
    {
      "date": "2026-05-06",
      "position": 54,
      "points": 898
    },
    {
      "date": "2026-05-05",
      "position": 54,
      "points": 898
    },
    {
      "date": "2026-05-04",
      "position": 52,
      "points": 918
    },
    {
      "date": "2026-05-03",
      "position": 52,
      "points": 918
    },
    {
      "date": "2026-05-02",
      "position": 52,
      "points": 918
    },
    {
      "date": "2026-05-01",
      "position": 52,
      "points": 918
    },
    {
      "date": "2026-04-30",
      "position": 52,
      "points": 918
    },
    {
      "date": "2026-04-29",
      "position": 52,
      "points": 918
    }
  ],
  "career_stats": {
    "total_matches": 74,
    "wins": 37,
    "losses": 37,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 48,
      "wins": 23,
      "losses": 25,
      "win_rate": 47.9
    },
    "clay": {
      "matches": 23,
      "wins": 13,
      "losses": 10,
      "win_rate": 56.5
    },
    "grass": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 8,
      "wins": 3,
      "losses": 5,
      "win_rate": 37.5
    },
    "Masters 1000": {
      "matches": 15,
      "wins": 8,
      "losses": 7,
      "win_rate": 53.3
    },
    "ATP 500": {
      "matches": 23,
      "wins": 12,
      "losses": 11,
      "win_rate": 52.2
    },
    "ATP 250": {
      "matches": 28,
      "wins": 14,
      "losses": 14,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 74,
    "avg_aces_per_match": 6.0,
    "avg_double_faults_per_match": 4.3,
    "avg_first_serve_pct": 61.4,
    "avg_first_serve_won_pct": 72.4,
    "avg_second_serve_won_pct": 47.0,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-05-08",
      "opponent": "Aleksandar Kovacevic",
      "opponent_id": 187608,
      "tournament": "ATP Rome Masters",
      "surface": "clay",
      "round": "Round of 64",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 7,
        "double_faults": 3,
        "first_serve_pct": 63.63636363636363,
        "first_serve_won_pct": 71.42857142857143,
        "second_serve_won_pct": 61.29032258064516,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-05-06",
      "opponent": "Alexandre Muller",
      "opponent_id": 88992,
      "tournament": "ATP Rome Masters",
      "surface": "clay",
      "round": "Round of 128",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 2,
        "first_serve_pct": 55.55555555555556,
        "first_serve_won_pct": 80.0,
        "second_serve_won_pct": 75.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-16",
      "opponent": "Francisco Cerundolo",
      "opponent_id": 221012,
      "tournament": "Munich",
      "surface": "clay",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 4,
        "first_serve_pct": 57.407407407407405,
        "first_serve_won_pct": 48.38709677419355,
        "second_serve_won_pct": 65.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-13",
      "opponent": "Marc-Andrea Huesler",
      "opponent_id": 145112,
      "tournament": "Munich",
      "surface": "clay",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 5,
        "first_serve_pct": 66.19718309859155,
        "first_serve_won_pct": 68.08510638297872,
        "second_serve_won_pct": 45.714285714285715,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-04",
      "opponent": "Mariano Navone",
      "opponent_id": 271389,
      "tournament": "Bucharest",
      "surface": "clay",
      "round": "Semifinals",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 66.08695652173913,
        "first_serve_won_pct": 60.526315789473685,
        "second_serve_won_pct": 53.84615384615385,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-03",
      "opponent": "Damir Džumhur",
      "opponent_id": 49172,
      "tournament": "Bucharest",
      "surface": "clay",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 64.0625,
        "first_serve_won_pct": 65.85365853658537,
        "second_serve_won_pct": 69.56521739130434,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-01",
      "opponent": "Alexander Shevchenko",
      "opponent_id": 264344,
      "tournament": "Bucharest",
      "surface": "clay",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 6,
        "double_faults": 5,
        "first_serve_pct": 68.33333333333333,
        "first_serve_won_pct": 70.73170731707317,
        "second_serve_won_pct": 26.31578947368421,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-03-31",
      "opponent": "Francesco Maestrelli",
      "opponent_id": 261017,
      "tournament": "Bucharest",
      "surface": "clay",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 3,
        "first_serve_pct": 65.45454545454545,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 52.63157894736842,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-03-20",
      "opponent": "Taylor Fritz",
      "opponent_id": 136042,
      "tournament": "Miami",
      "surface": "hard",
      "round": "Round of 64",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 10,
        "double_faults": 1,
        "first_serve_pct": 55.78947368421052,
        "first_serve_won_pct": 83.01886792452831,
        "second_serve_won_pct": 59.375,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-03-19",
      "opponent": "Denis Shapovalov",
      "opponent_id": 117916,
      "tournament": "Miami",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 5,
        "first_serve_pct": 75.34246575342466,
        "first_serve_won_pct": 76.36363636363637,
        "second_serve_won_pct": 22.22222222222222,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 7,
    "losses": 3,
    "form_string": "WWLWLWWWLW"
  },
  "head_to_head": [
    {
      "opponent": "Alex de Minaur",
      "opponent_id": 201239,
      "matches": 3,
      "wins": 0,
      "losses": 3
    },
    {
      "opponent": "Nishesh Basavareddy",
      "opponent_id": 407164,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Matteo Arnaldi",
      "opponent_id": 299538,
      "matches": 2,
      "wins": 2,
      "losses": 0
    },
    {
      "opponent": "Novak Djokovic",
      "opponent_id": 14882,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Jan-Lennard Struff",
      "opponent_id": 46391,
      "matches": 2,
      "wins": 1,
      "losses": 1
    }
  ],
  "upcoming_matches": [
    {
      "date": "2026-05-10 09:00",
      "opponent": "Karen Khachanov",
      "opponent_id": 90080,
      "tournament": "ATP Rome Masters",
      "surface": "clay",
      "round": "Round of 32",
      "odds_player": 2.38,
      "odds_opponent": 1.5699999999999998
    }
  ],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 28,
          "double_faults": 21,
          "aces_per_match": 9.3,
          "double_faults_per_match": 7.0,
          "first_serve_pct": 72.3,
          "first_serve_won_pct": 71.8,
          "second_serve_won_pct": 51.2,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 25.8,
          "winners_total": 56,
          "unforced_errors_total": 83
        },
        "hardcourt_indoor": {
          "matches": 9,
          "wins": 3,
          "losses": 6,
          "win_rate": 33.3,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 73,
          "double_faults": 42,
          "aces_per_match": 8.1,
          "double_faults_per_match": 4.7,
          "first_serve_pct": 71.9,
          "first_serve_won_pct": 76.5,
          "second_serve_won_pct": 61.0,
          "break_points_saved_pct": 78.7,
          "break_points_converted_pct": 32.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 24,
          "wins": 13,
          "losses": 11,
          "win_rate": 54.2,
          "tournaments_played": 10,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 7,
          "aces": 113,
          "double_faults": 102,
          "aces_per_match": 4.7,
          "double_faults_per_match": 4.2,
          "first_serve_pct": 71.2,
          "first_serve_won_pct": 69.6,
          "second_serve_won_pct": 56.9,
          "break_points_saved_pct": 59.1,
          "break_points_converted_pct": 43.8,
          "winners_total": 49,
          "unforced_errors_total": 83
        },
        "red_clay": {
          "matches": 18,
          "wins": 9,
          "losses": 9,
          "win_rate": 50.0,
          "tournaments_played": 10,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 76,
          "double_faults": 68,
          "aces_per_match": 4.2,
          "double_faults_per_match": 3.8,
          "first_serve_pct": 71.8,
          "first_serve_won_pct": 70.6,
          "second_serve_won_pct": 49.7,
          "break_points_saved_pct": 59.2,
          "break_points_converted_pct": 35.8,
          "winners_total": 30,
          "unforced_errors_total": 51
        }
      },
      "totals": {
        "matches": 54,
        "wins": 26,
        "tournaments_played": 30,
        "tournaments_won": 0,
        "aces": 290,
        "double_faults": 233,
        "win_rate": 48.1,
        "losses": 28
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 27,
          "double_faults": 25,
          "aces_per_match": 9.0,
          "double_faults_per_match": 8.3,
          "first_serve_pct": 69.6,
          "first_serve_won_pct": 77.2,
          "second_serve_won_pct": 48.1,
          "break_points_saved_pct": 63.2,
          "break_points_converted_pct": 38.7,
          "winners_total": 69,
          "unforced_errors_total": 82
        },
        "hardcourt_indoor": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 41,
          "double_faults": 20,
          "aces_per_match": 5.9,
          "double_faults_per_match": 2.9,
          "first_serve_pct": 73.0,
          "first_serve_won_pct": 70.0,
          "second_serve_won_pct": 52.3,
          "break_points_saved_pct": 68.0,
          "break_points_converted_pct": 35.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 20,
          "wins": 9,
          "losses": 11,
          "win_rate": 45.0,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 5,
          "aces": 96,
          "double_faults": 74,
          "aces_per_match": 4.8,
          "double_faults_per_match": 3.7,
          "first_serve_pct": 73.0,
          "first_serve_won_pct": 70.6,
          "second_serve_won_pct": 54.6,
          "break_points_saved_pct": 61.1,
          "break_points_converted_pct": 40.9,
          "winners_total": 93,
          "unforced_errors_total": 140
        },
        "red_clay": {
          "matches": 28,
          "wins": 16,
          "losses": 12,
          "win_rate": 57.1,
          "tournaments_played": 12,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 6,
          "aces": 93,
          "double_faults": 104,
          "aces_per_match": 3.3,
          "double_faults_per_match": 3.7,
          "first_serve_pct": 72.2,
          "first_serve_won_pct": 68.4,
          "second_serve_won_pct": 54.0,
          "break_points_saved_pct": 56.5,
          "break_points_converted_pct": 39.9,
          "winners_total": 14,
          "unforced_errors_total": 33
        }
      },
      "totals": {
        "matches": 58,
        "wins": 29,
        "tournaments_played": 29,
        "tournaments_won": 0,
        "aces": 257,
        "double_faults": 223,
        "win_rate": 50.0,
        "losses": 29
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 4,
          "wins": 1,
          "losses": 3,
          "win_rate": 25.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 0,
          "aces": 37,
          "double_faults": 22,
          "aces_per_match": 9.2,
          "double_faults_per_match": 5.5,
          "first_serve_pct": 75.8,
          "first_serve_won_pct": 67.1,
          "second_serve_won_pct": 56.2,
          "break_points_saved_pct": 57.5,
          "break_points_converted_pct": 26.5,
          "winners_total": 94,
          "unforced_errors_total": 99
        },
        "hardcourt_indoor": {
          "matches": 11,
          "wins": 5,
          "losses": 6,
          "win_rate": 45.5,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 3,
          "aces": 71,
          "double_faults": 33,
          "aces_per_match": 6.5,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 73.9,
          "first_serve_won_pct": 69.5,
          "second_serve_won_pct": 52.3,
          "break_points_saved_pct": 64.8,
          "break_points_converted_pct": 31.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 16,
          "wins": 8,
          "losses": 8,
          "win_rate": 50.0,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 100,
          "double_faults": 58,
          "aces_per_match": 6.2,
          "double_faults_per_match": 3.6,
          "first_serve_pct": 74.7,
          "first_serve_won_pct": 67.9,
          "second_serve_won_pct": 54.3,
          "break_points_saved_pct": 65.7,
          "break_points_converted_pct": 40.3,
          "winners_total": 121,
          "unforced_errors_total": 149
        },
        "red_clay": {
          "matches": 10,
          "wins": 4,
          "losses": 6,
          "win_rate": 40.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 2,
          "aces": 30,
          "double_faults": 38,
          "aces_per_match": 3.0,
          "double_faults_per_match": 3.8,
          "first_serve_pct": 73.5,
          "first_serve_won_pct": 65.4,
          "second_serve_won_pct": 52.0,
          "break_points_saved_pct": 55.8,
          "break_points_converted_pct": 32.7,
          "winners_total": 37,
          "unforced_errors_total": 62
        }
      },
      "totals": {
        "matches": 41,
        "wins": 18,
        "tournaments_played": 25,
        "tournaments_won": 0,
        "aces": 238,
        "double_faults": 151,
        "win_rate": 43.9,
        "losses": 23
      }
    }
  ],
  "data_generated_at": "2026-05-09 00:34:35 UTC"
}