Player Data JSON

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

Guy Sasson

Guy Sasson

Israel ATP
1W - 1L 50.0% Win Rate Forma: LW

JSON Data

{
  "player": {
    "id": 2244,
    "api_id": 489809,
    "name": "Guy Sasson",
    "short_name": "G. Sasson",
    "country": "Israel",
    "country_code": "IL",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 1563233,
    "singles": null,
    "doubles": null,
    "ranking": 220090,
    "division": "General",
    "is_pro": false,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 2,
    "wins": 1,
    "losses": 1,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "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": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "average_match_stats": null,
  "recent_form": [
    {
      "date": "2025-09-05",
      "opponent": "Niels Vink",
      "opponent_id": 375875,
      "tournament": "US Open, Quad",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2"
    },
    {
      "date": "2025-09-04",
      "opponent": "Robert Shaw",
      "opponent_id": 448577,
      "tournament": "US Open, Quad",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0"
    }
  ],
  "form_summary": {
    "last_10_matches": 2,
    "wins": 1,
    "losses": 1,
    "form_string": "LW"
  },
  "head_to_head": [
    {
      "opponent": "Robert Shaw",
      "opponent_id": 448577,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Niels Vink",
      "opponent_id": 375875,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-10 10:42:39 UTC"
}