Player Data JSON

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

Lorenzo Bocchi

Lorenzo Bocchi

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

JSON Data

{
  "player": {
    "id": 1763,
    "api_id": 208628,
    "name": "Lorenzo Bocchi",
    "short_name": "L. Bocchi",
    "country": "Italy",
    "country_code": "IT",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 240578,
    "singles": 13.16,
    "doubles": 12.74,
    "ranking": 916,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "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": {
    "Challenger": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 3.0,
    "avg_double_faults_per_match": 2.3,
    "avg_first_serve_pct": 53.6,
    "avg_first_serve_won_pct": 69.1,
    "avg_second_serve_won_pct": 50.3,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-09",
      "opponent": "Geoffrey Blancaneaux",
      "opponent_id": 141882,
      "tournament": "Szczecin, Poland",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 53.03030303030303,
        "first_serve_won_pct": 54.285714285714285,
        "second_serve_won_pct": 51.61290322580645,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-08",
      "opponent": "Tadeas Paroulek",
      "opponent_id": 234404,
      "tournament": "Szczecin, Poland",
      "surface": "clay",
      "round": "Qualification Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 4,
        "double_faults": 3,
        "first_serve_pct": 52.42718446601942,
        "first_serve_won_pct": 72.22222222222221,
        "second_serve_won_pct": 46.93877551020408,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-07",
      "opponent": "Krzysztof Plewa",
      "opponent_id": 858275,
      "tournament": "Szczecin, Poland",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 3,
        "first_serve_pct": 55.319148936170215,
        "first_serve_won_pct": 80.76923076923077,
        "second_serve_won_pct": 52.38095238095239,
        "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": "Geoffrey Blancaneaux",
      "opponent_id": 141882,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Tadeas Paroulek",
      "opponent_id": 234404,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Krzysztof Plewa",
      "opponent_id": 858275,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 4,
          "double_faults": 5,
          "aces_per_match": 4.0,
          "double_faults_per_match": 5.0,
          "first_serve_pct": 70.2,
          "first_serve_won_pct": 76.3,
          "second_serve_won_pct": 39.1,
          "break_points_saved_pct": 80.0,
          "break_points_converted_pct": 0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 15,
          "double_faults": 20,
          "aces_per_match": 2.5,
          "double_faults_per_match": 3.3,
          "first_serve_pct": 68.6,
          "first_serve_won_pct": 65.7,
          "second_serve_won_pct": 50.3,
          "break_points_saved_pct": 68.8,
          "break_points_converted_pct": 48.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 7,
        "wins": 3,
        "tournaments_played": 5,
        "tournaments_won": 0,
        "aces": 19,
        "double_faults": 25,
        "win_rate": 42.9,
        "losses": 4
      }
    }
  ],
  "data_generated_at": "2025-12-10 13:06:05 UTC"
}