Player Data JSON

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

Rinky Hijikata

Rinky Hijikata

Australia ATP 114
19W - 27L 41,3% Win Rate Forma: LWLWLWWLWL

JSON Data

{
  "player": {
    "id": 264,
    "api_id": 237452,
    "name": "Rinky Hijikata",
    "short_name": "R. Hijikata",
    "country": "Australia",
    "country_code": "AU",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 5617011,
    "singles": 14.82,
    "doubles": 14.56,
    "ranking": 110,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 114,
    "points": 542,
    "best_position": 62,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-29",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-28",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-27",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-26",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-25",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-24",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-23",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-22",
      "position": 114,
      "points": 542
    },
    {
      "date": "2026-01-21",
      "position": 114,
      "points": 542
    }
  ],
  "career_stats": {
    "total_matches": 46,
    "wins": 19,
    "losses": 27,
    "win_rate": 41.3
  },
  "surface_stats": {
    "hard": {
      "matches": 35,
      "wins": 17,
      "losses": 18,
      "win_rate": 48.6
    },
    "clay": {
      "matches": 7,
      "wins": 1,
      "losses": 6,
      "win_rate": 14.3
    },
    "grass": {
      "matches": 4,
      "wins": 1,
      "losses": 3,
      "win_rate": 25.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 7,
      "wins": 2,
      "losses": 5,
      "win_rate": 28.6
    },
    "Masters 1000": {
      "matches": 10,
      "wins": 4,
      "losses": 6,
      "win_rate": 40.0
    },
    "ATP 500": {
      "matches": 6,
      "wins": 2,
      "losses": 4,
      "win_rate": 33.3
    },
    "ATP 250": {
      "matches": 23,
      "wins": 11,
      "losses": 12,
      "win_rate": 47.8
    }
  },
  "average_match_stats": {
    "matches_with_stats": 46,
    "avg_aces_per_match": 4.1,
    "avg_double_faults_per_match": 2.3,
    "avg_first_serve_pct": 63.1,
    "avg_first_serve_won_pct": 66.7,
    "avg_second_serve_won_pct": 49.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-22",
      "opponent": "Valentin Vacherot",
      "opponent_id": 158912,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "L",
      "score": "1-3",
      "stats": {
        "aces": 5,
        "double_faults": 5,
        "first_serve_pct": 79.81651376146789,
        "first_serve_won_pct": 63.2183908045977,
        "second_serve_won_pct": 55.172413793103445,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-19",
      "opponent": "Adrian Mannarino",
      "opponent_id": 15894,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 4,
        "double_faults": 3,
        "first_serve_pct": 94.56521739130434,
        "first_serve_won_pct": 67.81609195402298,
        "second_serve_won_pct": 20.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-14",
      "opponent": "Alejandro Davidovich Fokina",
      "opponent_id": 157456,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 56.451612903225815,
        "first_serve_won_pct": 54.285714285714285,
        "second_serve_won_pct": 33.33333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-13",
      "opponent": "Tristan Schoolkate",
      "opponent_id": 275471,
      "tournament": "Adelaide",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 1,
        "first_serve_pct": 65.38461538461539,
        "first_serve_won_pct": 76.47058823529412,
        "second_serve_won_pct": 72.22222222222221,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-08",
      "opponent": "Giovanni Mpetshi Perricard",
      "opponent_id": 289146,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 72.07207207207207,
        "first_serve_won_pct": 76.25,
        "second_serve_won_pct": 66.66666666666666,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-06",
      "opponent": "Adam Walton",
      "opponent_id": 207575,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 7,
        "double_faults": 0,
        "first_serve_pct": 61.111111111111114,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-03",
      "opponent": "Filip Misolic",
      "opponent_id": 216488,
      "tournament": "Brisbane",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 11,
        "double_faults": 3,
        "first_serve_pct": 63.07692307692307,
        "first_serve_won_pct": 78.04878048780488,
        "second_serve_won_pct": 45.16129032258064,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-15",
      "opponent": "Flavio Cobolli",
      "opponent_id": 273680,
      "tournament": "Almaty",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 3,
        "first_serve_pct": 59.09090909090909,
        "first_serve_won_pct": 71.7948717948718,
        "second_serve_won_pct": 52.94117647058824,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-14",
      "opponent": "Timofey Skatov",
      "opponent_id": 229275,
      "tournament": "Almaty",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 6,
        "double_faults": 2,
        "first_serve_pct": 66.33663366336634,
        "first_serve_won_pct": 62.68656716417911,
        "second_serve_won_pct": 56.00000000000001,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-12",
      "opponent": "Ugo Blanchet",
      "opponent_id": 200777,
      "tournament": "Almaty",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 1,
        "first_serve_pct": 55.55555555555556,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 61.53846153846154,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 5,
    "losses": 5,
    "form_string": "LWLWLWWLWL"
  },
  "head_to_head": [
    {
      "opponent": "David Goffin",
      "opponent_id": 25838,
      "matches": 3,
      "wins": 2,
      "losses": 1
    },
    {
      "opponent": "Brandon Nakashima",
      "opponent_id": 235576,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Adam Walton",
      "opponent_id": 207575,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Novak Djokovic",
      "opponent_id": 14882,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Adrian Mannarino",
      "opponent_id": 15894,
      "matches": 2,
      "wins": 2,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 4,
          "wins": 1,
          "losses": 3,
          "win_rate": 25.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 16,
          "double_faults": 8,
          "aces_per_match": 4.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 72.1,
          "first_serve_won_pct": 68.6,
          "second_serve_won_pct": 58.7,
          "break_points_saved_pct": 64.3,
          "break_points_converted_pct": 33.3,
          "winners_total": 53,
          "unforced_errors_total": 29
        },
        "hardcourt_indoor": {
          "matches": 11,
          "wins": 6,
          "losses": 5,
          "win_rate": 54.5,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 46,
          "double_faults": 17,
          "aces_per_match": 4.2,
          "double_faults_per_match": 1.5,
          "first_serve_pct": 71.9,
          "first_serve_won_pct": 66.2,
          "second_serve_won_pct": 58.8,
          "break_points_saved_pct": 56.9,
          "break_points_converted_pct": 56.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 36,
          "wins": 20,
          "losses": 16,
          "win_rate": 55.6,
          "tournaments_played": 17,
          "tournaments_won": 1,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 6,
          "aces": 144,
          "double_faults": 89,
          "aces_per_match": 4.0,
          "double_faults_per_match": 2.5,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 68.0,
          "second_serve_won_pct": 54.6,
          "break_points_saved_pct": 63.7,
          "break_points_converted_pct": 35.7,
          "winners_total": 45,
          "unforced_errors_total": 62
        },
        "red_clay": {
          "matches": 11,
          "wins": 4,
          "losses": 7,
          "win_rate": 36.4,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 26,
          "double_faults": 32,
          "aces_per_match": 2.4,
          "double_faults_per_match": 2.9,
          "first_serve_pct": 72.5,
          "first_serve_won_pct": 68.4,
          "second_serve_won_pct": 55.2,
          "break_points_saved_pct": 69.8,
          "break_points_converted_pct": 41.2,
          "winners_total": 19,
          "unforced_errors_total": 32
        }
      },
      "totals": {
        "matches": 62,
        "wins": 31,
        "tournaments_played": 32,
        "tournaments_won": 1,
        "aces": 232,
        "double_faults": 146,
        "win_rate": 50.0,
        "losses": 31
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 10,
          "wins": 5,
          "losses": 5,
          "win_rate": 50.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 47,
          "double_faults": 30,
          "aces_per_match": 4.7,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 71.6,
          "first_serve_won_pct": 72.7,
          "second_serve_won_pct": 50.5,
          "break_points_saved_pct": 61.5,
          "break_points_converted_pct": 32.4,
          "winners_total": 35,
          "unforced_errors_total": 35
        },
        "hardcourt_indoor": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 8,
          "double_faults": 4,
          "aces_per_match": 4.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 68.5,
          "first_serve_won_pct": 76.5,
          "second_serve_won_pct": 61.1,
          "break_points_saved_pct": 77.8,
          "break_points_converted_pct": 18.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 50,
          "wins": 29,
          "losses": 21,
          "win_rate": 58.0,
          "tournaments_played": 22,
          "tournaments_won": 1,
          "tiebreaks_won": 20,
          "tiebreaks_lost": 8,
          "aces": 215,
          "double_faults": 143,
          "aces_per_match": 4.3,
          "double_faults_per_match": 2.9,
          "first_serve_pct": 70.7,
          "first_serve_won_pct": 68.6,
          "second_serve_won_pct": 54.5,
          "break_points_saved_pct": 58.2,
          "break_points_converted_pct": 40.6,
          "winners_total": 110,
          "unforced_errors_total": 99
        },
        "red_clay": {
          "matches": 7,
          "wins": 1,
          "losses": 6,
          "win_rate": 14.3,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 14,
          "double_faults": 16,
          "aces_per_match": 2.0,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 72.8,
          "first_serve_won_pct": 61.6,
          "second_serve_won_pct": 50.5,
          "break_points_saved_pct": 61.6,
          "break_points_converted_pct": 36.4,
          "winners_total": 33,
          "unforced_errors_total": 33
        }
      },
      "totals": {
        "matches": 69,
        "wins": 36,
        "tournaments_played": 34,
        "tournaments_won": 1,
        "aces": 284,
        "double_faults": 193,
        "win_rate": 52.2,
        "losses": 33
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 8,
          "wins": 5,
          "losses": 3,
          "win_rate": 62.5,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 4,
          "aces": 40,
          "double_faults": 16,
          "aces_per_match": 5.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 73.8,
          "first_serve_won_pct": 73.1,
          "second_serve_won_pct": 57.9,
          "break_points_saved_pct": 63.2,
          "break_points_converted_pct": 33.9,
          "winners_total": 24,
          "unforced_errors_total": 13
        },
        "hardcourt_indoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 3,
          "double_faults": 0,
          "aces_per_match": 3.0,
          "double_faults_per_match": 0.0,
          "first_serve_pct": 76.1,
          "first_serve_won_pct": 67.6,
          "second_serve_won_pct": 23.5,
          "break_points_saved_pct": 55.6,
          "break_points_converted_pct": 14.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 14,
          "wins": 7,
          "losses": 7,
          "win_rate": 50.0,
          "tournaments_played": 23,
          "tournaments_won": 1,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 53,
          "double_faults": 53,
          "aces_per_match": 3.8,
          "double_faults_per_match": 3.8,
          "first_serve_pct": 71.8,
          "first_serve_won_pct": 65.5,
          "second_serve_won_pct": 51.1,
          "break_points_saved_pct": 58.5,
          "break_points_converted_pct": 35.3,
          "winners_total": 202,
          "unforced_errors_total": 207
        },
        "red_clay": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 1,
          "double_faults": 2,
          "aces_per_match": 1.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 67.9,
          "first_serve_won_pct": 65.8,
          "second_serve_won_pct": 40.6,
          "break_points_saved_pct": 76.9,
          "break_points_converted_pct": 0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 24,
        "wins": 12,
        "tournaments_played": 33,
        "tournaments_won": 1,
        "aces": 97,
        "double_faults": 71,
        "win_rate": 50.0,
        "losses": 12
      }
    }
  ],
  "data_generated_at": "2026-01-30 11:39:39 UTC"
}