Player Data JSON

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

Victoria Flores

Victoria Flores

USA WTA
1W - 2L 33,3% Win Rate Forma: LLW

JSON Data

{
  "player": {
    "id": 3721,
    "api_id": 122660,
    "name": "Victoria Flores",
    "short_name": "V. Flores",
    "country": "USA",
    "country_code": "US",
    "gender": "Female",
    "circuit": "WTA",
    "date_of_birth": "1999-04-01",
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 72795,
    "singles": null,
    "doubles": null,
    "ranking": 772,
    "division": "General",
    "is_pro": false,
    "updated_at": "2026-01-18"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 1,
    "losses": 2,
    "win_rate": 33.3
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 1.3,
    "avg_double_faults_per_match": 4.0,
    "avg_first_serve_pct": 71.2,
    "avg_first_serve_won_pct": 61.4,
    "avg_second_serve_won_pct": 43.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-28",
      "opponent": "Nikoline Gullacksen",
      "opponent_id": 382879,
      "tournament": "UTR Bonita Springs W01",
      "surface": "clay",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 2,
        "double_faults": 8,
        "first_serve_pct": 62.62626262626263,
        "first_serve_won_pct": 51.61290322580645,
        "second_serve_won_pct": 48.57142857142857,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-27",
      "opponent": "Carrington Brown",
      "opponent_id": 1135870,
      "tournament": "UTR Bonita Springs W01",
      "surface": "clay",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 77.77777777777779,
        "first_serve_won_pct": 64.28571428571429,
        "second_serve_won_pct": 64.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-27",
      "opponent": "Lexie Weir",
      "opponent_id": 246671,
      "tournament": "UTR Bonita Springs W01",
      "surface": "clay",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 1,
        "double_faults": 1,
        "first_serve_pct": 73.07692307692307,
        "first_serve_won_pct": 68.42105263157895,
        "second_serve_won_pct": 37.142857142857146,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 1,
    "losses": 2,
    "form_string": "LLW"
  },
  "head_to_head": [
    {
      "opponent": "Carrington Brown",
      "opponent_id": 1135870,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Nikoline Gullacksen",
      "opponent_id": 382879,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Lexie Weir",
      "opponent_id": 246671,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 17:17:55 UTC"
}