Player Data JSON

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

Candela Vázquez

Candela Vázquez

Argentina WTA
0W - 2L 0.0% Win Rate Forma: LL

JSON Data

{
  "player": {
    "id": 1944,
    "api_id": 460292,
    "name": "Candela Vázquez",
    "short_name": "C. Vázquez ",
    "country": "Argentina",
    "country_code": "AR",
    "gender": "Female",
    "circuit": "WTA",
    "date_of_birth": "2008-08-15",
    "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": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 2,
      "wins": 0,
      "losses": 2,
      "win_rate": 0.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "WTA 250": {
      "matches": 2,
      "wins": 0,
      "losses": 2,
      "win_rate": 0.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 2,
    "avg_aces_per_match": 0.0,
    "avg_double_faults_per_match": 6.0,
    "avg_first_serve_pct": 49.3,
    "avg_first_serve_won_pct": 44.2,
    "avg_second_serve_won_pct": 23.3,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-11-25",
      "opponent": "Caroline Dolehide",
      "opponent_id": 123824,
      "tournament": "Buenos Aires, Argentina",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 38.095238095238095,
        "first_serve_won_pct": 50.0,
        "second_serve_won_pct": 45.45454545454545,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-05",
      "opponent": "Jazmin Ortenzi",
      "opponent_id": 254281,
      "tournament": "WTA 125K Tucuman, Argentina Women Singles",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 7,
        "first_serve_pct": 60.46511627906976,
        "first_serve_won_pct": 38.46153846153847,
        "second_serve_won_pct": 38.095238095238095,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 2,
    "wins": 0,
    "losses": 2,
    "form_string": "LL"
  },
  "head_to_head": [
    {
      "opponent": "Caroline Dolehide",
      "opponent_id": 123824,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Jazmin Ortenzi",
      "opponent_id": 254281,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "red_clay": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 0,
          "double_faults": 5,
          "aces_per_match": 0.0,
          "double_faults_per_match": 5.0,
          "first_serve_pct": 61.8,
          "first_serve_won_pct": 50.0,
          "second_serve_won_pct": 37.5,
          "break_points_saved_pct": 44.4,
          "break_points_converted_pct": 0.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 1,
        "wins": 0,
        "tournaments_played": 2,
        "tournaments_won": 0,
        "aces": 0,
        "double_faults": 5,
        "win_rate": 0.0,
        "losses": 1
      }
    }
  ],
  "data_generated_at": "2025-12-10 09:27:33 UTC"
}