Player Data JSON

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

Miguel Tobon

Miguel Tobon

Colombia ATP
1W - 2L 33.3% Win Rate Forma: LLW

JSON Data

{
  "player": {
    "id": 1319,
    "api_id": 451986,
    "name": "Miguel Tobon",
    "short_name": "M. Tobon",
    "country": "Colombia",
    "country_code": "CO",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 4467545,
    "singles": 13.5,
    "doubles": 13.37,
    "ranking": 681,
    "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": {
    "Challenger": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 5.0,
    "avg_double_faults_per_match": 7.0,
    "avg_first_serve_pct": 55.5,
    "avg_first_serve_won_pct": 70.4,
    "avg_second_serve_won_pct": 42.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-11-09",
      "opponent": "Daniel Dutra Da Silva",
      "opponent_id": 48225,
      "tournament": "Montevideo, Uruguay",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 3,
        "first_serve_pct": 56.52173913043478,
        "first_serve_won_pct": 74.35897435897436,
        "second_serve_won_pct": 58.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-05-14",
      "opponent": "Hernan Casanova",
      "opponent_id": 54975,
      "tournament": "Bogota, Colombia",
      "surface": "clay",
      "round": "Round of 16",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 7,
        "first_serve_pct": 48.38709677419355,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 40.625,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-05-13",
      "opponent": "Daniel Antonio Nunez",
      "opponent_id": 305134,
      "tournament": "Bogota, Colombia",
      "surface": "clay",
      "round": "Round of 32",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 10,
        "double_faults": 11,
        "first_serve_pct": 61.60714285714286,
        "first_serve_won_pct": 76.81159420289855,
        "second_serve_won_pct": 37.2093023255814,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 3,
    "wins": 1,
    "losses": 2,
    "form_string": "LLW"
  },
  "head_to_head": [
    {
      "opponent": "Daniel Dutra Da Silva",
      "opponent_id": 48225,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Hernan Casanova",
      "opponent_id": 54975,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Daniel Antonio Nunez",
      "opponent_id": 305134,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 1,
          "aces": 29,
          "double_faults": 26,
          "aces_per_match": 4.8,
          "double_faults_per_match": 4.3,
          "first_serve_pct": 73.6,
          "first_serve_won_pct": 69.0,
          "second_serve_won_pct": 56.9,
          "break_points_saved_pct": 60.0,
          "break_points_converted_pct": 29.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 21,
          "wins": 10,
          "losses": 11,
          "win_rate": 47.6,
          "tournaments_played": 14,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 3,
          "aces": 39,
          "double_faults": 99,
          "aces_per_match": 1.9,
          "double_faults_per_match": 4.7,
          "first_serve_pct": 70.5,
          "first_serve_won_pct": 56.9,
          "second_serve_won_pct": 52.6,
          "break_points_saved_pct": 60.9,
          "break_points_converted_pct": 28.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 27,
        "wins": 13,
        "tournaments_played": 20,
        "tournaments_won": 0,
        "aces": 68,
        "double_faults": 125,
        "win_rate": 48.1,
        "losses": 14
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "red_clay": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 5,
          "double_faults": 12,
          "aces_per_match": 5.0,
          "double_faults_per_match": 12.0,
          "first_serve_pct": 65.3,
          "first_serve_won_pct": 60.9,
          "second_serve_won_pct": 55.0,
          "break_points_saved_pct": 28.6,
          "break_points_converted_pct": 28.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 1,
        "wins": 0,
        "tournaments_played": 5,
        "tournaments_won": 0,
        "aces": 5,
        "double_faults": 12,
        "win_rate": 0.0,
        "losses": 1
      }
    }
  ],
  "data_generated_at": "2025-12-10 14:08:40 UTC"
}