Player Data JSON

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

Carlos Alcaraz

Carlos Alcaraz

Spain ATP 1
74W - 8L 90,2% Win Rate Forma: WWWWWLWWWW

JSON Data

{
  "player": {
    "id": 519,
    "api_id": 275923,
    "name": "Carlos Alcaraz",
    "short_name": "C. Alcaraz",
    "country": "Spain",
    "country_code": "ES",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 3569175,
    "singles": 16.32,
    "doubles": 15.14,
    "ranking": 2,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 1,
    "points": 12050,
    "best_position": 1,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-29",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-28",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-27",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-26",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-25",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-24",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-23",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-22",
      "position": 1,
      "points": 12050
    },
    {
      "date": "2026-01-21",
      "position": 1,
      "points": 12050
    }
  ],
  "career_stats": {
    "total_matches": 82,
    "wins": 74,
    "losses": 8,
    "win_rate": 90.2
  },
  "surface_stats": {
    "hard": {
      "matches": 48,
      "wins": 42,
      "losses": 6,
      "win_rate": 87.5
    },
    "clay": {
      "matches": 22,
      "wins": 21,
      "losses": 1,
      "win_rate": 95.5
    },
    "grass": {
      "matches": 12,
      "wins": 11,
      "losses": 1,
      "win_rate": 91.7
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 31,
      "wins": 29,
      "losses": 2,
      "win_rate": 93.5
    },
    "Masters 1000": {
      "matches": 23,
      "wins": 20,
      "losses": 3,
      "win_rate": 87.0
    },
    "ATP 500": {
      "matches": 23,
      "wins": 21,
      "losses": 2,
      "win_rate": 91.3
    },
    "Otro": {
      "matches": 5,
      "wins": 4,
      "losses": 1,
      "win_rate": 80.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 82,
    "avg_aces_per_match": 6.1,
    "avg_double_faults_per_match": 2.8,
    "avg_first_serve_pct": 65.3,
    "avg_first_serve_won_pct": 75.9,
    "avg_second_serve_won_pct": 56.9,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-27",
      "opponent": "Alex de Minaur",
      "opponent_id": 201239,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 60.24096385542169,
        "first_serve_won_pct": 76.0,
        "second_serve_won_pct": 35.8974358974359,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-25",
      "opponent": "Tommy Paul",
      "opponent_id": 138546,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 73.40425531914893,
        "first_serve_won_pct": 78.26086956521739,
        "second_serve_won_pct": 43.18181818181818,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-23",
      "opponent": "Corentin Moutet",
      "opponent_id": 175014,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 3,
        "double_faults": 1,
        "first_serve_pct": 70.83333333333334,
        "first_serve_won_pct": 72.54901960784314,
        "second_serve_won_pct": 40.54054054054054,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-21",
      "opponent": "Yannick Hanfmann",
      "opponent_id": 47975,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 12,
        "double_faults": 3,
        "first_serve_pct": 62.16216216216216,
        "first_serve_won_pct": 68.11594202898551,
        "second_serve_won_pct": 44.73684210526316,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-18",
      "opponent": "Adam Walton",
      "opponent_id": 207575,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 8,
        "double_faults": 1,
        "first_serve_pct": 71.08433734939759,
        "first_serve_won_pct": 76.27118644067797,
        "second_serve_won_pct": 43.47826086956522,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-16",
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 0,
        "first_serve_pct": 68.05555555555556,
        "first_serve_won_pct": 73.46938775510205,
        "second_serve_won_pct": 54.285714285714285,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-15",
      "opponent": "Felix Auger-Aliassime",
      "opponent_id": 192013,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 1,
        "first_serve_pct": 74.50980392156863,
        "first_serve_won_pct": 81.57894736842105,
        "second_serve_won_pct": 56.25,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-13",
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 68.62745098039215,
        "first_serve_won_pct": 82.85714285714286,
        "second_serve_won_pct": 60.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-11",
      "opponent": "Taylor Fritz",
      "opponent_id": 136042,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 9,
        "double_faults": 2,
        "first_serve_pct": 64.0625,
        "first_serve_won_pct": 74.39024390243902,
        "second_serve_won_pct": 41.37931034482759,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-09",
      "opponent": "Alex de Minaur",
      "opponent_id": 201239,
      "tournament": "ATP Finals",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 62.5,
        "second_serve_won_pct": 42.857142857142854,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 9,
    "losses": 1,
    "form_string": "WWWWWLWWWW"
  },
  "head_to_head": [
    {
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "matches": 6,
      "wins": 4,
      "losses": 2
    },
    {
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "matches": 4,
      "wins": 4,
      "losses": 0
    },
    {
      "opponent": "Alex de Minaur",
      "opponent_id": 201239,
      "matches": 4,
      "wins": 4,
      "losses": 0
    },
    {
      "opponent": "Jiri Lehecka",
      "opponent_id": 254742,
      "matches": 3,
      "wins": 2,
      "losses": 1
    },
    {
      "opponent": "Taylor Fritz",
      "opponent_id": 136042,
      "matches": 3,
      "wins": 3,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 12,
          "wins": 11,
          "losses": 1,
          "win_rate": 91.7,
          "tournaments_played": 2,
          "tournaments_won": 1,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 4,
          "aces": 148,
          "double_faults": 53,
          "aces_per_match": 12.3,
          "double_faults_per_match": 4.4,
          "first_serve_pct": 72.2,
          "first_serve_won_pct": 79.4,
          "second_serve_won_pct": 61.9,
          "break_points_saved_pct": 76.4,
          "break_points_converted_pct": 47.9,
          "winners_total": 262,
          "unforced_errors_total": 239
        },
        "hardcourt_indoor": {
          "matches": 11,
          "wins": 9,
          "losses": 2,
          "win_rate": 81.8,
          "tournaments_played": 5,
          "tournaments_won": 1,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 3,
          "aces": 50,
          "double_faults": 15,
          "aces_per_match": 4.5,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 75.0,
          "first_serve_won_pct": 74.9,
          "second_serve_won_pct": 60.9,
          "break_points_saved_pct": 72.1,
          "break_points_converted_pct": 39.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 32,
          "wins": 28,
          "losses": 4,
          "win_rate": 87.5,
          "tournaments_played": 7,
          "tournaments_won": 3,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 217,
          "double_faults": 93,
          "aces_per_match": 6.8,
          "double_faults_per_match": 2.9,
          "first_serve_pct": 73.5,
          "first_serve_won_pct": 77.0,
          "second_serve_won_pct": 64.0,
          "break_points_saved_pct": 61.3,
          "break_points_converted_pct": 45.5,
          "winners_total": 419,
          "unforced_errors_total": 295
        },
        "red_clay": {
          "matches": 23,
          "wins": 22,
          "losses": 1,
          "win_rate": 95.7,
          "tournaments_played": 5,
          "tournaments_won": 3,
          "tiebreaks_won": 9,
          "tiebreaks_lost": 2,
          "aces": 53,
          "double_faults": 67,
          "aces_per_match": 2.3,
          "double_faults_per_match": 2.9,
          "first_serve_pct": 75.0,
          "first_serve_won_pct": 69.1,
          "second_serve_won_pct": 63.0,
          "break_points_saved_pct": 64.0,
          "break_points_converted_pct": 42.4,
          "winners_total": 324,
          "unforced_errors_total": 256
        }
      },
      "totals": {
        "matches": 78,
        "wins": 70,
        "tournaments_played": 19,
        "tournaments_won": 8,
        "aces": 468,
        "double_faults": 228,
        "win_rate": 89.7,
        "losses": 8
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 9,
          "wins": 8,
          "losses": 1,
          "win_rate": 88.9,
          "tournaments_played": 2,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 2,
          "aces": 72,
          "double_faults": 31,
          "aces_per_match": 8.0,
          "double_faults_per_match": 3.4,
          "first_serve_pct": 73.1,
          "first_serve_won_pct": 74.0,
          "second_serve_won_pct": 62.2,
          "break_points_saved_pct": 59.3,
          "break_points_converted_pct": 44.1,
          "winners_total": 312,
          "unforced_errors_total": 208
        },
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 36,
          "double_faults": 10,
          "aces_per_match": 7.2,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 75.8,
          "first_serve_won_pct": 74.5,
          "second_serve_won_pct": 58.1,
          "break_points_saved_pct": 75.0,
          "break_points_converted_pct": 42.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 27,
          "wins": 22,
          "losses": 5,
          "win_rate": 81.5,
          "tournaments_played": 7,
          "tournaments_won": 2,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 5,
          "aces": 123,
          "double_faults": 43,
          "aces_per_match": 4.6,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 73.7,
          "first_serve_won_pct": 76.1,
          "second_serve_won_pct": 64.1,
          "break_points_saved_pct": 60.9,
          "break_points_converted_pct": 40.4,
          "winners_total": 245,
          "unforced_errors_total": 194
        },
        "red_clay": {
          "matches": 21,
          "wins": 17,
          "losses": 4,
          "win_rate": 81.0,
          "tournaments_played": 6,
          "tournaments_won": 1,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 4,
          "aces": 55,
          "double_faults": 42,
          "aces_per_match": 2.6,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 69.1,
          "second_serve_won_pct": 60.8,
          "break_points_saved_pct": 67.2,
          "break_points_converted_pct": 43.4,
          "winners_total": 277,
          "unforced_errors_total": 255
        }
      },
      "totals": {
        "matches": 62,
        "wins": 49,
        "tournaments_played": 19,
        "tournaments_won": 4,
        "aces": 286,
        "double_faults": 126,
        "win_rate": 79.0,
        "losses": 13
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 12,
          "wins": 12,
          "losses": 0,
          "win_rate": 100.0,
          "tournaments_played": 2,
          "tournaments_won": 2,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 1,
          "aces": 73,
          "double_faults": 39,
          "aces_per_match": 6.1,
          "double_faults_per_match": 3.2,
          "first_serve_pct": 74.1,
          "first_serve_won_pct": 74.3,
          "second_serve_won_pct": 61.4,
          "break_points_saved_pct": 72.6,
          "break_points_converted_pct": 35.1,
          "winners_total": 287,
          "unforced_errors_total": 193
        },
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 28,
          "double_faults": 6,
          "aces_per_match": 5.6,
          "double_faults_per_match": 1.2,
          "first_serve_pct": 79.8,
          "first_serve_won_pct": 73.2,
          "second_serve_won_pct": 54.9,
          "break_points_saved_pct": 61.5,
          "break_points_converted_pct": 32.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 32,
          "wins": 26,
          "losses": 6,
          "win_rate": 81.2,
          "tournaments_played": 9,
          "tournaments_won": 1,
          "tiebreaks_won": 11,
          "tiebreaks_lost": 5,
          "aces": 120,
          "double_faults": 72,
          "aces_per_match": 3.8,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 74.8,
          "first_serve_won_pct": 71.9,
          "second_serve_won_pct": 64.0,
          "break_points_saved_pct": 64.2,
          "break_points_converted_pct": 35.3,
          "winners_total": 216,
          "unforced_errors_total": 149
        },
        "red_clay": {
          "matches": 28,
          "wins": 25,
          "losses": 3,
          "win_rate": 89.3,
          "tournaments_played": 6,
          "tournaments_won": 3,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 3,
          "aces": 95,
          "double_faults": 49,
          "aces_per_match": 3.4,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 78.5,
          "first_serve_won_pct": 67.9,
          "second_serve_won_pct": 64.6,
          "break_points_saved_pct": 62.9,
          "break_points_converted_pct": 48.5,
          "winners_total": 225,
          "unforced_errors_total": 203
        }
      },
      "totals": {
        "matches": 77,
        "wins": 65,
        "tournaments_played": 20,
        "tournaments_won": 6,
        "aces": 316,
        "double_faults": 166,
        "win_rate": 84.4,
        "losses": 12
      }
    }
  ],
  "data_generated_at": "2026-01-30 08:58:48 UTC"
}