Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Fred Gil
0W - 0L
0% Win Rate
Forma:
JSON Data
{
"player": {
"id": 2500,
"api_id": 15864,
"name": "Fred Gil",
"short_name": "F. Gil",
"country": "Portugal",
"country_code": "PT",
"gender": "Male",
"circuit": "ATP",
"date_of_birth": null,
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 5336177,
"singles": 12.0,
"doubles": null,
"ranking": 3461,
"division": "General",
"is_pro": false,
"updated_at": "2025-12-07"
},
"current_ranking": null,
"ranking_history": [],
"career_stats": {
"total_matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"surface_stats": {
"hard": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"clay": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"grass": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
}
},
"category_stats": {},
"average_match_stats": null,
"recent_form": [],
"form_summary": {
"last_10_matches": 0,
"wins": 0,
"losses": 0,
"form_string": ""
},
"head_to_head": [],
"upcoming_matches": [
{
"date": "2025-12-10 10:00",
"opponent": "Marshall Tutu",
"opponent_id": 49643,
"tournament": "UTR PTT Carvoeiro Men +H 07",
"surface": "hard",
"round": "",
"odds_player": 2.0,
"odds_opponent": 1.7272727272727273
},
{
"date": "2025-12-10 14:30",
"opponent": "Darius Florin Pop",
"opponent_id": 424733,
"tournament": "UTR PTT Carvoeiro Men +H 07",
"surface": "hard",
"round": "",
"odds_player": 1.8333333333333335,
"odds_opponent": 1.8333333333333335
},
{
"date": "2025-12-11 10:00",
"opponent": "Tiago Torres",
"opponent_id": 283476,
"tournament": "UTR PTT Carvoeiro Men +H 07",
"surface": "hard",
"round": "",
"odds_player": null,
"odds_opponent": null
},
{
"date": "2025-12-11 10:00",
"opponent": "Karim Al-Amin",
"opponent_id": 395992,
"tournament": "UTR PTT Carvoeiro Men +H 07",
"surface": "hard",
"round": "",
"odds_player": null,
"odds_opponent": null
}
],
"year_statistics": null,
"data_generated_at": "2025-12-10 07:34:31 UTC"
}