Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Peyton Stearns
33W - 32L
50.8% Win Rate
Forma: LWLLWLWLWW
JSON Data
{
"player": {
"id": 227,
"api_id": 261095,
"name": "Peyton Stearns",
"short_name": "P. Stearns",
"country": "USA",
"country_code": "US",
"gender": "Female",
"circuit": "WTA",
"date_of_birth": "2001-10-08",
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 2588012,
"singles": 12.19,
"doubles": 11.94,
"ranking": 82,
"division": "Pro",
"is_pro": true,
"updated_at": "2026-04-26"
},
"current_ranking": {
"position": 49,
"points": 1211,
"best_position": 28,
"date": "2026-05-09"
},
"ranking_history": [
{
"date": "2026-05-09",
"position": 49,
"points": 1211
},
{
"date": "2026-05-08",
"position": 49,
"points": 1211
},
{
"date": "2026-05-07",
"position": 49,
"points": 1211
},
{
"date": "2026-05-06",
"position": 49,
"points": 1211
},
{
"date": "2026-05-05",
"position": 49,
"points": 1211
},
{
"date": "2026-05-04",
"position": 49,
"points": 1211
},
{
"date": "2026-05-03",
"position": 43,
"points": 1296
},
{
"date": "2026-05-02",
"position": 43,
"points": 1296
},
{
"date": "2026-05-01",
"position": 43,
"points": 1296
},
{
"date": "2026-04-30",
"position": 43,
"points": 1296
}
],
"career_stats": {
"total_matches": 65,
"wins": 33,
"losses": 32,
"win_rate": 50.8
},
"surface_stats": {
"hard": {
"matches": 43,
"wins": 21,
"losses": 22,
"win_rate": 48.8
},
"clay": {
"matches": 19,
"wins": 11,
"losses": 8,
"win_rate": 57.9
},
"grass": {
"matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3
}
},
"category_stats": {
"Grand Slam": {
"matches": 8,
"wins": 3,
"losses": 5,
"win_rate": 37.5
},
"WTA 1000": {
"matches": 33,
"wins": 18,
"losses": 15,
"win_rate": 54.5
},
"WTA 500": {
"matches": 9,
"wins": 4,
"losses": 5,
"win_rate": 44.4
},
"WTA 250": {
"matches": 15,
"wins": 8,
"losses": 7,
"win_rate": 53.3
}
},
"average_match_stats": {
"matches_with_stats": 65,
"avg_aces_per_match": 3.5,
"avg_double_faults_per_match": 3.7,
"avg_first_serve_pct": 65.1,
"avg_first_serve_won_pct": 64.3,
"avg_second_serve_won_pct": 43.1,
"avg_break_points_converted_pct": null
},
"recent_form": [
{
"date": "2026-05-08",
"opponent": "Madison Keys",
"opponent_id": 35424,
"tournament": "WTA 1000 Rome",
"surface": "clay",
"round": "Round of 64",
"result": "L",
"score": "1-2",
"stats": {
"aces": 2,
"double_faults": 3,
"first_serve_pct": 64.19753086419753,
"first_serve_won_pct": 53.84615384615385,
"second_serve_won_pct": 62.06896551724138,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-05-06",
"opponent": "Janice Tjen",
"opponent_id": 291733,
"tournament": "WTA 1000 Rome",
"surface": "clay",
"round": "Round of 128",
"result": "W",
"score": "2-0",
"stats": {
"aces": 2,
"double_faults": 2,
"first_serve_pct": 51.78571428571429,
"first_serve_won_pct": 79.3103448275862,
"second_serve_won_pct": 38.095238095238095,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-28",
"opponent": "Aliona Bolsova",
"opponent_id": 115507,
"tournament": "La Bisbal D'Emporada, Spain",
"surface": "clay",
"round": "Round of 32",
"result": "L",
"score": "1-2",
"stats": {
"aces": 2,
"double_faults": 6,
"first_serve_pct": 69.67213114754098,
"first_serve_won_pct": 58.82352941176471,
"second_serve_won_pct": 40.54054054054054,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-23",
"opponent": "Aryna Sabalenka",
"opponent_id": 157754,
"tournament": "WTA 1000 Madrid",
"surface": "clay",
"round": "Round of 64",
"result": "L",
"score": "0-2",
"stats": {
"aces": 5,
"double_faults": 4,
"first_serve_pct": 64.17910447761194,
"first_serve_won_pct": 62.7906976744186,
"second_serve_won_pct": 41.66666666666667,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-21",
"opponent": "Lois Boisson",
"opponent_id": 293708,
"tournament": "WTA 1000 Madrid",
"surface": "clay",
"round": "Round of 128",
"result": "W",
"score": "2-0",
"stats": {
"aces": 2,
"double_faults": 0,
"first_serve_pct": 61.702127659574465,
"first_serve_won_pct": 75.86206896551724,
"second_serve_won_pct": 29.411764705882355,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-02",
"opponent": "McCartney Kessler",
"opponent_id": 233214,
"tournament": "Charleston",
"surface": "clay",
"round": "Round of 16",
"result": "L",
"score": "1-2",
"stats": {
"aces": 1,
"double_faults": 3,
"first_serve_pct": 80.61224489795919,
"first_serve_won_pct": 56.9620253164557,
"second_serve_won_pct": 44.44444444444444,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-04-01",
"opponent": "Ashlyn Krueger",
"opponent_id": 311012,
"tournament": "Charleston",
"surface": "clay",
"round": "Round of 32",
"result": "W",
"score": "2-0",
"stats": {
"aces": 4,
"double_faults": 0,
"first_serve_pct": 66.66666666666666,
"first_serve_won_pct": 62.06896551724138,
"second_serve_won_pct": 43.47826086956522,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-03-21",
"opponent": "Jaqueline Cristian",
"opponent_id": 72758,
"tournament": "Miami",
"surface": "hard",
"round": "Round of 64",
"result": "L",
"score": "0-2",
"stats": {
"aces": 3,
"double_faults": 5,
"first_serve_pct": 69.33333333333334,
"first_serve_won_pct": 61.53846153846154,
"second_serve_won_pct": 42.857142857142854,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-03-19",
"opponent": "Viktorija Golubic",
"opponent_id": 48455,
"tournament": "Miami",
"surface": "hard",
"round": "Round of 128",
"result": "W",
"score": "2-0",
"stats": {
"aces": 5,
"double_faults": 1,
"first_serve_pct": 63.1578947368421,
"first_serve_won_pct": 81.25,
"second_serve_won_pct": 42.857142857142854,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-03-01",
"opponent": "Taylor Townsend",
"opponent_id": 51387,
"tournament": "Austin",
"surface": "hard",
"round": "Final",
"result": "W",
"score": "2-0",
"stats": {
"aces": 8,
"double_faults": 5,
"first_serve_pct": 62.0,
"first_serve_won_pct": 66.12903225806451,
"second_serve_won_pct": 55.26315789473685,
"break_points_converted_pct": null,
"total_points_won": null
}
}
],
"form_summary": {
"last_10_matches": 10,
"wins": 5,
"losses": 5,
"form_string": "LWLLWLWLWW"
},
"head_to_head": [
{
"opponent": "Kimberly Birrell",
"opponent_id": 105099,
"matches": 2,
"wins": 2,
"losses": 0
},
{
"opponent": "Yafan Wang",
"opponent_id": 52025,
"matches": 2,
"wins": 1,
"losses": 1
},
{
"opponent": "Anna Kalinskaya",
"opponent_id": 179146,
"matches": 2,
"wins": 1,
"losses": 1
},
{
"opponent": "Amanda Anisimova",
"opponent_id": 230628,
"matches": 2,
"wins": 1,
"losses": 1
},
{
"opponent": "Magdalena Frech",
"opponent_id": 71250,
"matches": 2,
"wins": 1,
"losses": 1
}
],
"upcoming_matches": [],
"year_statistics": [
{
"year": 2025,
"surfaces": {
"grass": {
"matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3,
"tournaments_played": 2,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 11,
"double_faults": 11,
"aces_per_match": 3.7,
"double_faults_per_match": 3.7,
"first_serve_pct": 72.8,
"first_serve_won_pct": 61.2,
"second_serve_won_pct": 54.5,
"break_points_saved_pct": 69.0,
"break_points_converted_pct": 35.3,
"winners_total": 15,
"unforced_errors_total": 31
},
"green_clay": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 1,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 1,
"double_faults": 3,
"aces_per_match": 1.0,
"double_faults_per_match": 3.0,
"first_serve_pct": 77.2,
"first_serve_won_pct": 48.8,
"second_serve_won_pct": 26.7,
"break_points_saved_pct": 50.0,
"break_points_converted_pct": 37.5,
"winners_total": 0,
"unforced_errors_total": 0
},
"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": 3,
"double_faults": 5,
"aces_per_match": 1.5,
"double_faults_per_match": 2.5,
"first_serve_pct": 76.0,
"first_serve_won_pct": 61.1,
"second_serve_won_pct": 48.9,
"break_points_saved_pct": 65.0,
"break_points_converted_pct": 63.6,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 23,
"wins": 9,
"losses": 14,
"win_rate": 39.1,
"tournaments_played": 14,
"tournaments_won": 0,
"tiebreaks_won": 4,
"tiebreaks_lost": 4,
"aces": 80,
"double_faults": 86,
"aces_per_match": 3.5,
"double_faults_per_match": 3.7,
"first_serve_pct": 72.7,
"first_serve_won_pct": 63.4,
"second_serve_won_pct": 50.3,
"break_points_saved_pct": 56.6,
"break_points_converted_pct": 49.4,
"winners_total": 110,
"unforced_errors_total": 135
},
"red_clay": {
"matches": 11,
"wins": 8,
"losses": 3,
"win_rate": 72.7,
"tournaments_played": 3,
"tournaments_won": 0,
"tiebreaks_won": 3,
"tiebreaks_lost": 0,
"aces": 25,
"double_faults": 46,
"aces_per_match": 2.3,
"double_faults_per_match": 4.2,
"first_serve_pct": 74.2,
"first_serve_won_pct": 63.9,
"second_serve_won_pct": 51.2,
"break_points_saved_pct": 57.8,
"break_points_converted_pct": 39.3,
"winners_total": 14,
"unforced_errors_total": 31
}
},
"totals": {
"matches": 40,
"wins": 19,
"tournaments_played": 21,
"tournaments_won": 0,
"aces": 120,
"double_faults": 151,
"win_rate": 47.5,
"losses": 21
}
},
{
"year": 2024,
"surfaces": {
"grass": {
"matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3,
"tournaments_played": 2,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 4,
"double_faults": 3,
"aces_per_match": 1.3,
"double_faults_per_match": 1.0,
"first_serve_pct": 74.9,
"first_serve_won_pct": 63.7,
"second_serve_won_pct": 55.6,
"break_points_saved_pct": 55.0,
"break_points_converted_pct": 42.9,
"winners_total": 18,
"unforced_errors_total": 23
},
"hardcourt_outdoor": {
"matches": 28,
"wins": 13,
"losses": 15,
"win_rate": 46.4,
"tournaments_played": 15,
"tournaments_won": 0,
"tiebreaks_won": 3,
"tiebreaks_lost": 5,
"aces": 83,
"double_faults": 108,
"aces_per_match": 3.0,
"double_faults_per_match": 3.9,
"first_serve_pct": 75.0,
"first_serve_won_pct": 60.8,
"second_serve_won_pct": 54.8,
"break_points_saved_pct": 51.1,
"break_points_converted_pct": 46.0,
"winners_total": 94,
"unforced_errors_total": 130
},
"red_clay": {
"matches": 16,
"wins": 11,
"losses": 5,
"win_rate": 68.8,
"tournaments_played": 6,
"tournaments_won": 1,
"tiebreaks_won": 3,
"tiebreaks_lost": 4,
"aces": 24,
"double_faults": 34,
"aces_per_match": 1.5,
"double_faults_per_match": 2.1,
"first_serve_pct": 77.6,
"first_serve_won_pct": 58.7,
"second_serve_won_pct": 56.0,
"break_points_saved_pct": 52.5,
"break_points_converted_pct": 51.6,
"winners_total": 86,
"unforced_errors_total": 98
}
},
"totals": {
"matches": 47,
"wins": 25,
"tournaments_played": 23,
"tournaments_won": 1,
"aces": 111,
"double_faults": 145,
"win_rate": 53.2,
"losses": 22
}
},
{
"year": 2023,
"surfaces": {
"grass": {
"matches": 1,
"wins": 0,
"losses": 1,
"win_rate": 0.0,
"tournaments_played": 2,
"tournaments_won": 0,
"tiebreaks_won": 0,
"tiebreaks_lost": 0,
"aces": 1,
"double_faults": 4,
"aces_per_match": 1.0,
"double_faults_per_match": 4.0,
"first_serve_pct": 74.1,
"first_serve_won_pct": 53.7,
"second_serve_won_pct": 60.0,
"break_points_saved_pct": 69.2,
"break_points_converted_pct": 100.0,
"winners_total": 18,
"unforced_errors_total": 25
},
"hardcourt_indoor": {
"matches": 2,
"wins": 1,
"losses": 1,
"win_rate": 50.0,
"tournaments_played": 2,
"tournaments_won": 1,
"tiebreaks_won": 1,
"tiebreaks_lost": 0,
"aces": 4,
"double_faults": 10,
"aces_per_match": 2.0,
"double_faults_per_match": 5.0,
"first_serve_pct": 71.9,
"first_serve_won_pct": 64.2,
"second_serve_won_pct": 54.9,
"break_points_saved_pct": 64.7,
"break_points_converted_pct": 53.3,
"winners_total": 0,
"unforced_errors_total": 0
},
"hardcourt_outdoor": {
"matches": 19,
"wins": 8,
"losses": 11,
"win_rate": 42.1,
"tournaments_played": 12,
"tournaments_won": 0,
"tiebreaks_won": 4,
"tiebreaks_lost": 4,
"aces": 35,
"double_faults": 69,
"aces_per_match": 1.8,
"double_faults_per_match": 3.6,
"first_serve_pct": 74.6,
"first_serve_won_pct": 60.3,
"second_serve_won_pct": 54.1,
"break_points_saved_pct": 58.3,
"break_points_converted_pct": 44.1,
"winners_total": 104,
"unforced_errors_total": 125
},
"red_clay": {
"matches": 13,
"wins": 9,
"losses": 4,
"win_rate": 69.2,
"tournaments_played": 8,
"tournaments_won": 1,
"tiebreaks_won": 2,
"tiebreaks_lost": 1,
"aces": 14,
"double_faults": 30,
"aces_per_match": 1.1,
"double_faults_per_match": 2.3,
"first_serve_pct": 82.0,
"first_serve_won_pct": 56.4,
"second_serve_won_pct": 59.7,
"break_points_saved_pct": 49.1,
"break_points_converted_pct": 56.5,
"winners_total": 70,
"unforced_errors_total": 77
}
},
"totals": {
"matches": 35,
"wins": 18,
"tournaments_played": 24,
"tournaments_won": 2,
"aces": 54,
"double_faults": 113,
"win_rate": 51.4,
"losses": 17
}
}
],
"data_generated_at": "2026-05-09 03:39:06 UTC"
}