Player Data JSON

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

Ramiro Amarilla

Ramiro Amarilla

Argentina ATP
1W - 2L 33.3% Win Rate Forma: LWL

JSON Data

{
  "player": {
    "id": 2042,
    "api_id": 412176,
    "name": "Ramiro Amarilla",
    "short_name": "R. Amarilla",
    "country": "Argentina",
    "country_code": "AR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 3601799,
    "singles": 12.35,
    "doubles": 11.52,
    "ranking": 1598,
    "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": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "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": 0.3,
    "avg_double_faults_per_match": 1.0,
    "avg_first_serve_pct": 78.5,
    "avg_first_serve_won_pct": 60.8,
    "avg_second_serve_won_pct": 42.0,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-07",
      "opponent": "Nicolas Bianchi",
      "opponent_id": 195381,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "Final",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 82.10526315789474,
        "first_serve_won_pct": 60.256410256410255,
        "second_serve_won_pct": 17.647058823529413,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-06",
      "opponent": "Felipe Dreer",
      "opponent_id": 939549,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "Semifinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 1,
        "double_faults": 0,
        "first_serve_pct": 82.05128205128204,
        "first_serve_won_pct": 62.5,
        "second_serve_won_pct": 71.42857142857143,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-05",
      "opponent": "Alvaro Ariel Frutos Alonso",
      "opponent_id": 928219,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 1,
        "first_serve_pct": 71.21212121212122,
        "first_serve_won_pct": 59.57446808510638,
        "second_serve_won_pct": 55.55555555555556,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 1,
    "losses": 2,
    "form_string": "LWL"
  },
  "head_to_head": [
    {
      "opponent": "Alvaro Ariel Frutos Alonso",
      "opponent_id": 928219,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Nicolas Bianchi",
      "opponent_id": 195381,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Felipe Dreer",
      "opponent_id": 939549,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-13 14:42:28 UTC"
}