Player Data JSON

Obtiene datos completos de un jugador en formato JSON para alimentar LLMs

USA

USA

USA WTA
3W - 1L 75,0% Win Rate Forma: LWWW

JSON Data

{
  "player": {
    "id": 3996,
    "api_id": 475034,
    "name": "USA",
    "short_name": "USA",
    "country": "USA",
    "country_code": "US",
    "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": 4,
    "wins": 3,
    "losses": 1,
    "win_rate": 75.0
  },
  "surface_stats": {
    "hard": {
      "matches": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.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": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.0
    }
  },
  "average_match_stats": null,
  "recent_form": [
    {
      "date": "2026-01-10",
      "opponent": "Poland",
      "opponent_id": 475050,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "1-2"
    },
    {
      "date": "2026-01-07",
      "opponent": "Greece",
      "opponent_id": 475038,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-1"
    },
    {
      "date": "2026-01-05",
      "opponent": "Spain",
      "opponent_id": 475049,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1"
    },
    {
      "date": "2026-01-03",
      "opponent": "Argentina",
      "opponent_id": 475045,
      "tournament": "United Cup",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1"
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 3,
    "losses": 1,
    "form_string": "LWWW"
  },
  "head_to_head": [
    {
      "opponent": "Spain",
      "opponent_id": 475049,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Argentina",
      "opponent_id": 475045,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Greece",
      "opponent_id": 475038,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Poland",
      "opponent_id": 475050,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 17:04:25 UTC"
}