Player Data JSON

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

Tomas Machac

Tomas Machac

Czechia ATP 24
27W - 19L 58,7% Win Rate Forma: LWWWWWWWLL

JSON Data

{
  "player": {
    "id": 508,
    "api_id": 238300,
    "name": "Tomas Machac",
    "short_name": "T. Machac",
    "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": 182561,
    "singles": 15.26,
    "doubles": 14.5,
    "ranking": 56,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 24,
    "points": 1610,
    "best_position": 20,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-29",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-28",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-27",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-26",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-25",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-24",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-23",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-22",
      "position": 24,
      "points": 1610
    },
    {
      "date": "2026-01-21",
      "position": 24,
      "points": 1610
    }
  ],
  "career_stats": {
    "total_matches": 46,
    "wins": 27,
    "losses": 19,
    "win_rate": 58.7
  },
  "surface_stats": {
    "hard": {
      "matches": 34,
      "wins": 22,
      "losses": 12,
      "win_rate": 64.7
    },
    "clay": {
      "matches": 7,
      "wins": 2,
      "losses": 5,
      "win_rate": 28.6
    },
    "grass": {
      "matches": 5,
      "wins": 3,
      "losses": 2,
      "win_rate": 60.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 13,
      "wins": 8,
      "losses": 5,
      "win_rate": 61.5
    },
    "Masters 1000": {
      "matches": 13,
      "wins": 5,
      "losses": 8,
      "win_rate": 38.5
    },
    "ATP 500": {
      "matches": 13,
      "wins": 9,
      "losses": 4,
      "win_rate": 69.2
    },
    "ATP 250": {
      "matches": 7,
      "wins": 5,
      "losses": 2,
      "win_rate": 71.4
    }
  },
  "average_match_stats": {
    "matches_with_stats": 46,
    "avg_aces_per_match": 6.6,
    "avg_double_faults_per_match": 2.9,
    "avg_first_serve_pct": 63.4,
    "avg_first_serve_won_pct": 72.2,
    "avg_second_serve_won_pct": 53.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-23",
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "2-3",
      "stats": {
        "aces": 3,
        "double_faults": 3,
        "first_serve_pct": 77.66497461928934,
        "first_serve_won_pct": 57.51633986928104,
        "second_serve_won_pct": 43.18181818181818,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-22",
      "opponent": "Stefanos Tsitsipas",
      "opponent_id": 122366,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-1",
      "stats": {
        "aces": 6,
        "double_faults": 6,
        "first_serve_pct": 69.7841726618705,
        "first_serve_won_pct": 69.0721649484536,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-20",
      "opponent": "Grigor Dimitrov",
      "opponent_id": 23581,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 21,
        "double_faults": 1,
        "first_serve_pct": 70.73170731707317,
        "first_serve_won_pct": 77.58620689655173,
        "second_serve_won_pct": 62.5,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-17",
      "opponent": "Ugo Humbert",
      "opponent_id": 185388,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 5,
        "double_faults": 1,
        "first_serve_pct": 68.36734693877551,
        "first_serve_won_pct": 73.13432835820896,
        "second_serve_won_pct": 58.06451612903226,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-16",
      "opponent": "Tommy Paul",
      "opponent_id": 138546,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 8,
        "double_faults": 2,
        "first_serve_pct": 61.904761904761905,
        "first_serve_won_pct": 78.84615384615384,
        "second_serve_won_pct": 54.54545454545454,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-15",
      "opponent": "Jaume Munar",
      "opponent_id": 126356,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 60.65573770491803,
        "first_serve_won_pct": 75.67567567567568,
        "second_serve_won_pct": 52.94117647058824,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-14",
      "opponent": "Quentin Halys",
      "opponent_id": 90798,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 6,
        "double_faults": 2,
        "first_serve_pct": 67.79661016949152,
        "first_serve_won_pct": 72.5,
        "second_serve_won_pct": 39.130434782608695,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-13",
      "opponent": "James Duckworth",
      "opponent_id": 39711,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 11,
        "double_faults": 0,
        "first_serve_pct": 66.0,
        "first_serve_won_pct": 87.87878787878788,
        "second_serve_won_pct": 58.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-05",
      "opponent": "Jiri Lehecka",
      "opponent_id": 254742,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 8,
        "double_faults": 5,
        "first_serve_pct": 65.13761467889908,
        "first_serve_won_pct": 70.4225352112676,
        "second_serve_won_pct": 44.73684210526316,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-27",
      "opponent": "Flavio Cobolli",
      "opponent_id": 273680,
      "tournament": "Paris",
      "surface": "hard",
      "round": "Round of 64",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 4,
        "first_serve_pct": 56.81818181818182,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 47.368421052631575,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 7,
    "losses": 3,
    "form_string": "LWWWWWWWLL"
  },
  "head_to_head": [
    {
      "opponent": "Reilly Opelka",
      "opponent_id": 130400,
      "matches": 3,
      "wins": 2,
      "losses": 1
    },
    {
      "opponent": "Quentin Halys",
      "opponent_id": 90798,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Flavio Cobolli",
      "opponent_id": 273680,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Tommy Paul",
      "opponent_id": 138546,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Learner Tien",
      "opponent_id": 412818,
      "matches": 2,
      "wins": 2,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 5,
          "wins": 3,
          "losses": 2,
          "win_rate": 60.0,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 39,
          "double_faults": 15,
          "aces_per_match": 7.8,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 73.8,
          "first_serve_won_pct": 72.7,
          "second_serve_won_pct": 63.1,
          "break_points_saved_pct": 54.5,
          "break_points_converted_pct": 37.1,
          "winners_total": 90,
          "unforced_errors_total": 55
        },
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 33,
          "double_faults": 10,
          "aces_per_match": 6.6,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 74.1,
          "first_serve_won_pct": 68.6,
          "second_serve_won_pct": 59.3,
          "break_points_saved_pct": 52.2,
          "break_points_converted_pct": 47.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 24,
          "wins": 15,
          "losses": 9,
          "win_rate": 62.5,
          "tournaments_played": 9,
          "tournaments_won": 1,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 3,
          "aces": 157,
          "double_faults": 88,
          "aces_per_match": 6.5,
          "double_faults_per_match": 3.7,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 72.9,
          "second_serve_won_pct": 62.0,
          "break_points_saved_pct": 66.4,
          "break_points_converted_pct": 44.2,
          "winners_total": 200,
          "unforced_errors_total": 189
        },
        "red_clay": {
          "matches": 7,
          "wins": 2,
          "losses": 5,
          "win_rate": 28.6,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 32,
          "double_faults": 23,
          "aces_per_match": 4.6,
          "double_faults_per_match": 3.3,
          "first_serve_pct": 71.7,
          "first_serve_won_pct": 67.2,
          "second_serve_won_pct": 52.4,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 39.5,
          "winners_total": 17,
          "unforced_errors_total": 12
        }
      },
      "totals": {
        "matches": 41,
        "wins": 22,
        "tournaments_played": 21,
        "tournaments_won": 1,
        "aces": 261,
        "double_faults": 136,
        "win_rate": 53.7,
        "losses": 19
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 12,
          "double_faults": 4,
          "aces_per_match": 4.0,
          "double_faults_per_match": 1.3,
          "first_serve_pct": 74.9,
          "first_serve_won_pct": 58.4,
          "second_serve_won_pct": 52.7,
          "break_points_saved_pct": 42.9,
          "break_points_converted_pct": 36.6,
          "winners_total": 75,
          "unforced_errors_total": 102
        },
        "hardcourt_indoor": {
          "matches": 9,
          "wins": 5,
          "losses": 4,
          "win_rate": 55.6,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 52,
          "double_faults": 18,
          "aces_per_match": 5.8,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 72.6,
          "first_serve_won_pct": 70.6,
          "second_serve_won_pct": 61.1,
          "break_points_saved_pct": 65.8,
          "break_points_converted_pct": 50.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 33,
          "wins": 22,
          "losses": 11,
          "win_rate": 66.7,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 9,
          "tiebreaks_lost": 8,
          "aces": 193,
          "double_faults": 94,
          "aces_per_match": 5.8,
          "double_faults_per_match": 2.8,
          "first_serve_pct": 72.6,
          "first_serve_won_pct": 74.0,
          "second_serve_won_pct": 57.0,
          "break_points_saved_pct": 65.2,
          "break_points_converted_pct": 40.8,
          "winners_total": 242,
          "unforced_errors_total": 210
        },
        "red_clay": {
          "matches": 14,
          "wins": 9,
          "losses": 5,
          "win_rate": 64.3,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 53,
          "double_faults": 37,
          "aces_per_match": 3.8,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 77.0,
          "first_serve_won_pct": 62.5,
          "second_serve_won_pct": 63.3,
          "break_points_saved_pct": 54.5,
          "break_points_converted_pct": 50.9,
          "winners_total": 115,
          "unforced_errors_total": 144
        }
      },
      "totals": {
        "matches": 59,
        "wins": 37,
        "tournaments_played": 24,
        "tournaments_won": 0,
        "aces": 310,
        "double_faults": 153,
        "win_rate": 62.7,
        "losses": 22
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 4,
          "wins": 3,
          "losses": 1,
          "win_rate": 75.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 26,
          "double_faults": 9,
          "aces_per_match": 6.5,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 75.0,
          "first_serve_won_pct": 68.0,
          "second_serve_won_pct": 52.0,
          "break_points_saved_pct": 63.3,
          "break_points_converted_pct": 31.4,
          "winners_total": 36,
          "unforced_errors_total": 52
        },
        "hardcourt_indoor": {
          "matches": 4,
          "wins": 2,
          "losses": 2,
          "win_rate": 50.0,
          "tournaments_played": 7,
          "tournaments_won": 2,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 18,
          "double_faults": 9,
          "aces_per_match": 4.5,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 72.6,
          "first_serve_won_pct": 73.3,
          "second_serve_won_pct": 58.7,
          "break_points_saved_pct": 69.0,
          "break_points_converted_pct": 48.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 2,
          "losses": 4,
          "win_rate": 33.3,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 3,
          "aces": 29,
          "double_faults": 15,
          "aces_per_match": 4.8,
          "double_faults_per_match": 2.5,
          "first_serve_pct": 75.9,
          "first_serve_won_pct": 69.2,
          "second_serve_won_pct": 53.3,
          "break_points_saved_pct": 60.5,
          "break_points_converted_pct": 32.6,
          "winners_total": 46,
          "unforced_errors_total": 54
        },
        "red_clay": {
          "matches": 4,
          "wins": 2,
          "losses": 2,
          "win_rate": 50.0,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 9,
          "double_faults": 3,
          "aces_per_match": 2.2,
          "double_faults_per_match": 0.8,
          "first_serve_pct": 72.4,
          "first_serve_won_pct": 63.0,
          "second_serve_won_pct": 55.4,
          "break_points_saved_pct": 74.3,
          "break_points_converted_pct": 30.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 18,
        "wins": 9,
        "tournaments_played": 28,
        "tournaments_won": 2,
        "aces": 82,
        "double_faults": 36,
        "win_rate": 50.0,
        "losses": 9
      }
    }
  ],
  "data_generated_at": "2026-01-30 08:34:49 UTC"
}