Player Data JSON

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

Michele Ribecai

Michele Ribecai

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

JSON Data

{
  "player": {
    "id": 914,
    "api_id": 462168,
    "name": "Michele Ribecai",
    "short_name": "M. Ribecai",
    "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": 3797842,
    "singles": 13.98,
    "doubles": 13.02,
    "ranking": 380,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 423,
    "points": 112,
    "best_position": 421,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 423,
      "points": 112
    },
    {
      "date": "2025-12-09",
      "position": 423,
      "points": 112
    },
    {
      "date": "2025-12-08",
      "position": 423,
      "points": 112
    },
    {
      "date": "2025-12-07",
      "position": 424,
      "points": 112
    },
    {
      "date": "2025-12-06",
      "position": 424,
      "points": 112
    },
    {
      "date": "2025-12-05",
      "position": 424,
      "points": 112
    },
    {
      "date": "2025-12-04",
      "position": 424,
      "points": 112
    },
    {
      "date": "2025-12-03",
      "position": 424,
      "points": 112
    }
  ],
  "career_stats": {
    "total_matches": 3,
    "wins": 2,
    "losses": 1,
    "win_rate": 66.7
  },
  "surface_stats": {
    "hard": {
      "matches": 3,
      "wins": 2,
      "losses": 1,
      "win_rate": 66.7
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "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": 0.7,
    "avg_double_faults_per_match": 2.7,
    "avg_first_serve_pct": 64.5,
    "avg_first_serve_won_pct": 63.1,
    "avg_second_serve_won_pct": 52.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-10-14",
      "opponent": "Dusan Lajovic",
      "opponent_id": 39234,
      "tournament": "Olbia, Italy",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 61.1764705882353,
        "first_serve_won_pct": 57.692307692307686,
        "second_serve_won_pct": 61.111111111111114,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-13",
      "opponent": "Christoph Negritu",
      "opponent_id": 55745,
      "tournament": "Olbia, Italy",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 2,
        "double_faults": 1,
        "first_serve_pct": 75.51020408163265,
        "first_serve_won_pct": 75.67567567567568,
        "second_serve_won_pct": 58.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-12",
      "opponent": "Michael Vrbensky",
      "opponent_id": 235930,
      "tournament": "Olbia, Italy",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "1-None",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 56.81818181818182,
        "first_serve_won_pct": 56.00000000000001,
        "second_serve_won_pct": 63.1578947368421,
        "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": "Dusan Lajovic",
      "opponent_id": 39234,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Michael Vrbensky",
      "opponent_id": 235930,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Christoph Negritu",
      "opponent_id": 55745,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 3,
          "wins": 2,
          "losses": 1,
          "win_rate": 66.7,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 1,
          "aces": 11,
          "double_faults": 2,
          "aces_per_match": 3.7,
          "double_faults_per_match": 0.7,
          "first_serve_pct": 69.5,
          "first_serve_won_pct": 74.8,
          "second_serve_won_pct": 61.2,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 31.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 2,
          "double_faults": 8,
          "aces_per_match": 0.7,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 73.6,
          "first_serve_won_pct": 63.2,
          "second_serve_won_pct": 55.4,
          "break_points_saved_pct": 47.1,
          "break_points_converted_pct": 34.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 6,
        "wins": 3,
        "tournaments_played": 4,
        "tournaments_won": 0,
        "aces": 13,
        "double_faults": 10,
        "win_rate": 50.0,
        "losses": 3
      }
    }
  ],
  "data_generated_at": "2025-12-10 08:36:45 UTC"
}