Player Data JSON

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

Alejandro Davidovich Fokina

Alejandro Davidovich Fokina

Spain ATP 14
45W - 28L 61,6% Win Rate Forma: LWWLWWLLWW

JSON Data

{
  "player": {
    "id": 270,
    "api_id": 157456,
    "name": "Alejandro Davidovich Fokina",
    "short_name": "A. Davidovich Fokina",
    "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": 176778,
    "singles": 15.62,
    "doubles": 14.46,
    "ranking": 16,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 14,
    "points": 2635,
    "best_position": 14,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-29",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-28",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-27",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-26",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-25",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-24",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-23",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-22",
      "position": 14,
      "points": 2635
    },
    {
      "date": "2026-01-21",
      "position": 14,
      "points": 2635
    }
  ],
  "career_stats": {
    "total_matches": 73,
    "wins": 45,
    "losses": 28,
    "win_rate": 61.6
  },
  "surface_stats": {
    "hard": {
      "matches": 54,
      "wins": 33,
      "losses": 21,
      "win_rate": 61.1
    },
    "clay": {
      "matches": 12,
      "wins": 7,
      "losses": 5,
      "win_rate": 58.3
    },
    "grass": {
      "matches": 7,
      "wins": 5,
      "losses": 2,
      "win_rate": 71.4
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 12,
      "wins": 8,
      "losses": 4,
      "win_rate": 66.7
    },
    "Masters 1000": {
      "matches": 18,
      "wins": 9,
      "losses": 9,
      "win_rate": 50.0
    },
    "ATP 500": {
      "matches": 24,
      "wins": 17,
      "losses": 7,
      "win_rate": 70.8
    },
    "ATP 250": {
      "matches": 19,
      "wins": 11,
      "losses": 8,
      "win_rate": 57.9
    }
  },
  "average_match_stats": {
    "matches_with_stats": 73,
    "avg_aces_per_match": 3.6,
    "avg_double_faults_per_match": 2.1,
    "avg_first_serve_pct": 66.7,
    "avg_first_serve_won_pct": 67.6,
    "avg_second_serve_won_pct": 52.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-23",
      "opponent": "Tommy Paul",
      "opponent_id": 138546,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 4,
        "first_serve_pct": 60.78431372549019,
        "first_serve_won_pct": 48.38709677419355,
        "second_serve_won_pct": 40.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-21",
      "opponent": "Reilly Opelka",
      "opponent_id": 130400,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-2",
      "stats": {
        "aces": 12,
        "double_faults": 1,
        "first_serve_pct": 78.18181818181819,
        "first_serve_won_pct": 75.96899224806202,
        "second_serve_won_pct": 55.55555555555556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-19",
      "opponent": "Filip Misolic",
      "opponent_id": 216488,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 10,
        "double_faults": 3,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 60.71428571428571,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-16",
      "opponent": "Ugo Humbert",
      "opponent_id": 185388,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 71.84466019417476,
        "first_serve_won_pct": 70.27027027027027,
        "second_serve_won_pct": 53.57142857142857,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-15",
      "opponent": "Valentin Vacherot",
      "opponent_id": 158912,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 1,
        "first_serve_pct": 74.19354838709677,
        "first_serve_won_pct": 76.08695652173914,
        "second_serve_won_pct": 53.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-14",
      "opponent": "Rinky Hijikata",
      "opponent_id": 237452,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 58.139534883720934,
        "first_serve_won_pct": 76.0,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-06",
      "opponent": "Brandon Nakashima",
      "opponent_id": 235576,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 6,
        "double_faults": 1,
        "first_serve_pct": 62.5,
        "first_serve_won_pct": 68.88888888888889,
        "second_serve_won_pct": 55.55555555555556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-30",
      "opponent": "Alexander Zverev",
      "opponent_id": 57163,
      "tournament": "Paris",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 1,
        "first_serve_pct": 69.35483870967742,
        "first_serve_won_pct": 58.139534883720934,
        "second_serve_won_pct": 61.53846153846154,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-29",
      "opponent": "Arthur Cazaux",
      "opponent_id": 287803,
      "tournament": "Paris",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 5,
        "first_serve_pct": 70.12987012987013,
        "first_serve_won_pct": 79.62962962962963,
        "second_serve_won_pct": 47.368421052631575,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-28",
      "opponent": "Valentin Royer",
      "opponent_id": 255449,
      "tournament": "Paris",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 72.5,
        "first_serve_won_pct": 75.86206896551724,
        "second_serve_won_pct": 54.83870967741935,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 6,
    "losses": 4,
    "form_string": "LWWLWWLLWW"
  },
  "head_to_head": [
    {
      "opponent": "Taylor Fritz",
      "opponent_id": 136042,
      "matches": 4,
      "wins": 2,
      "losses": 2
    },
    {
      "opponent": "Jakub Mensik",
      "opponent_id": 372312,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Matteo Arnaldi",
      "opponent_id": 299538,
      "matches": 3,
      "wins": 2,
      "losses": 1
    },
    {
      "opponent": "Joao Fonseca",
      "opponent_id": 403869,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Frances Tiafoe",
      "opponent_id": 101101,
      "matches": 2,
      "wins": 1,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 7,
          "wins": 5,
          "losses": 2,
          "win_rate": 71.4,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 32,
          "double_faults": 22,
          "aces_per_match": 4.6,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 74.6,
          "first_serve_won_pct": 70.1,
          "second_serve_won_pct": 61.7,
          "break_points_saved_pct": 68.0,
          "break_points_converted_pct": 35.5,
          "winners_total": 113,
          "unforced_errors_total": 102
        },
        "hardcourt_indoor": {
          "matches": 10,
          "wins": 7,
          "losses": 3,
          "win_rate": 70.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 1,
          "aces": 34,
          "double_faults": 18,
          "aces_per_match": 3.4,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 70.2,
          "second_serve_won_pct": 55.9,
          "break_points_saved_pct": 71.9,
          "break_points_converted_pct": 28.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 36,
          "wins": 22,
          "losses": 14,
          "win_rate": 61.1,
          "tournaments_played": 14,
          "tournaments_won": 0,
          "tiebreaks_won": 13,
          "tiebreaks_lost": 8,
          "aces": 124,
          "double_faults": 82,
          "aces_per_match": 3.4,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 74.4,
          "first_serve_won_pct": 67.4,
          "second_serve_won_pct": 57.2,
          "break_points_saved_pct": 62.2,
          "break_points_converted_pct": 46.0,
          "winners_total": 183,
          "unforced_errors_total": 201
        },
        "red_clay": {
          "matches": 15,
          "wins": 9,
          "losses": 6,
          "win_rate": 60.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 3,
          "aces": 29,
          "double_faults": 20,
          "aces_per_match": 1.9,
          "double_faults_per_match": 1.3,
          "first_serve_pct": 76.2,
          "first_serve_won_pct": 64.3,
          "second_serve_won_pct": 54.3,
          "break_points_saved_pct": 66.4,
          "break_points_converted_pct": 38.6,
          "winners_total": 80,
          "unforced_errors_total": 92
        }
      },
      "totals": {
        "matches": 68,
        "wins": 43,
        "tournaments_played": 28,
        "tournaments_won": 0,
        "aces": 219,
        "double_faults": 142,
        "win_rate": 63.2,
        "losses": 25
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 14,
          "double_faults": 4,
          "aces_per_match": 14.0,
          "double_faults_per_match": 4.0,
          "first_serve_pct": 75.5,
          "first_serve_won_pct": 71.8,
          "second_serve_won_pct": 50.0,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 25.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_indoor": {
          "matches": 9,
          "wins": 5,
          "losses": 4,
          "win_rate": 55.6,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 3,
          "aces": 57,
          "double_faults": 17,
          "aces_per_match": 6.3,
          "double_faults_per_match": 1.9,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 75.3,
          "second_serve_won_pct": 54.2,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 40.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 25,
          "wins": 13,
          "losses": 12,
          "win_rate": 52.0,
          "tournaments_played": 12,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 9,
          "aces": 128,
          "double_faults": 67,
          "aces_per_match": 5.1,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 75.6,
          "first_serve_won_pct": 68.1,
          "second_serve_won_pct": 57.3,
          "break_points_saved_pct": 62.8,
          "break_points_converted_pct": 43.3,
          "winners_total": 112,
          "unforced_errors_total": 166
        },
        "red_clay": {
          "matches": 7,
          "wins": 2,
          "losses": 5,
          "win_rate": 28.6,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 4,
          "aces": 22,
          "double_faults": 16,
          "aces_per_match": 3.1,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 77.2,
          "first_serve_won_pct": 62.8,
          "second_serve_won_pct": 58.9,
          "break_points_saved_pct": 57.4,
          "break_points_converted_pct": 38.1,
          "winners_total": 115,
          "unforced_errors_total": 102
        }
      },
      "totals": {
        "matches": 42,
        "wins": 20,
        "tournaments_played": 25,
        "tournaments_won": 0,
        "aces": 221,
        "double_faults": 104,
        "win_rate": 47.6,
        "losses": 22
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 22,
          "double_faults": 10,
          "aces_per_match": 4.4,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 77.2,
          "first_serve_won_pct": 65.7,
          "second_serve_won_pct": 65.6,
          "break_points_saved_pct": 73.5,
          "break_points_converted_pct": 38.0,
          "winners_total": 100,
          "unforced_errors_total": 107
        },
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 0,
          "aces": 9,
          "double_faults": 9,
          "aces_per_match": 1.8,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 74.1,
          "first_serve_won_pct": 60.8,
          "second_serve_won_pct": 56.9,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 30.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 29,
          "wins": 18,
          "losses": 11,
          "win_rate": 62.1,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 4,
          "aces": 109,
          "double_faults": 55,
          "aces_per_match": 3.8,
          "double_faults_per_match": 1.9,
          "first_serve_pct": 75.7,
          "first_serve_won_pct": 67.5,
          "second_serve_won_pct": 59.8,
          "break_points_saved_pct": 60.8,
          "break_points_converted_pct": 50.0,
          "winners_total": 167,
          "unforced_errors_total": 194
        },
        "red_clay": {
          "matches": 17,
          "wins": 9,
          "losses": 8,
          "win_rate": 52.9,
          "tournaments_played": 8,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 7,
          "aces": 34,
          "double_faults": 28,
          "aces_per_match": 2.0,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 77.2,
          "first_serve_won_pct": 66.2,
          "second_serve_won_pct": 53.6,
          "break_points_saved_pct": 64.7,
          "break_points_converted_pct": 41.9,
          "winners_total": 106,
          "unforced_errors_total": 144
        }
      },
      "totals": {
        "matches": 56,
        "wins": 31,
        "tournaments_played": 26,
        "tournaments_won": 0,
        "aces": 174,
        "double_faults": 102,
        "win_rate": 55.4,
        "losses": 25
      }
    }
  ],
  "data_generated_at": "2026-01-30 11:39:22 UTC"
}