Player Data JSON

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

Gael Monfils

Gael Monfils

France ATP 222
19W - 20L 48.7% Win Rate Forma: LLWLWLLLLL

JSON Data

{
  "player": {
    "id": 262,
    "api_id": 14844,
    "name": "Gael Monfils",
    "short_name": "G. Monfils",
    "country": "France",
    "country_code": "FR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 3993,
    "singles": 14.9,
    "doubles": 13.55,
    "ranking": 91,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-04-19"
  },
  "current_ranking": {
    "position": 222,
    "points": 260,
    "best_position": 6,
    "date": "2026-05-09"
  },
  "ranking_history": [
    {
      "date": "2026-05-09",
      "position": 222,
      "points": 260
    },
    {
      "date": "2026-05-08",
      "position": 222,
      "points": 260
    },
    {
      "date": "2026-05-07",
      "position": 222,
      "points": 260
    },
    {
      "date": "2026-05-06",
      "position": 222,
      "points": 260
    },
    {
      "date": "2026-05-05",
      "position": 222,
      "points": 260
    },
    {
      "date": "2026-05-04",
      "position": 200,
      "points": 290
    },
    {
      "date": "2026-05-03",
      "position": 200,
      "points": 290
    },
    {
      "date": "2026-05-02",
      "position": 200,
      "points": 290
    },
    {
      "date": "2026-05-01",
      "position": 200,
      "points": 290
    },
    {
      "date": "2026-04-30",
      "position": 200,
      "points": 290
    }
  ],
  "career_stats": {
    "total_matches": 39,
    "wins": 19,
    "losses": 20,
    "win_rate": 48.7
  },
  "surface_stats": {
    "hard": {
      "matches": 27,
      "wins": 15,
      "losses": 12,
      "win_rate": 55.6
    },
    "clay": {
      "matches": 8,
      "wins": 3,
      "losses": 5,
      "win_rate": 37.5
    },
    "grass": {
      "matches": 4,
      "wins": 1,
      "losses": 3,
      "win_rate": 25.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 10,
      "wins": 5,
      "losses": 5,
      "win_rate": 50.0
    },
    "Masters 1000": {
      "matches": 13,
      "wins": 7,
      "losses": 6,
      "win_rate": 53.8
    },
    "ATP 500": {
      "matches": 6,
      "wins": 1,
      "losses": 5,
      "win_rate": 16.7
    },
    "ATP 250": {
      "matches": 10,
      "wins": 6,
      "losses": 4,
      "win_rate": 60.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 39,
    "avg_aces_per_match": 9.3,
    "avg_double_faults_per_match": 5.6,
    "avg_first_serve_pct": 61.9,
    "avg_first_serve_won_pct": 74.0,
    "avg_second_serve_won_pct": 46.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-04-23",
      "opponent": "Camilo Ugo Carabelli",
      "opponent_id": 196122,
      "tournament": "ATP Madrid Masters",
      "surface": "clay",
      "round": "Round of 128",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 7,
        "double_faults": 2,
        "first_serve_pct": 73.01587301587301,
        "first_serve_won_pct": 71.73913043478261,
        "second_serve_won_pct": 29.411764705882355,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-07",
      "opponent": "Alexander Bublik",
      "opponent_id": 163480,
      "tournament": "Monte Carlo",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 61.66666666666667,
        "first_serve_won_pct": 75.67567567567568,
        "second_serve_won_pct": 68.75,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-05",
      "opponent": "Tallon Griekspoor",
      "opponent_id": 122368,
      "tournament": "Monte Carlo",
      "surface": "clay",
      "round": "Round of 64",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 9,
        "double_faults": 7,
        "first_serve_pct": 53.92156862745098,
        "first_serve_won_pct": 76.36363636363637,
        "second_serve_won_pct": 40.42553191489361,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-26",
      "opponent": "Valentin Vacherot",
      "opponent_id": 158912,
      "tournament": "Acapulco",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 62.295081967213115,
        "first_serve_won_pct": 68.42105263157895,
        "second_serve_won_pct": 34.78260869565217,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-25",
      "opponent": "Damir Džumhur",
      "opponent_id": 49172,
      "tournament": "Acapulco",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 8,
        "double_faults": 8,
        "first_serve_pct": 54.285714285714285,
        "first_serve_won_pct": 76.31578947368422,
        "second_serve_won_pct": 43.75,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-20",
      "opponent": "Dane Sweeny",
      "opponent_id": 233126,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "1-3",
      "stats": {
        "aces": 14,
        "double_faults": 6,
        "first_serve_pct": 68.29268292682927,
        "first_serve_won_pct": 70.53571428571429,
        "second_serve_won_pct": 46.15384615384615,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-13",
      "opponent": "Fábián Marozsán",
      "opponent_id": 218259,
      "tournament": "Auckland",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 10,
        "double_faults": 6,
        "first_serve_pct": 60.215053763440864,
        "first_serve_won_pct": 71.42857142857143,
        "second_serve_won_pct": 48.64864864864865,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-18",
      "opponent": "Alexander Shevchenko",
      "opponent_id": 264344,
      "tournament": "Chengdu",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-1",
      "stats": {
        "aces": 3,
        "double_faults": 2,
        "first_serve_pct": 65.625,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 63.63636363636363,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-26",
      "opponent": "Roman Safiullin",
      "opponent_id": 124930,
      "tournament": "US Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "2-3",
      "stats": {
        "aces": 15,
        "double_faults": 10,
        "first_serve_pct": 58.82352941176471,
        "first_serve_won_pct": 70.0,
        "second_serve_won_pct": 39.39393939393939,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-07-27",
      "opponent": "Tomás Barrios Vera",
      "opponent_id": 132834,
      "tournament": "Toronto",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 7,
        "double_faults": 15,
        "first_serve_pct": 50.51546391752577,
        "first_serve_won_pct": 81.63265306122449,
        "second_serve_won_pct": 47.368421052631575,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 2,
    "losses": 8,
    "form_string": "LLWLWLLLLL"
  },
  "head_to_head": [
    {
      "opponent": "Nishesh Basavareddy",
      "opponent_id": 407164,
      "matches": 2,
      "wins": 2,
      "losses": 0
    },
    {
      "opponent": "Fábián Marozsán",
      "opponent_id": 218259,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Sebastian Korda",
      "opponent_id": 195840,
      "matches": 2,
      "wins": 1,
      "losses": 1
    },
    {
      "opponent": "Jan-Lennard Struff",
      "opponent_id": 46391,
      "matches": 2,
      "wins": 2,
      "losses": 0
    },
    {
      "opponent": "Borna Gojo",
      "opponent_id": 124916,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 4,
          "wins": 1,
          "losses": 3,
          "win_rate": 25.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 50,
          "double_faults": 33,
          "aces_per_match": 12.5,
          "double_faults_per_match": 8.2,
          "first_serve_pct": 71.9,
          "first_serve_won_pct": 71.3,
          "second_serve_won_pct": 58.9,
          "break_points_saved_pct": 54.2,
          "break_points_converted_pct": 45.7,
          "winners_total": 104,
          "unforced_errors_total": 97
        },
        "hardcourt_outdoor": {
          "matches": 23,
          "wins": 14,
          "losses": 9,
          "win_rate": 60.9,
          "tournaments_played": 11,
          "tournaments_won": 1,
          "tiebreaks_won": 9,
          "tiebreaks_lost": 6,
          "aces": 207,
          "double_faults": 127,
          "aces_per_match": 9.0,
          "double_faults_per_match": 5.5,
          "first_serve_pct": 72.4,
          "first_serve_won_pct": 76.7,
          "second_serve_won_pct": 60.8,
          "break_points_saved_pct": 63.1,
          "break_points_converted_pct": 32.8,
          "winners_total": 232,
          "unforced_errors_total": 161
        },
        "red_clay": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 61,
          "double_faults": 31,
          "aces_per_match": 10.2,
          "double_faults_per_match": 5.2,
          "first_serve_pct": 71.1,
          "first_serve_won_pct": 71.1,
          "second_serve_won_pct": 46.3,
          "break_points_saved_pct": 66.2,
          "break_points_converted_pct": 34.6,
          "winners_total": 110,
          "unforced_errors_total": 92
        }
      },
      "totals": {
        "matches": 33,
        "wins": 18,
        "tournaments_played": 19,
        "tournaments_won": 1,
        "aces": 318,
        "double_faults": 191,
        "win_rate": 54.5,
        "losses": 15
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 7,
          "wins": 5,
          "losses": 2,
          "win_rate": 71.4,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 94,
          "double_faults": 30,
          "aces_per_match": 13.4,
          "double_faults_per_match": 4.3,
          "first_serve_pct": 71.5,
          "first_serve_won_pct": 80.9,
          "second_serve_won_pct": 59.7,
          "break_points_saved_pct": 62.1,
          "break_points_converted_pct": 30.2,
          "winners_total": 108,
          "unforced_errors_total": 108
        },
        "hardcourt_indoor": {
          "matches": 4,
          "wins": 2,
          "losses": 2,
          "win_rate": 50.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 0,
          "aces": 20,
          "double_faults": 12,
          "aces_per_match": 5.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 70.8,
          "first_serve_won_pct": 69.5,
          "second_serve_won_pct": 64.7,
          "break_points_saved_pct": 60.0,
          "break_points_converted_pct": 36.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 26,
          "wins": 15,
          "losses": 11,
          "win_rate": 57.7,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 7,
          "tiebreaks_lost": 7,
          "aces": 252,
          "double_faults": 120,
          "aces_per_match": 9.7,
          "double_faults_per_match": 4.6,
          "first_serve_pct": 72.2,
          "first_serve_won_pct": 73.5,
          "second_serve_won_pct": 59.3,
          "break_points_saved_pct": 66.3,
          "break_points_converted_pct": 38.3,
          "winners_total": 170,
          "unforced_errors_total": 191
        },
        "red_clay": {
          "matches": 9,
          "wins": 3,
          "losses": 6,
          "win_rate": 33.3,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 43,
          "double_faults": 24,
          "aces_per_match": 4.8,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 72.6,
          "first_serve_won_pct": 65.2,
          "second_serve_won_pct": 52.8,
          "break_points_saved_pct": 49.2,
          "break_points_converted_pct": 45.3,
          "winners_total": 71,
          "unforced_errors_total": 58
        }
      },
      "totals": {
        "matches": 46,
        "wins": 25,
        "tournaments_played": 23,
        "tournaments_won": 0,
        "aces": 409,
        "double_faults": 186,
        "win_rate": 54.3,
        "losses": 21
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 8,
          "wins": 6,
          "losses": 2,
          "win_rate": 75.0,
          "tournaments_played": 4,
          "tournaments_won": 1,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 67,
          "double_faults": 32,
          "aces_per_match": 8.4,
          "double_faults_per_match": 4.0,
          "first_serve_pct": 73.0,
          "first_serve_won_pct": 76.0,
          "second_serve_won_pct": 54.0,
          "break_points_saved_pct": 63.3,
          "break_points_converted_pct": 41.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 15,
          "wins": 8,
          "losses": 7,
          "win_rate": 53.3,
          "tournaments_played": 8,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 125,
          "double_faults": 79,
          "aces_per_match": 8.3,
          "double_faults_per_match": 5.3,
          "first_serve_pct": 69.8,
          "first_serve_won_pct": 76.6,
          "second_serve_won_pct": 58.4,
          "break_points_saved_pct": 58.9,
          "break_points_converted_pct": 38.9,
          "winners_total": 130,
          "unforced_errors_total": 114
        },
        "red_clay": {
          "matches": 4,
          "wins": 1,
          "losses": 3,
          "win_rate": 25.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 13,
          "double_faults": 12,
          "aces_per_match": 3.2,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 73.5,
          "first_serve_won_pct": 66.8,
          "second_serve_won_pct": 45.4,
          "break_points_saved_pct": 55.9,
          "break_points_converted_pct": 44.4,
          "winners_total": 41,
          "unforced_errors_total": 71
        }
      },
      "totals": {
        "matches": 27,
        "wins": 15,
        "tournaments_played": 17,
        "tournaments_won": 1,
        "aces": 205,
        "double_faults": 123,
        "win_rate": 55.6,
        "losses": 12
      }
    }
  ],
  "data_generated_at": "2026-05-09 01:54:20 UTC"
}