Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Alexander Vasilev
2W - 1L
66.7% Win Rate
Forma: LWW
JSON Data
{
"player": {
"id": 2238,
"api_id": 420967,
"name": "Alexander Vasilev",
"short_name": "A. Vasilev",
"country": "Bulgaria",
"country_code": "BG",
"gender": "Male",
"circuit": "ATP",
"date_of_birth": null,
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": {
"id": 947443,
"singles": 13.63,
"doubles": 13.04,
"ranking": 20,
"division": "Junior",
"is_pro": true,
"updated_at": "2025-12-07"
},
"current_ranking": null,
"ranking_history": [],
"career_stats": {
"total_matches": 3,
"wins": 2,
"losses": 1,
"win_rate": 66.7
},
"surface_stats": {
"hard": {
"matches": 3,
"wins": 2,
"losses": 1,
"win_rate": 66.7
},
"clay": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"grass": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
}
},
"category_stats": {
"Grand Slam": {
"matches": 3,
"wins": 2,
"losses": 1,
"win_rate": 66.7
}
},
"average_match_stats": null,
"recent_form": [
{
"date": "2025-09-06",
"opponent": "Ivan Ivanov",
"opponent_id": 460276,
"tournament": "US Open, Boys",
"surface": "hard",
"round": "Final",
"result": "L",
"score": "0-2"
},
{
"date": "2025-09-05",
"opponent": "Luis Guto Miguel",
"opponent_id": 517358,
"tournament": "US Open, Boys",
"surface": "hard",
"round": "Semifinals",
"result": "W",
"score": "2-1"
},
{
"date": "2025-09-04",
"opponent": "Andrew Johnson",
"opponent_id": 526373,
"tournament": "US Open, Boys",
"surface": "hard",
"round": "Quarterfinals",
"result": "W",
"score": "2-0"
}
],
"form_summary": {
"last_10_matches": 3,
"wins": 2,
"losses": 1,
"form_string": "LWW"
},
"head_to_head": [
{
"opponent": "Luis Guto Miguel",
"opponent_id": 517358,
"matches": 1,
"wins": 1,
"losses": 0
},
{
"opponent": "Andrew Johnson",
"opponent_id": 526373,
"matches": 1,
"wins": 1,
"losses": 0
},
{
"opponent": "Ivan Ivanov",
"opponent_id": 460276,
"matches": 1,
"wins": 0,
"losses": 1
}
],
"upcoming_matches": [],
"year_statistics": null,
"data_generated_at": "2025-12-10 09:27:38 UTC"
}