Player Data JSON

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

Karl Poling

Karl Poling

USA ATP
3W - 1L 75.0% Win Rate Forma: WWLW

JSON Data

{
  "player": {
    "id": 1629,
    "api_id": 199453,
    "name": "Karl Poling",
    "short_name": "K. Poling",
    "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": 51362,
    "singles": 13.45,
    "doubles": 13.37,
    "ranking": 705,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 4,
    "wins": 3,
    "losses": 1,
    "win_rate": 75.0
  },
  "surface_stats": {
    "hard": {
      "matches": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.0
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "ATP 250": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "UTR": {
      "matches": 2,
      "wins": 2,
      "losses": 0,
      "win_rate": 100.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 4,
    "avg_aces_per_match": 2.2,
    "avg_double_faults_per_match": 3.2,
    "avg_first_serve_pct": 61.3,
    "avg_first_serve_won_pct": 67.4,
    "avg_second_serve_won_pct": 47.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-06",
      "opponent": "James Quattro",
      "opponent_id": 932479,
      "tournament": "UTR PTT Oxford Men 01",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 6,
        "double_faults": 3,
        "first_serve_pct": 66.98113207547169,
        "first_serve_won_pct": 64.7887323943662,
        "second_serve_won_pct": 44.44444444444444,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-05",
      "opponent": "Noah Schlagenhauf",
      "opponent_id": 301990,
      "tournament": "UTR PTT Oxford Men 01",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 1,
        "double_faults": 0,
        "first_serve_pct": 62.121212121212125,
        "first_serve_won_pct": 65.85365853658537,
        "second_serve_won_pct": 37.5,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-17",
      "opponent": "Aleksandar Vukic",
      "opponent_id": 124656,
      "tournament": "Winston Salem",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 5,
        "first_serve_pct": 58.06451612903226,
        "first_serve_won_pct": 69.44444444444444,
        "second_serve_won_pct": 42.30769230769231,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-16",
      "opponent": "Thai-Son Kwiatkowski",
      "opponent_id": 63642,
      "tournament": "Winston Salem",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 1,
        "double_faults": 5,
        "first_serve_pct": 58.06451612903226,
        "first_serve_won_pct": 69.44444444444444,
        "second_serve_won_pct": 42.30769230769231,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 3,
    "losses": 1,
    "form_string": "WWLW"
  },
  "head_to_head": [
    {
      "opponent": "Noah Schlagenhauf",
      "opponent_id": 301990,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "James Quattro",
      "opponent_id": 932479,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Aleksandar Vukic",
      "opponent_id": 124656,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Thai-Son Kwiatkowski",
      "opponent_id": 63642,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 3,
          "losses": 2,
          "win_rate": 60.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 6,
          "double_faults": 10,
          "aces_per_match": 1.2,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 74.0,
          "first_serve_won_pct": 66.1,
          "second_serve_won_pct": 77.4,
          "break_points_saved_pct": 46.7,
          "break_points_converted_pct": 38.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 6,
          "tournaments_won": 1,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 3,
          "double_faults": 10,
          "aces_per_match": 1.0,
          "double_faults_per_match": 3.3,
          "first_serve_pct": 71.6,
          "first_serve_won_pct": 63.7,
          "second_serve_won_pct": 50.9,
          "break_points_saved_pct": 78.9,
          "break_points_converted_pct": 14.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 7,
          "wins": 4,
          "losses": 3,
          "win_rate": 57.1,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 3,
          "aces": 11,
          "double_faults": 10,
          "aces_per_match": 1.6,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 73.2,
          "first_serve_won_pct": 63.7,
          "second_serve_won_pct": 50.2,
          "break_points_saved_pct": 55.6,
          "break_points_converted_pct": 43.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 15,
        "wins": 8,
        "tournaments_played": 13,
        "tournaments_won": 1,
        "aces": 20,
        "double_faults": 30,
        "win_rate": 53.3,
        "losses": 7
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 4,
          "wins": 2,
          "losses": 2,
          "win_rate": 50.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 10,
          "double_faults": 15,
          "aces_per_match": 2.5,
          "double_faults_per_match": 3.8,
          "first_serve_pct": 69.9,
          "first_serve_won_pct": 66.2,
          "second_serve_won_pct": 56.5,
          "break_points_saved_pct": 81.5,
          "break_points_converted_pct": 42.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 4,
          "losses": 2,
          "win_rate": 66.7,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 28,
          "double_faults": 18,
          "aces_per_match": 4.7,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 70.4,
          "first_serve_won_pct": 73.5,
          "second_serve_won_pct": 43.1,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 17.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 10,
        "wins": 6,
        "tournaments_played": 14,
        "tournaments_won": 0,
        "aces": 38,
        "double_faults": 33,
        "win_rate": 60.0,
        "losses": 4
      }
    }
  ],
  "data_generated_at": "2025-12-10 14:08:44 UTC"
}