Player Data JSON

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

Andrew Fenty

Andrew Fenty

USA ATP 455
0W - 1L 0.0% Win Rate Forma: L

JSON Data

{
  "player": {
    "id": 937,
    "api_id": 258983,
    "name": "Andrew Fenty",
    "short_name": "A. Fenty",
    "country": "USA",
    "country_code": "US",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 2115646,
    "singles": 13.88,
    "doubles": 13.48,
    "ranking": 438,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 455,
    "points": 99,
    "best_position": 438,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 455,
      "points": 99
    },
    {
      "date": "2025-12-09",
      "position": 455,
      "points": 99
    },
    {
      "date": "2025-12-08",
      "position": 455,
      "points": 99
    },
    {
      "date": "2025-12-07",
      "position": 454,
      "points": 99
    },
    {
      "date": "2025-12-06",
      "position": 454,
      "points": 99
    },
    {
      "date": "2025-12-05",
      "position": 454,
      "points": 99
    },
    {
      "date": "2025-12-04",
      "position": 454,
      "points": 99
    },
    {
      "date": "2025-12-03",
      "position": 454,
      "points": 99
    }
  ],
  "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": {
    "ATP 500": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 1,
    "avg_aces_per_match": 5.0,
    "avg_double_faults_per_match": 5.0,
    "avg_first_serve_pct": 69.9,
    "avg_first_serve_won_pct": 62.1,
    "avg_second_serve_won_pct": 52.0,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-07-19",
      "opponent": "Colton Smith",
      "opponent_id": 391865,
      "tournament": "Washington",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 5,
        "double_faults": 5,
        "first_serve_pct": 69.87951807228916,
        "first_serve_won_pct": 62.06896551724138,
        "second_serve_won_pct": 52.0,
        "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": "Colton Smith",
      "opponent_id": 391865,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 8,
          "wins": 5,
          "losses": 3,
          "win_rate": 62.5,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 0,
          "aces": 37,
          "double_faults": 16,
          "aces_per_match": 4.6,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 73.6,
          "first_serve_won_pct": 72.6,
          "second_serve_won_pct": 57.8,
          "break_points_saved_pct": 52.6,
          "break_points_converted_pct": 45.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 28,
          "double_faults": 33,
          "aces_per_match": 4.0,
          "double_faults_per_match": 4.7,
          "first_serve_pct": 70.2,
          "first_serve_won_pct": 62.8,
          "second_serve_won_pct": 52.1,
          "break_points_saved_pct": 60.0,
          "break_points_converted_pct": 50.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 4,
          "double_faults": 6,
          "aces_per_match": 4.0,
          "double_faults_per_match": 6.0,
          "first_serve_pct": 66.0,
          "first_serve_won_pct": 60.6,
          "second_serve_won_pct": 44.8,
          "break_points_saved_pct": 100.0,
          "break_points_converted_pct": 50.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 16,
        "wins": 8,
        "tournaments_played": 10,
        "tournaments_won": 0,
        "aces": 69,
        "double_faults": 55,
        "win_rate": 50.0,
        "losses": 8
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 5,
          "wins": 0,
          "losses": 5,
          "win_rate": 0.0,
          "tournaments_played": 23,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 3,
          "aces": 15,
          "double_faults": 20,
          "aces_per_match": 3.0,
          "double_faults_per_match": 4.0,
          "first_serve_pct": 68.8,
          "first_serve_won_pct": 61.5,
          "second_serve_won_pct": 44.2,
          "break_points_saved_pct": 48.6,
          "break_points_converted_pct": 24.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 5,
        "wins": 0,
        "tournaments_played": 23,
        "tournaments_won": 0,
        "aces": 15,
        "double_faults": 20,
        "win_rate": 0.0,
        "losses": 5
      }
    }
  ],
  "data_generated_at": "2025-12-10 11:51:17 UTC"
}