Player Data JSON

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

Alexander Zverev

Alexander Zverev

Germany ATP 3
57W - 24L 70,4% Win Rate Forma: WWWWWLWLLW

JSON Data

{
  "player": {
    "id": 510,
    "api_id": 57163,
    "name": "Alexander Zverev",
    "short_name": "A. Zverev",
    "country": "Germany",
    "country_code": "DE",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 52294,
    "singles": 15.74,
    "doubles": 14.19,
    "ranking": 10,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 3,
    "points": 5105,
    "best_position": 2,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-29",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-28",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-27",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-26",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-25",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-24",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-23",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-22",
      "position": 3,
      "points": 5105
    },
    {
      "date": "2026-01-21",
      "position": 3,
      "points": 5105
    }
  ],
  "career_stats": {
    "total_matches": 81,
    "wins": 57,
    "losses": 24,
    "win_rate": 70.4
  },
  "surface_stats": {
    "hard": {
      "matches": 49,
      "wins": 35,
      "losses": 14,
      "win_rate": 71.4
    },
    "clay": {
      "matches": 24,
      "wins": 17,
      "losses": 7,
      "win_rate": 70.8
    },
    "grass": {
      "matches": 8,
      "wins": 5,
      "losses": 3,
      "win_rate": 62.5
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 20,
      "wins": 16,
      "losses": 4,
      "win_rate": 80.0
    },
    "Masters 1000": {
      "matches": 28,
      "wins": 19,
      "losses": 9,
      "win_rate": 67.9
    },
    "ATP 500": {
      "matches": 23,
      "wins": 17,
      "losses": 6,
      "win_rate": 73.9
    },
    "ATP 250": {
      "matches": 5,
      "wins": 3,
      "losses": 2,
      "win_rate": 60.0
    },
    "Otro": {
      "matches": 5,
      "wins": 2,
      "losses": 3,
      "win_rate": 40.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 81,
    "avg_aces_per_match": 7.6,
    "avg_double_faults_per_match": 1.9,
    "avg_first_serve_pct": 73.8,
    "avg_first_serve_won_pct": 72.6,
    "avg_second_serve_won_pct": 54.2,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-27",
      "opponent": "Learner Tien",
      "opponent_id": 412818,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "3-1",
      "stats": {
        "aces": 24,
        "double_faults": 1,
        "first_serve_pct": 73.68421052631578,
        "first_serve_won_pct": 76.53061224489795,
        "second_serve_won_pct": 46.34146341463415,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-25",
      "opponent": "Francisco Cerundolo",
      "opponent_id": 221012,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 7,
        "double_faults": 2,
        "first_serve_pct": 80.0,
        "first_serve_won_pct": 80.0,
        "second_serve_won_pct": 44.11764705882353,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-23",
      "opponent": "Cameron Norrie",
      "opponent_id": 95935,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "3-1",
      "stats": {
        "aces": 16,
        "double_faults": 1,
        "first_serve_pct": 74.52830188679245,
        "first_serve_won_pct": 77.21518987341773,
        "second_serve_won_pct": 54.54545454545454,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-21",
      "opponent": "Alexandre Muller",
      "opponent_id": 88992,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-1",
      "stats": {
        "aces": 17,
        "double_faults": 1,
        "first_serve_pct": 68.51851851851852,
        "first_serve_won_pct": 71.62162162162163,
        "second_serve_won_pct": 46.15384615384615,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-18",
      "opponent": "Gabriel Diallo",
      "opponent_id": 280151,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-1",
      "stats": {
        "aces": 15,
        "double_faults": 1,
        "first_serve_pct": 74.48979591836735,
        "first_serve_won_pct": 83.56164383561644,
        "second_serve_won_pct": 38.70967741935484,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-05",
      "opponent": "Hubert Hurkacz",
      "opponent_id": 158896,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 7,
        "double_faults": 0,
        "first_serve_pct": 86.95652173913044,
        "first_serve_won_pct": 62.5,
        "second_serve_won_pct": 40.909090909090914,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-04",
      "opponent": "Tallon Griekspoor",
      "opponent_id": 122368,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 15,
        "double_faults": 0,
        "first_serve_pct": 75.0,
        "first_serve_won_pct": 88.88888888888889,
        "second_serve_won_pct": 23.076923076923077,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-14",
      "opponent": "Felix Auger-Aliassime",
      "opponent_id": 192013,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 9,
        "double_faults": 2,
        "first_serve_pct": 76.92307692307693,
        "first_serve_won_pct": 71.66666666666667,
        "second_serve_won_pct": 65.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-12",
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 7,
        "double_faults": 0,
        "first_serve_pct": 82.6923076923077,
        "first_serve_won_pct": 72.09302325581395,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-09",
      "opponent": "Ben Shelton",
      "opponent_id": 385485,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 0,
        "first_serve_pct": 81.48148148148148,
        "first_serve_won_pct": 84.0909090909091,
        "second_serve_won_pct": 23.809523809523807,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 7,
    "losses": 3,
    "form_string": "WWWWWLWLLW"
  },
  "head_to_head": [
    {
      "opponent": "Francisco Cerundolo",
      "opponent_id": 221012,
      "matches": 4,
      "wins": 2,
      "losses": 2
    },
    {
      "opponent": "Ben Shelton",
      "opponent_id": 385485,
      "matches": 4,
      "wins": 4,
      "losses": 0
    },
    {
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "matches": 4,
      "wins": 0,
      "losses": 4
    },
    {
      "opponent": "Jacob Fearnley",
      "opponent_id": 275948,
      "matches": 4,
      "wins": 4,
      "losses": 0
    },
    {
      "opponent": "Tallon Griekspoor",
      "opponent_id": 122368,
      "matches": 4,
      "wins": 3,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 9,
          "wins": 6,
          "losses": 3,
          "win_rate": 66.7,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 9,
          "tiebreaks_lost": 3,
          "aces": 91,
          "double_faults": 16,
          "aces_per_match": 10.1,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 82.1,
          "first_serve_won_pct": 77.3,
          "second_serve_won_pct": 55.9,
          "break_points_saved_pct": 76.3,
          "break_points_converted_pct": 24.4,
          "winners_total": 63,
          "unforced_errors_total": 34
        },
        "hardcourt_indoor": {
          "matches": 12,
          "wins": 8,
          "losses": 4,
          "win_rate": 66.7,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 69,
          "double_faults": 8,
          "aces_per_match": 5.8,
          "double_faults_per_match": 0.7,
          "first_serve_pct": 80.6,
          "first_serve_won_pct": 73.1,
          "second_serve_won_pct": 55.4,
          "break_points_saved_pct": 58.7,
          "break_points_converted_pct": 31.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 33,
          "wins": 24,
          "losses": 9,
          "win_rate": 72.7,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 7,
          "aces": 262,
          "double_faults": 73,
          "aces_per_match": 7.9,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 78.5,
          "first_serve_won_pct": 71.9,
          "second_serve_won_pct": 59.6,
          "break_points_saved_pct": 67.9,
          "break_points_converted_pct": 37.9,
          "winners_total": 279,
          "unforced_errors_total": 274
        },
        "red_clay": {
          "matches": 25,
          "wins": 18,
          "losses": 7,
          "win_rate": 72.0,
          "tournaments_played": 8,
          "tournaments_won": 1,
          "tiebreaks_won": 9,
          "tiebreaks_lost": 2,
          "aces": 120,
          "double_faults": 63,
          "aces_per_match": 4.8,
          "double_faults_per_match": 2.5,
          "first_serve_pct": 77.1,
          "first_serve_won_pct": 69.7,
          "second_serve_won_pct": 63.6,
          "break_points_saved_pct": 63.6,
          "break_points_converted_pct": 39.9,
          "winners_total": 147,
          "unforced_errors_total": 148
        }
      },
      "totals": {
        "matches": 79,
        "wins": 56,
        "tournaments_played": 25,
        "tournaments_won": 1,
        "aces": 542,
        "double_faults": 160,
        "win_rate": 70.9,
        "losses": 23
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 8,
          "wins": 6,
          "losses": 2,
          "win_rate": 75.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 4,
          "aces": 112,
          "double_faults": 13,
          "aces_per_match": 14.0,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 78.4,
          "first_serve_won_pct": 83.0,
          "second_serve_won_pct": 62.6,
          "break_points_saved_pct": 78.6,
          "break_points_converted_pct": 34.5,
          "winners_total": 178,
          "unforced_errors_total": 117
        },
        "hardcourt_indoor": {
          "matches": 12,
          "wins": 10,
          "losses": 2,
          "win_rate": 83.3,
          "tournaments_played": 4,
          "tournaments_won": 1,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 2,
          "aces": 114,
          "double_faults": 20,
          "aces_per_match": 9.5,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 78.5,
          "first_serve_won_pct": 80.6,
          "second_serve_won_pct": 67.9,
          "break_points_saved_pct": 78.6,
          "break_points_converted_pct": 39.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 39,
          "wins": 29,
          "losses": 10,
          "win_rate": 74.4,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 15,
          "tiebreaks_lost": 12,
          "aces": 375,
          "double_faults": 94,
          "aces_per_match": 9.6,
          "double_faults_per_match": 2.4,
          "first_serve_pct": 77.5,
          "first_serve_won_pct": 75.5,
          "second_serve_won_pct": 59.8,
          "break_points_saved_pct": 72.0,
          "break_points_converted_pct": 39.2,
          "winners_total": 485,
          "unforced_errors_total": 461
        },
        "red_clay": {
          "matches": 29,
          "wins": 23,
          "losses": 6,
          "win_rate": 79.3,
          "tournaments_played": 7,
          "tournaments_won": 1,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 2,
          "aces": 217,
          "double_faults": 62,
          "aces_per_match": 7.5,
          "double_faults_per_match": 2.1,
          "first_serve_pct": 78.7,
          "first_serve_won_pct": 75.2,
          "second_serve_won_pct": 58.6,
          "break_points_saved_pct": 59.8,
          "break_points_converted_pct": 35.4,
          "winners_total": 297,
          "unforced_errors_total": 255
        }
      },
      "totals": {
        "matches": 88,
        "wins": 68,
        "tournaments_played": 23,
        "tournaments_won": 2,
        "aces": 818,
        "double_faults": 189,
        "win_rate": 77.3,
        "losses": 20
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 7,
          "wins": 5,
          "losses": 2,
          "win_rate": 71.4,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 80,
          "double_faults": 18,
          "aces_per_match": 11.4,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 76.2,
          "first_serve_won_pct": 79.9,
          "second_serve_won_pct": 64.3,
          "break_points_saved_pct": 83.3,
          "break_points_converted_pct": 36.1,
          "winners_total": 133,
          "unforced_errors_total": 70
        },
        "hardcourt_indoor": {
          "matches": 11,
          "wins": 7,
          "losses": 4,
          "win_rate": 63.6,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 4,
          "aces": 96,
          "double_faults": 15,
          "aces_per_match": 8.7,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 82.5,
          "first_serve_won_pct": 72.5,
          "second_serve_won_pct": 63.0,
          "break_points_saved_pct": 71.4,
          "break_points_converted_pct": 30.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 33,
          "wins": 22,
          "losses": 11,
          "win_rate": 66.7,
          "tournaments_played": 12,
          "tournaments_won": 1,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 8,
          "aces": 299,
          "double_faults": 87,
          "aces_per_match": 9.1,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 78.0,
          "first_serve_won_pct": 73.2,
          "second_serve_won_pct": 56.5,
          "break_points_saved_pct": 57.1,
          "break_points_converted_pct": 33.1,
          "winners_total": 296,
          "unforced_errors_total": 278
        },
        "red_clay": {
          "matches": 27,
          "wins": 20,
          "losses": 7,
          "win_rate": 74.1,
          "tournaments_played": 8,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 5,
          "aces": 156,
          "double_faults": 97,
          "aces_per_match": 5.8,
          "double_faults_per_match": 3.6,
          "first_serve_pct": 75.8,
          "first_serve_won_pct": 73.9,
          "second_serve_won_pct": 53.2,
          "break_points_saved_pct": 64.5,
          "break_points_converted_pct": 43.4,
          "winners_total": 241,
          "unforced_errors_total": 238
        }
      },
      "totals": {
        "matches": 78,
        "wins": 54,
        "tournaments_played": 26,
        "tournaments_won": 2,
        "aces": 631,
        "double_faults": 217,
        "win_rate": 69.2,
        "losses": 24
      }
    }
  ],
  "data_generated_at": "2026-01-30 08:58:47 UTC"
}