Player Data JSON

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

Yan Bai

Yan Bai

China ATP 488
0W - 3L 0.0% Win Rate Forma: LLL

JSON Data

{
  "player": {
    "id": 966,
    "api_id": 25683,
    "name": "Yan Bai",
    "short_name": "Y.  Bai",
    "country": "China",
    "country_code": "CN",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": null,
  "current_ranking": {
    "position": 488,
    "points": 89,
    "best_position": 200,
    "date": "2025-12-11"
  },
  "ranking_history": [
    {
      "date": "2025-12-11",
      "position": 488,
      "points": 89
    },
    {
      "date": "2025-12-10",
      "position": 488,
      "points": 89
    },
    {
      "date": "2025-12-09",
      "position": 488,
      "points": 89
    },
    {
      "date": "2025-12-08",
      "position": 488,
      "points": 89
    },
    {
      "date": "2025-12-07",
      "position": 486,
      "points": 89
    },
    {
      "date": "2025-12-06",
      "position": 486,
      "points": 89
    },
    {
      "date": "2025-12-05",
      "position": 486,
      "points": 89
    },
    {
      "date": "2025-12-04",
      "position": 486,
      "points": 89
    },
    {
      "date": "2025-12-03",
      "position": 486,
      "points": 89
    }
  ],
  "career_stats": {
    "total_matches": 3,
    "wins": 0,
    "losses": 3,
    "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": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    },
    "Challenger": {
      "matches": 2,
      "wins": 0,
      "losses": 2,
      "win_rate": 0.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 0.3,
    "avg_double_faults_per_match": 4.3,
    "avg_first_serve_pct": 52.5,
    "avg_first_serve_won_pct": 57.4,
    "avg_second_serve_won_pct": 33.1,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-02",
      "opponent": "Tsung-Hao Huang",
      "opponent_id": 204330,
      "tournament": "Shanghai, China",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 6,
        "first_serve_pct": 44.44444444444444,
        "first_serve_won_pct": 50.0,
        "second_serve_won_pct": 70.58823529411765,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-06-23",
      "opponent": "Nicolai Budkov Kjaer",
      "opponent_id": 483188,
      "tournament": "Wimbledon",
      "surface": "grass",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 51.470588235294116,
        "first_serve_won_pct": 62.857142857142854,
        "second_serve_won_pct": 48.64864864864865,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-04-13",
      "opponent": "Sanhui Shin",
      "opponent_id": 204529,
      "tournament": "Busan, South Korea",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 4,
        "first_serve_pct": 61.53846153846154,
        "first_serve_won_pct": 59.375,
        "second_serve_won_pct": 40.909090909090914,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 0,
    "losses": 3,
    "form_string": "LLL"
  },
  "head_to_head": [
    {
      "opponent": "Nicolai Budkov Kjaer",
      "opponent_id": 483188,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Sanhui Shin",
      "opponent_id": 204529,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Tsung-Hao Huang",
      "opponent_id": 204330,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 1,
          "double_faults": 3,
          "aces_per_match": 1.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 67.3,
          "first_serve_won_pct": 62.9,
          "second_serve_won_pct": 40.0,
          "break_points_saved_pct": 16.7,
          "break_points_converted_pct": 27.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 1,
          "losses": 5,
          "win_rate": 16.7,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 11,
          "double_faults": 18,
          "aces_per_match": 1.8,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 70.8,
          "first_serve_won_pct": 64.0,
          "second_serve_won_pct": 49.6,
          "break_points_saved_pct": 41.9,
          "break_points_converted_pct": 36.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 7,
        "wins": 1,
        "tournaments_played": 6,
        "tournaments_won": 0,
        "aces": 12,
        "double_faults": 21,
        "win_rate": 14.3,
        "losses": 6
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 2,
          "wins": 1,
          "losses": 1,
          "win_rate": 50.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 0,
          "double_faults": 4,
          "aces_per_match": 0.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 67.4,
          "first_serve_won_pct": 63.3,
          "second_serve_won_pct": 50.0,
          "break_points_saved_pct": 75.0,
          "break_points_converted_pct": 0.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 27,
          "wins": 14,
          "losses": 13,
          "win_rate": 51.9,
          "tournaments_played": 24,
          "tournaments_won": 5,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 2,
          "aces": 109,
          "double_faults": 60,
          "aces_per_match": 4.0,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 72.4,
          "first_serve_won_pct": 67.1,
          "second_serve_won_pct": 53.7,
          "break_points_saved_pct": 54.3,
          "break_points_converted_pct": 45.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 29,
        "wins": 15,
        "tournaments_played": 25,
        "tournaments_won": 5,
        "aces": 109,
        "double_faults": 64,
        "win_rate": 51.7,
        "losses": 14
      }
    }
  ],
  "data_generated_at": "2025-12-11 05:24:28 UTC"
}