Player Data JSON

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

Sloane Stephens

Sloane Stephens

USA WTA
0W - 5L 0.0% Win Rate Forma: LLLLL

JSON Data

{
  "player": {
    "id": 245,
    "api_id": 23158,
    "name": "Sloane Stephens",
    "short_name": "S. Stephens",
    "country": "USA",
    "country_code": "US",
    "gender": "Female",
    "circuit": "WTA",
    "date_of_birth": "1993-03-20",
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 10283,
    "singles": 11.21,
    "doubles": 11.43,
    "ranking": 368,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 5,
    "wins": 0,
    "losses": 5,
    "win_rate": 0.0
  },
  "surface_stats": {
    "hard": {
      "matches": 5,
      "wins": 0,
      "losses": 5,
      "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": {
    "WTA 500": {
      "matches": 2,
      "wins": 0,
      "losses": 2,
      "win_rate": 0.0
    },
    "WTA 250": {
      "matches": 3,
      "wins": 0,
      "losses": 3,
      "win_rate": 0.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 5,
    "avg_aces_per_match": 1.2,
    "avg_double_faults_per_match": 2.0,
    "avg_first_serve_pct": 66.7,
    "avg_first_serve_won_pct": 54.8,
    "avg_second_serve_won_pct": 33.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-10-15",
      "opponent": "Sahaja Yamalapalli",
      "opponent_id": 390986,
      "tournament": "Tampico, Mexico",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 1,
        "first_serve_pct": 67.9245283018868,
        "first_serve_won_pct": 52.77777777777778,
        "second_serve_won_pct": 23.52941176470588,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-10",
      "opponent": "Lucrezia Stefanini",
      "opponent_id": 155890,
      "tournament": "Guadalajara",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 2,
        "double_faults": 5,
        "first_serve_pct": 70.29702970297029,
        "first_serve_won_pct": 54.929577464788736,
        "second_serve_won_pct": 31.57894736842105,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-02-25",
      "opponent": "Petra Martić",
      "opponent_id": 19704,
      "tournament": "Merida",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 3,
        "first_serve_pct": 54.83870967741935,
        "first_serve_won_pct": 47.05882352941176,
        "second_serve_won_pct": 25.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-01-07",
      "opponent": "Ann Li",
      "opponent_id": 222826,
      "tournament": "Hobart",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 0,
        "first_serve_pct": 72.72727272727273,
        "first_serve_won_pct": 56.25,
        "second_serve_won_pct": 57.89473684210527,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2024-12-30",
      "opponent": "Ann Li",
      "opponent_id": 222826,
      "tournament": "Auckland",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 67.5925925925926,
        "first_serve_won_pct": 63.013698630136986,
        "second_serve_won_pct": 45.714285714285715,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 5,
    "wins": 0,
    "losses": 5,
    "form_string": "LLLLL"
  },
  "head_to_head": [
    {
      "opponent": "Ann Li",
      "opponent_id": 222826,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Petra Martić",
      "opponent_id": 19704,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Lucrezia Stefanini",
      "opponent_id": 155890,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Sahaja Yamalapalli",
      "opponent_id": 390986,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 0,
          "losses": 6,
          "win_rate": 0.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 8,
          "double_faults": 10,
          "aces_per_match": 1.3,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 76.5,
          "first_serve_won_pct": 55.1,
          "second_serve_won_pct": 38.8,
          "break_points_saved_pct": 51.5,
          "break_points_converted_pct": 51.6,
          "winners_total": 10,
          "unforced_errors_total": 15
        }
      },
      "totals": {
        "matches": 6,
        "wins": 0,
        "tournaments_played": 7,
        "tournaments_won": 0,
        "aces": 8,
        "double_faults": 10,
        "win_rate": 0.0,
        "losses": 6
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 7,
          "double_faults": 4,
          "aces_per_match": 1.4,
          "double_faults_per_match": 0.8,
          "first_serve_pct": 78.0,
          "first_serve_won_pct": 53.3,
          "second_serve_won_pct": 51.5,
          "break_points_saved_pct": 42.4,
          "break_points_converted_pct": 34.2,
          "winners_total": 28,
          "unforced_errors_total": 36
        },
        "hardcourt_outdoor": {
          "matches": 21,
          "wins": 8,
          "losses": 13,
          "win_rate": 38.1,
          "tournaments_played": 12,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 12,
          "double_faults": 45,
          "aces_per_match": 0.6,
          "double_faults_per_match": 2.1,
          "first_serve_pct": 77.9,
          "first_serve_won_pct": 58.5,
          "second_serve_won_pct": 52.3,
          "break_points_saved_pct": 57.8,
          "break_points_converted_pct": 43.9,
          "winners_total": 96,
          "unforced_errors_total": 117
        },
        "red_clay": {
          "matches": 7,
          "wins": 2,
          "losses": 5,
          "win_rate": 28.6,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 4,
          "double_faults": 9,
          "aces_per_match": 0.6,
          "double_faults_per_match": 1.3,
          "first_serve_pct": 79.7,
          "first_serve_won_pct": 58.8,
          "second_serve_won_pct": 49.0,
          "break_points_saved_pct": 49.0,
          "break_points_converted_pct": 23.1,
          "winners_total": 9,
          "unforced_errors_total": 25
        }
      },
      "totals": {
        "matches": 33,
        "wins": 12,
        "tournaments_played": 20,
        "tournaments_won": 0,
        "aces": 23,
        "double_faults": 58,
        "win_rate": 36.4,
        "losses": 21
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 3,
          "double_faults": 7,
          "aces_per_match": 1.5,
          "double_faults_per_match": 3.5,
          "first_serve_pct": 76.5,
          "first_serve_won_pct": 66.3,
          "second_serve_won_pct": 61.5,
          "break_points_saved_pct": 62.5,
          "break_points_converted_pct": 45.0,
          "winners_total": 38,
          "unforced_errors_total": 46
        },
        "hardcourt_outdoor": {
          "matches": 24,
          "wins": 11,
          "losses": 13,
          "win_rate": 45.8,
          "tournaments_played": 14,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 33,
          "double_faults": 50,
          "aces_per_match": 1.4,
          "double_faults_per_match": 2.1,
          "first_serve_pct": 77.4,
          "first_serve_won_pct": 58.0,
          "second_serve_won_pct": 54.6,
          "break_points_saved_pct": 52.4,
          "break_points_converted_pct": 45.5,
          "winners_total": 48,
          "unforced_errors_total": 79
        },
        "red_clay": {
          "matches": 16,
          "wins": 12,
          "losses": 4,
          "win_rate": 75.0,
          "tournaments_played": 5,
          "tournaments_won": 1,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 9,
          "double_faults": 28,
          "aces_per_match": 0.6,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 79.9,
          "first_serve_won_pct": 62.3,
          "second_serve_won_pct": 50.6,
          "break_points_saved_pct": 55.5,
          "break_points_converted_pct": 52.7,
          "winners_total": 77,
          "unforced_errors_total": 92
        }
      },
      "totals": {
        "matches": 42,
        "wins": 24,
        "tournaments_played": 20,
        "tournaments_won": 1,
        "aces": 45,
        "double_faults": 85,
        "win_rate": 57.1,
        "losses": 18
      }
    }
  ],
  "data_generated_at": "2025-12-10 08:36:46 UTC"
}