Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Jack Secord
1W - 2L
33,3% Win Rate
Forma: LWL
JSON Data
{
"player": {
"id": 4093,
"api_id": 853640,
"name": "Jack Secord",
"short_name": "J. Secord",
"country": "USA",
"country_code": "US",
"gender": "Male",
"circuit": "ATP",
"date_of_birth": null,
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 5156237,
"singles": 12.75,
"doubles": 12.74,
"ranking": 46,
"division": "Junior",
"is_pro": true,
"updated_at": "2026-01-25"
},
"current_ranking": null,
"ranking_history": [],
"career_stats": {
"total_matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3
},
"surface_stats": {
"hard": {
"matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3
},
"clay": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"grass": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
}
},
"category_stats": {
"UTR": {
"matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3
}
},
"average_match_stats": {
"matches_with_stats": 3,
"avg_aces_per_match": 3.3,
"avg_double_faults_per_match": 4.3,
"avg_first_serve_pct": 53.8,
"avg_first_serve_won_pct": 72.8,
"avg_second_serve_won_pct": 49.5,
"avg_break_points_converted_pct": null
},
"recent_form": [
{
"date": "2026-01-07",
"opponent": "Poonthong Komopisut",
"opponent_id": 419481,
"tournament": "UTR PTT South Bend Men 01",
"surface": "hard",
"round": "",
"result": "L",
"score": "0-1",
"stats": {
"aces": 1,
"double_faults": 5,
"first_serve_pct": 46.93877551020408,
"first_serve_won_pct": 69.56521739130434,
"second_serve_won_pct": 57.14285714285714,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-06",
"opponent": "Lukas Phimvongsa",
"opponent_id": 1162145,
"tournament": "UTR PTT South Bend Men 01",
"surface": "hard",
"round": "",
"result": "W",
"score": "2-0",
"stats": {
"aces": 4,
"double_faults": 1,
"first_serve_pct": 56.451612903225815,
"first_serve_won_pct": 82.85714285714286,
"second_serve_won_pct": 42.857142857142854,
"break_points_converted_pct": null,
"total_points_won": null
}
},
{
"date": "2026-01-05",
"opponent": "Nicholas Patrick",
"opponent_id": 489819,
"tournament": "UTR PTT South Bend Men 01",
"surface": "hard",
"round": "",
"result": "L",
"score": "1-2",
"stats": {
"aces": 5,
"double_faults": 7,
"first_serve_pct": 57.89473684210527,
"first_serve_won_pct": 65.9090909090909,
"second_serve_won_pct": 46.875,
"break_points_converted_pct": null,
"total_points_won": null
}
}
],
"form_summary": {
"last_10_matches": 3,
"wins": 1,
"losses": 2,
"form_string": "LWL"
},
"head_to_head": [
{
"opponent": "Poonthong Komopisut",
"opponent_id": 419481,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Lukas Phimvongsa",
"opponent_id": 1162145,
"matches": 1,
"wins": 1,
"losses": 0
},
{
"opponent": "Nicholas Patrick",
"opponent_id": 489819,
"matches": 1,
"wins": 0,
"losses": 1
}
],
"upcoming_matches": [],
"year_statistics": null,
"data_generated_at": "2026-01-31 01:01:37 UTC"
}