Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Argentina
1W - 2L
33,3% Win Rate
Forma: LLW
JSON Data
{
"player": {
"id": 3995,
"api_id": 475045,
"name": "Argentina",
"short_name": "Argentina",
"country": "Argentina",
"country_code": "AR",
"gender": "Female",
"circuit": "WTA",
"date_of_birth": null,
"height_cm": null,
"weight_kg": null,
"plays": "",
"turned_pro": null
},
"utr": null,
"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": {
"Otro": {
"matches": 3,
"wins": 1,
"losses": 2,
"win_rate": 33.3
}
},
"average_match_stats": null,
"recent_form": [
{
"date": "2026-01-07",
"opponent": "Switzerland",
"opponent_id": 475042,
"tournament": "United Cup",
"surface": "hard",
"round": "Quarterfinals",
"result": "L",
"score": "1-2"
},
{
"date": "2026-01-03",
"opponent": "USA",
"opponent_id": 475034,
"tournament": "United Cup",
"surface": "hard",
"round": "",
"result": "L",
"score": "1-2"
},
{
"date": "2026-01-02",
"opponent": "Spain",
"opponent_id": 475049,
"tournament": "United Cup",
"surface": "hard",
"round": "",
"result": "W",
"score": "3-0"
}
],
"form_summary": {
"last_10_matches": 3,
"wins": 1,
"losses": 2,
"form_string": "LLW"
},
"head_to_head": [
{
"opponent": "Spain",
"opponent_id": 475049,
"matches": 1,
"wins": 1,
"losses": 0
},
{
"opponent": "USA",
"opponent_id": 475034,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Switzerland",
"opponent_id": 475042,
"matches": 1,
"wins": 0,
"losses": 1
}
],
"upcoming_matches": [],
"year_statistics": null,
"data_generated_at": "2026-01-30 19:55:07 UTC"
}