Player Data JSON

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

Tung-Lin Wu

Tung-Lin Wu

Chinese Taipei ATP 388
0W - 1L 0.0% Win Rate Forma: L

JSON Data

{
  "player": {
    "id": 886,
    "api_id": 163996,
    "name": "Tung-Lin Wu",
    "short_name": "T. Wu",
    "country": "Chinese Taipei",
    "country_code": "TW",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 57529,
    "singles": 14.06,
    "doubles": 13.42,
    "ranking": 337,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 388,
    "points": 127,
    "best_position": 158,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 388,
      "points": 127
    },
    {
      "date": "2025-12-09",
      "position": 388,
      "points": 127
    },
    {
      "date": "2025-12-08",
      "position": 388,
      "points": 127
    },
    {
      "date": "2025-12-07",
      "position": 389,
      "points": 127
    },
    {
      "date": "2025-12-06",
      "position": 389,
      "points": 127
    },
    {
      "date": "2025-12-05",
      "position": 389,
      "points": 127
    },
    {
      "date": "2025-12-04",
      "position": 389,
      "points": 127
    },
    {
      "date": "2025-12-03",
      "position": 389,
      "points": 127
    }
  ],
  "career_stats": {
    "total_matches": 1,
    "wins": 0,
    "losses": 1,
    "win_rate": 0.0
  },
  "surface_stats": {
    "hard": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "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": {
    "Challenger": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 1,
    "avg_aces_per_match": 8.0,
    "avg_double_faults_per_match": 2.0,
    "avg_first_serve_pct": 67.2,
    "avg_first_serve_won_pct": 69.8,
    "avg_second_serve_won_pct": 47.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-02",
      "opponent": "Kasidit Samrej",
      "opponent_id": 230306,
      "tournament": "Shanghai, China",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 8,
        "double_faults": 2,
        "first_serve_pct": 67.1875,
        "first_serve_won_pct": 69.76744186046511,
        "second_serve_won_pct": 47.61904761904761,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 1,
    "wins": 0,
    "losses": 1,
    "form_string": "L"
  },
  "head_to_head": [
    {
      "opponent": "Kasidit Samrej",
      "opponent_id": 230306,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 2,
          "wins": 0,
          "losses": 2,
          "win_rate": 0.0,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 12,
          "double_faults": 4,
          "aces_per_match": 6.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 73.7,
          "first_serve_won_pct": 64.2,
          "second_serve_won_pct": 47.3,
          "break_points_saved_pct": 12.5,
          "break_points_converted_pct": 35.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 24,
          "wins": 10,
          "losses": 14,
          "win_rate": 41.7,
          "tournaments_played": 20,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 5,
          "aces": 94,
          "double_faults": 65,
          "aces_per_match": 3.9,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 76.1,
          "first_serve_won_pct": 68.6,
          "second_serve_won_pct": 56.9,
          "break_points_saved_pct": 71.8,
          "break_points_converted_pct": 38.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 4,
          "double_faults": 13,
          "aces_per_match": 0.7,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 75.0,
          "first_serve_won_pct": 62.3,
          "second_serve_won_pct": 65.2,
          "break_points_saved_pct": 61.3,
          "break_points_converted_pct": 68.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 32,
        "wins": 13,
        "tournaments_played": 25,
        "tournaments_won": 0,
        "aces": 110,
        "double_faults": 82,
        "win_rate": 40.6,
        "losses": 19
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 4,
          "wins": 1,
          "losses": 3,
          "win_rate": 25.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 33,
          "double_faults": 6,
          "aces_per_match": 8.2,
          "double_faults_per_match": 1.5,
          "first_serve_pct": 78.9,
          "first_serve_won_pct": 65.3,
          "second_serve_won_pct": 37.7,
          "break_points_saved_pct": 67.6,
          "break_points_converted_pct": 27.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 52,
          "wins": 29,
          "losses": 23,
          "win_rate": 55.8,
          "tournaments_played": 25,
          "tournaments_won": 1,
          "tiebreaks_won": 12,
          "tiebreaks_lost": 8,
          "aces": 193,
          "double_faults": 86,
          "aces_per_match": 3.7,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 75.4,
          "first_serve_won_pct": 66.2,
          "second_serve_won_pct": 57.1,
          "break_points_saved_pct": 59.5,
          "break_points_converted_pct": 38.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 56,
        "wins": 30,
        "tournaments_played": 28,
        "tournaments_won": 1,
        "aces": 226,
        "double_faults": 92,
        "win_rate": 53.6,
        "losses": 26
      }
    },
    {
      "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": 6,
          "double_faults": 3,
          "aces_per_match": 3.0,
          "double_faults_per_match": 1.5,
          "first_serve_pct": 82.6,
          "first_serve_won_pct": 71.3,
          "second_serve_won_pct": 45.8,
          "break_points_saved_pct": 33.3,
          "break_points_converted_pct": 44.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 5,
          "wins": 1,
          "losses": 4,
          "win_rate": 20.0,
          "tournaments_played": 21,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 7,
          "double_faults": 8,
          "aces_per_match": 1.4,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 75.1,
          "first_serve_won_pct": 59.5,
          "second_serve_won_pct": 56.1,
          "break_points_saved_pct": 61.9,
          "break_points_converted_pct": 25.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 0,
          "double_faults": 3,
          "aces_per_match": 0.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 83.7,
          "first_serve_won_pct": 36.4,
          "second_serve_won_pct": 0.0,
          "break_points_saved_pct": 46.2,
          "break_points_converted_pct": 100.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 8,
        "wins": 2,
        "tournaments_played": 26,
        "tournaments_won": 0,
        "aces": 13,
        "double_faults": 14,
        "win_rate": 25.0,
        "losses": 6
      }
    }
  ],
  "data_generated_at": "2025-12-10 14:06:49 UTC"
}