Player Data JSON

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

Stefan Dostanic

Stefan Dostanic

USA ATP
1W - 2L 33.3% Win Rate Forma: LLW

JSON Data

{
  "player": {
    "id": 1637,
    "api_id": 274435,
    "name": "Stefan Dostanic",
    "short_name": "S. Dostanic",
    "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": 2118844,
    "singles": 14.12,
    "doubles": 13.85,
    "ranking": 317,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 1,
    "losses": 2,
    "win_rate": 33.3
  },
  "surface_stats": {
    "hard": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    },
    "ATP 250": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 8.3,
    "avg_double_faults_per_match": 5.3,
    "avg_first_serve_pct": 69.4,
    "avg_first_serve_won_pct": 66.0,
    "avg_second_serve_won_pct": 46.1,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-08-24",
      "opponent": "Eliot Spizzirri",
      "opponent_id": 288748,
      "tournament": "US Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "0-3",
      "stats": {
        "aces": 13,
        "double_faults": 4,
        "first_serve_pct": 72.35772357723577,
        "first_serve_won_pct": 66.29213483146067,
        "second_serve_won_pct": 60.60606060606061,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-20",
      "opponent": "Lorenzo Sonego",
      "opponent_id": 104847,
      "tournament": "Winston Salem",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 6,
        "double_faults": 6,
        "first_serve_pct": 67.85714285714286,
        "first_serve_won_pct": 65.78947368421053,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-18",
      "opponent": "Aleksandar Vukic",
      "opponent_id": 124656,
      "tournament": "Winston Salem",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 6,
        "double_faults": 6,
        "first_serve_pct": 67.85714285714286,
        "first_serve_won_pct": 65.78947368421053,
        "second_serve_won_pct": 36.36363636363637,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 1,
    "losses": 2,
    "form_string": "LLW"
  },
  "head_to_head": [
    {
      "opponent": "Aleksandar Vukic",
      "opponent_id": 124656,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Eliot Spizzirri",
      "opponent_id": 288748,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Lorenzo Sonego",
      "opponent_id": 104847,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "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": 6,
          "double_faults": 6,
          "aces_per_match": 3.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 72.0,
          "first_serve_won_pct": 69.4,
          "second_serve_won_pct": 50.0,
          "break_points_saved_pct": 60.0,
          "break_points_converted_pct": 20.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 12,
          "wins": 5,
          "losses": 7,
          "win_rate": 41.7,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 5,
          "aces": 73,
          "double_faults": 40,
          "aces_per_match": 6.1,
          "double_faults_per_match": 3.3,
          "first_serve_pct": 75.8,
          "first_serve_won_pct": 61.5,
          "second_serve_won_pct": 49.0,
          "break_points_saved_pct": 62.3,
          "break_points_converted_pct": 34.7,
          "winners_total": 36,
          "unforced_errors_total": 35
        },
        "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": 3,
          "double_faults": 4,
          "aces_per_match": 3.0,
          "double_faults_per_match": 4.0,
          "first_serve_pct": 69.6,
          "first_serve_won_pct": 63.0,
          "second_serve_won_pct": 70.6,
          "break_points_saved_pct": 45.5,
          "break_points_converted_pct": 0.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 15,
        "wins": 6,
        "tournaments_played": 11,
        "tournaments_won": 0,
        "aces": 82,
        "double_faults": 50,
        "win_rate": 40.0,
        "losses": 9
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 3,
          "wins": 2,
          "losses": 1,
          "win_rate": 66.7,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 18,
          "double_faults": 6,
          "aces_per_match": 6.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 76.0,
          "first_serve_won_pct": 65.4,
          "second_serve_won_pct": 54.5,
          "break_points_saved_pct": 75.8,
          "break_points_converted_pct": 50.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 10,
          "tournaments_won": 1,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 52,
          "double_faults": 24,
          "aces_per_match": 7.4,
          "double_faults_per_match": 3.4,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 70.7,
          "second_serve_won_pct": 55.4,
          "break_points_saved_pct": 60.9,
          "break_points_converted_pct": 38.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 10,
        "wins": 5,
        "tournaments_played": 12,
        "tournaments_won": 1,
        "aces": 70,
        "double_faults": 30,
        "win_rate": 50.0,
        "losses": 5
      }
    }
  ],
  "data_generated_at": "2025-12-10 08:36:51 UTC"
}