Player Data JSON

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

Sam Oster

Sam Oster

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

JSON Data

{
  "player": {
    "id": 3643,
    "api_id": 266878,
    "name": "Sam Oster",
    "short_name": "S. Oster",
    "country": "Australia",
    "country_code": "AU",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 5372511,
    "singles": 11.0,
    "doubles": null,
    "ranking": 1888,
    "division": "Pro",
    "is_pro": false,
    "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": {
    "UTR": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 3.7,
    "avg_double_faults_per_match": 3.0,
    "avg_first_serve_pct": 57.6,
    "avg_first_serve_won_pct": 58.3,
    "avg_second_serve_won_pct": 34.3,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-09",
      "opponent": "Shugo Ishigaki",
      "opponent_id": 1089796,
      "tournament": "UTR PTT Melbourne Men 01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 5,
        "double_faults": 4,
        "first_serve_pct": 56.34920634920635,
        "first_serve_won_pct": 60.56338028169014,
        "second_serve_won_pct": 40.74074074074074,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-08",
      "opponent": "Matthew Dellavedova",
      "opponent_id": 192246,
      "tournament": "UTR PTT Melbourne Men 01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 2,
        "first_serve_pct": 55.55555555555556,
        "first_serve_won_pct": 45.0,
        "second_serve_won_pct": 91.66666666666666,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-07",
      "opponent": "Casey Ambler",
      "opponent_id": 470396,
      "tournament": "UTR PTT Melbourne Men 01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 61.016949152542374,
        "first_serve_won_pct": 69.44444444444444,
        "second_serve_won_pct": 56.52173913043478,
        "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": "Matthew Dellavedova",
      "opponent_id": 192246,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Shugo Ishigaki",
      "opponent_id": 1089796,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Casey Ambler",
      "opponent_id": 470396,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [
    {
      "date": "2025-12-11 00:00",
      "opponent": "Charlie Pade",
      "opponent_id": 490672,
      "tournament": "UTR PTT Melbourne Men 01",
      "surface": "hard",
      "round": "",
      "odds_player": null,
      "odds_opponent": null
    }
  ],
  "year_statistics": null,
  "data_generated_at": "2025-12-10 13:05:35 UTC"
}