Player Data JSON

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

Zdenek Kolar

Zdenek Kolar

Czechia ATP 176
10W - 6L 62.5% Win Rate Forma: LLWLWLWWWW

JSON Data

{
  "player": {
    "id": 784,
    "api_id": 132558,
    "name": "Zdenek Kolar",
    "short_name": "Z. Kolar",
    "country": "Czechia",
    "country_code": "CZ",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 87175,
    "singles": 14.48,
    "doubles": 13.72,
    "ranking": 176,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 176,
    "points": 331,
    "best_position": 111,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 176,
      "points": 331
    },
    {
      "date": "2025-12-09",
      "position": 176,
      "points": 331
    },
    {
      "date": "2025-12-08",
      "position": 176,
      "points": 331
    },
    {
      "date": "2025-12-07",
      "position": 176,
      "points": 331
    },
    {
      "date": "2025-12-06",
      "position": 176,
      "points": 331
    },
    {
      "date": "2025-12-05",
      "position": 176,
      "points": 331
    },
    {
      "date": "2025-12-04",
      "position": 176,
      "points": 331
    },
    {
      "date": "2025-12-03",
      "position": 176,
      "points": 331
    }
  ],
  "career_stats": {
    "total_matches": 16,
    "wins": 10,
    "losses": 6,
    "win_rate": 62.5
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 16,
      "wins": 10,
      "losses": 6,
      "win_rate": 62.5
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Challenger": {
      "matches": 16,
      "wins": 10,
      "losses": 6,
      "win_rate": 62.5
    }
  },
  "average_match_stats": {
    "matches_with_stats": 16,
    "avg_aces_per_match": 2.2,
    "avg_double_faults_per_match": 3.3,
    "avg_first_serve_pct": 63.2,
    "avg_first_serve_won_pct": 72.8,
    "avg_second_serve_won_pct": 56.9,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-11-26",
      "opponent": "Miguel Damas",
      "opponent_id": 192862,
      "tournament": "Maia, Portugal",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 3,
        "double_faults": 8,
        "first_serve_pct": 62.60869565217392,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 63.41463414634146,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-13",
      "opponent": "Carlos Taberner",
      "opponent_id": 108559,
      "tournament": "Montevideo, Uruguay",
      "surface": "clay",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 56.33802816901409,
        "first_serve_won_pct": 57.49999999999999,
        "second_serve_won_pct": 48.38709677419355,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-11",
      "opponent": "Joaquin Aguilar Cardozo",
      "opponent_id": 452586,
      "tournament": "Montevideo, Uruguay",
      "surface": "clay",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 3,
        "first_serve_pct": 56.09756097560976,
        "first_serve_won_pct": 82.6086956521739,
        "second_serve_won_pct": 26.666666666666668,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-08",
      "opponent": "Albert Ramos-Vinolas",
      "opponent_id": 16822,
      "tournament": "Valencia, Spain",
      "surface": "clay",
      "round": "Round of 16",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 5,
        "double_faults": 1,
        "first_serve_pct": 75.0,
        "first_serve_won_pct": 77.08333333333334,
        "second_serve_won_pct": 62.5,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-07",
      "opponent": "Carlos Sanchez Jover",
      "opponent_id": 196922,
      "tournament": "Valencia, Spain",
      "surface": "clay",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 4,
        "first_serve_pct": 61.702127659574465,
        "first_serve_won_pct": 62.06896551724138,
        "second_serve_won_pct": 26.31578947368421,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-20",
      "opponent": "Jan Choinski",
      "opponent_id": 105607,
      "tournament": "Bad Waltersdorf, Austria",
      "surface": "clay",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 55.932203389830505,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 42.30769230769231,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-19",
      "opponent": "Roman Andres Burruchaga",
      "opponent_id": 287181,
      "tournament": "Bad Waltersdorf, Austria",
      "surface": "clay",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 0,
        "double_faults": 4,
        "first_serve_pct": 59.32203389830508,
        "first_serve_won_pct": 77.14285714285715,
        "second_serve_won_pct": 30.434782608695656,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-18",
      "opponent": "Gabriele Piraino",
      "opponent_id": 381399,
      "tournament": "Bad Waltersdorf, Austria",
      "surface": "clay",
      "round": "Round of 16",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 6,
        "double_faults": 2,
        "first_serve_pct": 64.17910447761194,
        "first_serve_won_pct": 72.09302325581395,
        "second_serve_won_pct": 58.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-17",
      "opponent": "Matej Dodig",
      "opponent_id": 420876,
      "tournament": "Bad Waltersdorf, Austria",
      "surface": "clay",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 2,
        "first_serve_pct": 58.333333333333336,
        "first_serve_won_pct": 71.42857142857143,
        "second_serve_won_pct": 72.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-15",
      "opponent": "Neil Oberleitner",
      "opponent_id": 230344,
      "tournament": "Bad Waltersdorf, Austria",
      "surface": "clay",
      "round": "Qualification Final",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 65.78947368421053,
        "first_serve_won_pct": 92.0,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 6,
    "losses": 4,
    "form_string": "LLWLWLWWWW"
  },
  "head_to_head": [
    {
      "opponent": "Roman Andres Burruchaga",
      "opponent_id": 287181,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Carlos Sanchez Jover",
      "opponent_id": 196922,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Karue Sell",
      "opponent_id": 52057,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Luka Mikrut",
      "opponent_id": 349090,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Miguel Damas",
      "opponent_id": 192862,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 5,
          "wins": 3,
          "losses": 2,
          "win_rate": 60.0,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 0,
          "aces": 13,
          "double_faults": 17,
          "aces_per_match": 2.6,
          "double_faults_per_match": 3.4,
          "first_serve_pct": 71.0,
          "first_serve_won_pct": 61.9,
          "second_serve_won_pct": 53.1,
          "break_points_saved_pct": 75.0,
          "break_points_converted_pct": 38.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 49,
          "wins": 32,
          "losses": 17,
          "win_rate": 65.3,
          "tournaments_played": 22,
          "tournaments_won": 2,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 86,
          "double_faults": 172,
          "aces_per_match": 1.8,
          "double_faults_per_match": 3.5,
          "first_serve_pct": 71.9,
          "first_serve_won_pct": 68.8,
          "second_serve_won_pct": 55.0,
          "break_points_saved_pct": 64.1,
          "break_points_converted_pct": 40.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay_indoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 3,
          "double_faults": 8,
          "aces_per_match": 3.0,
          "double_faults_per_match": 8.0,
          "first_serve_pct": 72.8,
          "first_serve_won_pct": 66.7,
          "second_serve_won_pct": 40.0,
          "break_points_saved_pct": 45.5,
          "break_points_converted_pct": 66.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 55,
        "wins": 35,
        "tournaments_played": 25,
        "tournaments_won": 2,
        "aces": 102,
        "double_faults": 197,
        "win_rate": 63.6,
        "losses": 20
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 9,
          "wins": 4,
          "losses": 5,
          "win_rate": 44.4,
          "tournaments_played": 9,
          "tournaments_won": 1,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 28,
          "double_faults": 14,
          "aces_per_match": 3.1,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 75.1,
          "first_serve_won_pct": 67.9,
          "second_serve_won_pct": 48.4,
          "break_points_saved_pct": 47.1,
          "break_points_converted_pct": 34.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 13,
          "double_faults": 5,
          "aces_per_match": 4.3,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 73.9,
          "first_serve_won_pct": 60.3,
          "second_serve_won_pct": 59.4,
          "break_points_saved_pct": 62.5,
          "break_points_converted_pct": 44.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 16,
          "wins": 8,
          "losses": 8,
          "win_rate": 50.0,
          "tournaments_played": 13,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 3,
          "aces": 17,
          "double_faults": 50,
          "aces_per_match": 1.1,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 72.3,
          "first_serve_won_pct": 61.4,
          "second_serve_won_pct": 54.2,
          "break_points_saved_pct": 54.5,
          "break_points_converted_pct": 51.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 28,
        "wins": 13,
        "tournaments_played": 24,
        "tournaments_won": 1,
        "aces": 58,
        "double_faults": 69,
        "win_rate": 46.4,
        "losses": 15
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 4,
          "double_faults": 3,
          "aces_per_match": 4.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 77.8,
          "first_serve_won_pct": 55.7,
          "second_serve_won_pct": 59.4,
          "break_points_saved_pct": 75.0,
          "break_points_converted_pct": 23.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 3,
          "wins": 2,
          "losses": 1,
          "win_rate": 66.7,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 7,
          "double_faults": 9,
          "aces_per_match": 2.3,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 76.2,
          "first_serve_won_pct": 68.4,
          "second_serve_won_pct": 56.7,
          "break_points_saved_pct": 70.6,
          "break_points_converted_pct": 23.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 20,
          "tournaments_won": 1,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 0,
          "double_faults": 3,
          "aces_per_match": 0.0,
          "double_faults_per_match": 1.5,
          "first_serve_pct": 79.7,
          "first_serve_won_pct": 65.9,
          "second_serve_won_pct": 57.7,
          "break_points_saved_pct": 63.6,
          "break_points_converted_pct": 41.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 6,
        "wins": 3,
        "tournaments_played": 30,
        "tournaments_won": 1,
        "aces": 11,
        "double_faults": 15,
        "win_rate": 50.0,
        "losses": 3
      }
    }
  ],
  "data_generated_at": "2025-12-10 08:18:30 UTC"
}