Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Jessica Pegula
59W - 23L
72,0% Win Rate
Forma: LWWWWWLWWW
JSON Data
{
"player": {
"id": 505,
"api_id": 44834,
"name": "Jessica Pegula",
"short_name": "J. Pegula",
"country": "USA",
"country_code": "US",
"gender": "Female",
"circuit": "WTA",
"date_of_birth": "1994-02-24",
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 10307,
"singles": 12.75,
"doubles": 11.69,
"ranking": 7,
"division": "Pro",
"is_pro": true,
"updated_at": "2026-01-18"
},
"current_ranking": {
"position": 6,
"points": 5453,
"best_position": 3,
"date": "2026-01-30"
},
"ranking_history": [
{
"date": "2026-01-30",
"position": 6,
"points": 5453
},
{
"date": "2026-01-29",
"position": 6,
"points": 5453
},
{
"date": "2026-01-28",
"position": 6,
"points": 5453
},
{
"date": "2026-01-27",
"position": 6,
"points": 5453
},
{
"date": "2026-01-26",
"position": 6,
"points": 5453
},
{
"date": "2026-01-25",
"position": 6,
"points": 5453
},
{
"date": "2026-01-24",
"position": 6,
"points": 5453
},
{
"date": "2026-01-23",
"position": 6,
"points": 5453
},
{
"date": "2026-01-22",
"position": 6,
"points": 5453
},
{
"date": "2026-01-21",
"position": 6,
"points": 5453
}
],
"career_stats": {
"total_matches": 82,
"wins": 59,
"losses": 23,
"win_rate": 72.0
},
"surface_stats": {
"hard": {
"matches": 61,
"wins": 45,
"losses": 16,
"win_rate": 73.8
},
"clay": {
"matches": 15,
"wins": 10,
"losses": 5,
"win_rate": 66.7
},
"grass": {
"matches": 6,
"wins": 4,
"losses": 2,
"win_rate": 66.7
}
},
"category_stats": {
"Grand Slam": {
"matches": 19,
"wins": 14,
"losses": 5,
"win_rate": 73.7
},
"WTA 1000": {
"matches": 32,
"wins": 22,
"losses": 10,
"win_rate": 68.8
},
"WTA 500": {
"matches": 22,
"wins": 16,
"losses": 6,
"win_rate": 72.7
},
"WTA 250": {
"matches": 5,
"wins": 5,
"losses": 0,
"win_rate": 100.0
},
"Otro": {
"matches": 4,
"wins": 2,
"losses": 2,
"win_rate": 50.0
}
},
"average_match_stats": {
"matches_with_stats": 82,
"avg_aces_per_match": 2.8,
"avg_double_faults_per_match": 2.2,
"avg_first_serve_pct": 64.0,
"avg_first_serve_won_pct": 68.5,
"avg_second_serve_won_pct": 49.7,
"avg_break_points_converted_pct": null
},
"recent_form": [
{
"date": "2026-01-29",
"opponent": "Elena Rybakina",
"opponent_id": 186312,
"tournament": "Australian Open",
"surface": "hard",
"round": "Semifinals",
"result": "L",
"score": "0-2",
"stats": {
"aces": 2,
"double_faults": 0,
"first_serve_pct": 64.47368421052632,
"first_serve_won_pct": 61.224489795918366,
"second_serve_won_pct": 48.484848484848484,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-28",
"opponent": "Amanda Anisimova",
"opponent_id": 230628,
"tournament": "Australian Open",
"surface": "hard",
"round": "Quarterfinals",
"result": "W",
"score": "2-0",
"stats": {
"aces": 6,
"double_faults": 2,
"first_serve_pct": 59.67741935483871,
"first_serve_won_pct": 70.27027027027027,
"second_serve_won_pct": 40.74074074074074,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-26",
"opponent": "Madison Keys",
"opponent_id": 35424,
"tournament": "Australian Open",
"surface": "hard",
"round": "Round of 16",
"result": "W",
"score": "2-0",
"stats": {
"aces": 2,
"double_faults": 1,
"first_serve_pct": 59.09090909090909,
"first_serve_won_pct": 69.23076923076923,
"second_serve_won_pct": 28.57142857142857,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-23",
"opponent": "Oksana Selekhmeteva",
"opponent_id": 287804,
"tournament": "Australian Open",
"surface": "hard",
"round": "Round of 32",
"result": "W",
"score": "2-0",
"stats": {
"aces": 0,
"double_faults": 0,
"first_serve_pct": 60.46511627906976,
"first_serve_won_pct": 88.46153846153845,
"second_serve_won_pct": 33.33333333333333,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-22",
"opponent": "McCartney Kessler",
"opponent_id": 233214,
"tournament": "Australian Open",
"surface": "hard",
"round": "Round of 64",
"result": "W",
"score": "2-0",
"stats": {
"aces": 0,
"double_faults": 0,
"first_serve_pct": 75.0,
"first_serve_won_pct": 73.33333333333333,
"second_serve_won_pct": 14.285714285714285,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-19",
"opponent": "Anastasia Zakharova",
"opponent_id": 255391,
"tournament": "Australian Open",
"surface": "hard",
"round": "Round of 128",
"result": "W",
"score": "2-0",
"stats": {
"aces": 9,
"double_faults": 2,
"first_serve_pct": 62.16216216216216,
"first_serve_won_pct": 78.26086956521739,
"second_serve_won_pct": 32.142857142857146,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-10",
"opponent": "Marta Kostyuk",
"opponent_id": 230056,
"tournament": "Brisbane",
"surface": "hard",
"round": "Semifinals",
"result": "L",
"score": "0-2",
"stats": {
"aces": 0,
"double_faults": 0,
"first_serve_pct": 97.2972972972973,
"first_serve_won_pct": 47.22222222222222,
"second_serve_won_pct": 100.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-09",
"opponent": "Liudmila Samsonova",
"opponent_id": 128584,
"tournament": "Brisbane",
"surface": "hard",
"round": "Quarterfinals",
"result": "W",
"score": "2-0",
"stats": {
"aces": 4,
"double_faults": 2,
"first_serve_pct": 95.45454545454545,
"first_serve_won_pct": 66.66666666666666,
"second_serve_won_pct": 0.0,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-08",
"opponent": "Dayana Yastremska",
"opponent_id": 189986,
"tournament": "Brisbane",
"surface": "hard",
"round": "Round of 16",
"result": "W",
"score": "2-1",
"stats": {
"aces": 5,
"double_faults": 4,
"first_serve_pct": 74.69879518072288,
"first_serve_won_pct": 72.58064516129032,
"second_serve_won_pct": 33.33333333333333,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-07",
"opponent": "Anna Kalinskaya",
"opponent_id": 179146,
"tournament": "Brisbane",
"surface": "hard",
"round": "Round of 32",
"result": "W",
"score": "2-1",
"stats": {
"aces": 6,
"double_faults": 3,
"first_serve_pct": 71.42857142857143,
"first_serve_won_pct": 63.33333333333333,
"second_serve_won_pct": 41.66666666666667,
"break_points_converted_pct": null,
"total_points_won": null
}
}
],
"form_summary": {
"last_10_matches": 10,
"wins": 8,
"losses": 2,
"form_string": "LWWWWWLWWW"
},
"head_to_head": [
{
"opponent": "Ekaterina Alexandrova",
"opponent_id": 67759,
"matches": 4,
"wins": 2,
"losses": 2
},
{
"opponent": "Aryna Sabalenka",
"opponent_id": 157754,
"matches": 4,
"wins": 1,
"losses": 3
},
{
"opponent": "Anna Kalinskaya",
"opponent_id": 179146,
"matches": 3,
"wins": 2,
"losses": 1
},
{
"opponent": "Marta Kostyuk",
"opponent_id": 230056,
"matches": 3,
"wins": 2,
"losses": 1
},
{
"opponent": "Linda Noskova",
"opponent_id": 274049,
"matches": 3,
"wins": 1,
"losses": 2
}
],
"upcoming_matches": [],
"year_statistics": [
{
"year": 2025,
"surfaces": {
"grass": {
"matches": 6,
"wins": 4,
"losses": 2,
"win_rate": 66.7,
"tournaments_played": 3,
"tournaments_won": 1,
"tiebreaks_won": 1,
"tiebreaks_lost": 2,
"aces": 25,
"double_faults": 22,
"aces_per_match": 4.2,
"double_faults_per_match": 3.7,
"first_serve_pct": 71.1,
"first_serve_won_pct": 74.1,
"second_serve_won_pct": 53.6,
"break_points_saved_pct": 66.7,
"break_points_converted_pct": 34.7,
"winners_total": 6,
"unforced_errors_total": 24
},
"hardcourt_indoor": {
"matches": 7,
"wins": 3,
"losses": 4,
"win_rate": 42.9,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 1,
"aces": 14,
"double_faults": 7,
"aces_per_match": 2.0,
"double_faults_per_match": 1.0,
"first_serve_pct": 75.5,
"first_serve_won_pct": 64.5,
"second_serve_won_pct": 48.7,
"break_points_saved_pct": 56.5,
"break_points_converted_pct": 47.5,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 42,
"wins": 31,
"losses": 11,
"win_rate": 73.8,
"tournaments_played": 13,
"tournaments_won": 1,
"tiebreaks_won": 5,
"tiebreaks_lost": 8,
"aces": 116,
"double_faults": 93,
"aces_per_match": 2.8,
"double_faults_per_match": 2.2,
"first_serve_pct": 73.5,
"first_serve_won_pct": 67.2,
"second_serve_won_pct": 57.2,
"break_points_saved_pct": 59.1,
"break_points_converted_pct": 47.4,
"winners_total": 165,
"unforced_errors_total": 136
},
"red_clay": {
"matches": 9,
"wins": 5,
"losses": 4,
"win_rate": 55.6,
"tournaments_played": 4,
"tournaments_won": 0,
"tiebreaks_won": 1,
"tiebreaks_lost": 0,
"aces": 16,
"double_faults": 22,
"aces_per_match": 1.8,
"double_faults_per_match": 2.4,
"first_serve_pct": 70.9,
"first_serve_won_pct": 65.6,
"second_serve_won_pct": 55.2,
"break_points_saved_pct": 56.2,
"break_points_converted_pct": 37.8,
"winners_total": 120,
"unforced_errors_total": 116
},
"red_clay_indoor": {
"matches": 2,
"wins": 1,
"losses": 1,
"win_rate": 50.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 1,
"double_faults": 5,
"aces_per_match": 0.5,
"double_faults_per_match": 2.5,
"first_serve_pct": 69.0,
"first_serve_won_pct": 65.0,
"second_serve_won_pct": 56.8,
"break_points_saved_pct": 73.7,
"break_points_converted_pct": 60.0,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 66,
"wins": 44,
"tournaments_played": 22,
"tournaments_won": 2,
"aces": 172,
"double_faults": 149,
"win_rate": 66.7,
"losses": 22
}
},
{
"year": 2024,
"surfaces": {
"grass": {
"matches": 9,
"wins": 6,
"losses": 3,
"win_rate": 66.7,
"tournaments_played": 4,
"tournaments_won": 1,
"tiebreaks_won": 5,
"tiebreaks_lost": 3,
"aces": 36,
"double_faults": 21,
"aces_per_match": 4.0,
"double_faults_per_match": 2.3,
"first_serve_pct": 74.1,
"first_serve_won_pct": 64.8,
"second_serve_won_pct": 59.6,
"break_points_saved_pct": 60.3,
"break_points_converted_pct": 44.4,
"winners_total": 38,
"unforced_errors_total": 41
},
"hardcourt_indoor": {
"matches": 4,
"wins": 2,
"losses": 2,
"win_rate": 50.0,
"tournaments_played": 2,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 2,
"double_faults": 10,
"aces_per_match": 0.5,
"double_faults_per_match": 2.5,
"first_serve_pct": 67.2,
"first_serve_won_pct": 69.0,
"second_serve_won_pct": 54.1,
"break_points_saved_pct": 48.0,
"break_points_converted_pct": 44.1,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 34,
"wins": 26,
"losses": 8,
"win_rate": 76.5,
"tournaments_played": 10,
"tournaments_won": 1,
"tiebreaks_won": 5,
"tiebreaks_lost": 4,
"aces": 112,
"double_faults": 84,
"aces_per_match": 3.3,
"double_faults_per_match": 2.5,
"first_serve_pct": 73.6,
"first_serve_won_pct": 67.6,
"second_serve_won_pct": 54.0,
"break_points_saved_pct": 60.8,
"break_points_converted_pct": 47.1,
"winners_total": 134,
"unforced_errors_total": 194
},
"red_clay": {
"matches": 2,
"wins": 1,
"losses": 1,
"win_rate": 50.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 3,
"double_faults": 1,
"aces_per_match": 1.5,
"double_faults_per_match": 0.5,
"first_serve_pct": 73.4,
"first_serve_won_pct": 63.3,
"second_serve_won_pct": 44.0,
"break_points_saved_pct": 30.8,
"break_points_converted_pct": 61.5,
"winners_total": 0,
"unforced_errors_total": 0
}
},
"totals": {
"matches": 49,
"wins": 35,
"tournaments_played": 17,
"tournaments_won": 2,
"aces": 153,
"double_faults": 116,
"win_rate": 71.4,
"losses": 14
}
},
{
"year": 2023,
"surfaces": {
"grass": {
"matches": 8,
"wins": 6,
"losses": 2,
"win_rate": 75.0,
"tournaments_played": 2,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 1,
"aces": 12,
"double_faults": 10,
"aces_per_match": 1.5,
"double_faults_per_match": 1.2,
"first_serve_pct": 73.3,
"first_serve_won_pct": 62.2,
"second_serve_won_pct": 61.5,
"break_points_saved_pct": 61.2,
"break_points_converted_pct": 45.2,
"winners_total": 88,
"unforced_errors_total": 116
},
"hardcourt_indoor": {
"matches": 7,
"wins": 6,
"losses": 1,
"win_rate": 85.7,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 17,
"double_faults": 8,
"aces_per_match": 2.4,
"double_faults_per_match": 1.1,
"first_serve_pct": 71.8,
"first_serve_won_pct": 69.9,
"second_serve_won_pct": 54.4,
"break_points_saved_pct": 56.2,
"break_points_converted_pct": 56.1,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 46,
"wins": 36,
"losses": 10,
"win_rate": 78.3,
"tournaments_played": 12,
"tournaments_won": 2,
"tiebreaks_won": 3,
"tiebreaks_lost": 5,
"aces": 121,
"double_faults": 127,
"aces_per_match": 2.6,
"double_faults_per_match": 2.8,
"first_serve_pct": 72.2,
"first_serve_won_pct": 65.3,
"second_serve_won_pct": 56.3,
"break_points_saved_pct": 58.6,
"break_points_converted_pct": 49.0,
"winners_total": 177,
"unforced_errors_total": 184
},
"red_clay": {
"matches": 8,
"wins": 5,
"losses": 3,
"win_rate": 62.5,
"tournaments_played": 3,
"tournaments_won": 0,
"tiebreaks_won": 2,
"tiebreaks_lost": 0,
"aces": 26,
"double_faults": 26,
"aces_per_match": 3.2,
"double_faults_per_match": 3.2,
"first_serve_pct": 71.7,
"first_serve_won_pct": 64.9,
"second_serve_won_pct": 50.0,
"break_points_saved_pct": 52.5,
"break_points_converted_pct": 50.0,
"winners_total": 47,
"unforced_errors_total": 57
}
},
"totals": {
"matches": 69,
"wins": 53,
"tournaments_played": 18,
"tournaments_won": 2,
"aces": 176,
"double_faults": 171,
"win_rate": 76.8,
"losses": 16
}
}
],
"data_generated_at": "2026-01-30 08:57:04 UTC"
}