Player Data JSON
Obtiene datos completos de un jugador en formato JSON para alimentar LLMs
Netherlands
0W - 2L
0,0% Win Rate
Forma: LL
JSON Data
{
"player": {
"id": 4009,
"api_id": 475053,
"name": "Netherlands",
"short_name": "Netherlands",
"country": "Netherlands",
"country_code": "NL",
"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": 2,
"wins": 0,
"losses": 2,
"win_rate": 0.0
},
"surface_stats": {
"hard": {
"matches": 2,
"wins": 0,
"losses": 2,
"win_rate": 0.0
},
"clay": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
},
"grass": {
"matches": 0,
"wins": 0,
"losses": 0,
"win_rate": 0
}
},
"category_stats": {
"Otro": {
"matches": 2,
"wins": 0,
"losses": 2,
"win_rate": 0.0
}
},
"average_match_stats": null,
"recent_form": [
{
"date": "2026-01-06",
"opponent": "Poland",
"opponent_id": 475050,
"tournament": "United Cup",
"surface": "hard",
"round": "",
"result": "L",
"score": "0-3"
},
{
"date": "2026-01-03",
"opponent": "Germany",
"opponent_id": 475046,
"tournament": "United Cup",
"surface": "hard",
"round": "",
"result": "L",
"score": "0-3"
}
],
"form_summary": {
"last_10_matches": 2,
"wins": 0,
"losses": 2,
"form_string": "LL"
},
"head_to_head": [
{
"opponent": "Germany",
"opponent_id": 475046,
"matches": 1,
"wins": 0,
"losses": 1
},
{
"opponent": "Poland",
"opponent_id": 475050,
"matches": 1,
"wins": 0,
"losses": 1
}
],
"upcoming_matches": [],
"year_statistics": null,
"data_generated_at": "2026-01-30 19:55:06 UTC"
}