Player Data JSON

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

Felix Corwin

Felix Corwin

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

JSON Data

{
  "player": {
    "id": 1211,
    "api_id": 161874,
    "name": "Felix Corwin",
    "short_name": "F. Corwin",
    "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": 2088345,
    "singles": 13.52,
    "doubles": 13.24,
    "ranking": 666,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "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": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "ATP 250": {
      "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": 3.0,
    "avg_double_faults_per_match": 4.3,
    "avg_first_serve_pct": 53.1,
    "avg_first_serve_won_pct": 56.3,
    "avg_second_serve_won_pct": 45.3,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-14",
      "opponent": "Nikolay Vylegzhanin",
      "opponent_id": 244419,
      "tournament": "Saint Tropez, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 3,
        "first_serve_pct": 55.00000000000001,
        "first_serve_won_pct": 57.57575757575758,
        "second_serve_won_pct": 25.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-07",
      "opponent": "Leo Raquillet",
      "opponent_id": 405556,
      "tournament": "Rennes, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 5,
        "first_serve_pct": 51.85185185185185,
        "first_serve_won_pct": 50.0,
        "second_serve_won_pct": 56.41025641025641,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-03-29",
      "opponent": "Patrick Zahraj",
      "opponent_id": 208222,
      "tournament": "Houston",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 5,
        "first_serve_pct": 52.54237288135594,
        "first_serve_won_pct": 61.29032258064516,
        "second_serve_won_pct": 43.333333333333336,
        "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": "Patrick Zahraj",
      "opponent_id": 208222,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Nikolay Vylegzhanin",
      "opponent_id": 244419,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Leo Raquillet",
      "opponent_id": 405556,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 3,
          "wins": 0,
          "losses": 3,
          "win_rate": 0.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 22,
          "double_faults": 12,
          "aces_per_match": 7.3,
          "double_faults_per_match": 4.0,
          "first_serve_pct": 70.2,
          "first_serve_won_pct": 62.7,
          "second_serve_won_pct": 56.1,
          "break_points_saved_pct": 30.8,
          "break_points_converted_pct": 63.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 7,
          "double_faults": 5,
          "aces_per_match": 2.3,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 70.9,
          "first_serve_won_pct": 58.6,
          "second_serve_won_pct": 40.6,
          "break_points_saved_pct": 44.0,
          "break_points_converted_pct": 52.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 9,
          "wins": 3,
          "losses": 6,
          "win_rate": 33.3,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 4,
          "aces": 23,
          "double_faults": 27,
          "aces_per_match": 2.6,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 71.6,
          "first_serve_won_pct": 63.9,
          "second_serve_won_pct": 39.5,
          "break_points_saved_pct": 50.9,
          "break_points_converted_pct": 32.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 15,
        "wins": 4,
        "tournaments_played": 11,
        "tournaments_won": 0,
        "aces": 52,
        "double_faults": 44,
        "win_rate": 26.7,
        "losses": 11
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 3,
          "losses": 2,
          "win_rate": 60.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 23,
          "double_faults": 14,
          "aces_per_match": 4.6,
          "double_faults_per_match": 2.8,
          "first_serve_pct": 67.7,
          "first_serve_won_pct": 58.9,
          "second_serve_won_pct": 43.4,
          "break_points_saved_pct": 53.8,
          "break_points_converted_pct": 39.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 8,
          "tournaments_won": 1,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 0,
          "aces": 52,
          "double_faults": 30,
          "aces_per_match": 7.4,
          "double_faults_per_match": 4.3,
          "first_serve_pct": 66.6,
          "first_serve_won_pct": 74.4,
          "second_serve_won_pct": 53.0,
          "break_points_saved_pct": 51.4,
          "break_points_converted_pct": 35.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 8,
          "wins": 5,
          "losses": 3,
          "win_rate": 62.5,
          "tournaments_played": 11,
          "tournaments_won": 0,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 1,
          "aces": 33,
          "double_faults": 43,
          "aces_per_match": 4.1,
          "double_faults_per_match": 5.4,
          "first_serve_pct": 69.9,
          "first_serve_won_pct": 71.3,
          "second_serve_won_pct": 51.4,
          "break_points_saved_pct": 61.0,
          "break_points_converted_pct": 39.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 20,
        "wins": 11,
        "tournaments_played": 24,
        "tournaments_won": 1,
        "aces": 108,
        "double_faults": 87,
        "win_rate": 55.0,
        "losses": 9
      }
    }
  ],
  "data_generated_at": "2025-12-10 12:45:49 UTC"
}