Player Data JSON

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

Santiago Pedro Franchini

Santiago Pedro Franchini

Argentina ATP
2W - 1L 66.7% Win Rate Forma: LWW

JSON Data

{
  "player": {
    "id": 2051,
    "api_id": 256800,
    "name": "Santiago Pedro Franchini",
    "short_name": "S. P. Franchini",
    "country": "Argentina",
    "country_code": "AR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": null,
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 2,
    "losses": 1,
    "win_rate": 66.7
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 2.3,
    "avg_double_faults_per_match": 2.0,
    "avg_first_serve_pct": 68.8,
    "avg_first_serve_won_pct": 66.7,
    "avg_second_serve_won_pct": 49.1,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-07",
      "opponent": "Alvaro Ariel Frutos Alonso",
      "opponent_id": 928219,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "Final",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 1,
        "double_faults": 1,
        "first_serve_pct": 75.75757575757575,
        "first_serve_won_pct": 53.333333333333336,
        "second_serve_won_pct": 41.66666666666667,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-06",
      "opponent": "Tomas Tischner",
      "opponent_id": 481906,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "Semifinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 1,
        "double_faults": 4,
        "first_serve_pct": 64.0,
        "first_serve_won_pct": 62.5,
        "second_serve_won_pct": 55.55555555555556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-05",
      "opponent": "Fantino Alberca de Las Casas",
      "opponent_id": 509580,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 1,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 84.375,
        "second_serve_won_pct": 37.03703703703704,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 2,
    "losses": 1,
    "form_string": "LWW"
  },
  "head_to_head": [
    {
      "opponent": "Fantino Alberca de Las Casas",
      "opponent_id": 509580,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Alvaro Ariel Frutos Alonso",
      "opponent_id": 928219,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Tomas Tischner",
      "opponent_id": 481906,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-13 14:38:55 UTC"
}