Player Data JSON

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

Andres Martin

Andres Martin

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

JSON Data

{
  "player": {
    "id": 819,
    "api_id": 321862,
    "name": "Andres Martin",
    "short_name": "A. Martin",
    "country": "USA",
    "country_code": "US",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 4477592,
    "singles": 14.34,
    "doubles": 13.52,
    "ranking": 216,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 267,
    "points": 203,
    "best_position": 264,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 267,
      "points": 203
    },
    {
      "date": "2025-12-09",
      "position": 267,
      "points": 203
    },
    {
      "date": "2025-12-08",
      "position": 267,
      "points": 203
    },
    {
      "date": "2025-12-07",
      "position": 268,
      "points": 203
    },
    {
      "date": "2025-12-06",
      "position": 268,
      "points": 203
    },
    {
      "date": "2025-12-05",
      "position": 268,
      "points": 203
    },
    {
      "date": "2025-12-04",
      "position": 268,
      "points": 203
    },
    {
      "date": "2025-12-03",
      "position": 268,
      "points": 203
    }
  ],
  "career_stats": {
    "total_matches": 3,
    "wins": 1,
    "losses": 2,
    "win_rate": 33.3
  },
  "surface_stats": {
    "hard": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "Masters 1000": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 3.3,
    "avg_double_faults_per_match": 3.0,
    "avg_first_serve_pct": 64.8,
    "avg_first_serve_won_pct": 66.8,
    "avg_second_serve_won_pct": 48.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-08-21",
      "opponent": "Pablo Llamas Ruiz",
      "opponent_id": 264358,
      "tournament": "US Open",
      "surface": "hard",
      "round": "Qualification Round 2",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 4,
        "first_serve_pct": 72.09302325581395,
        "first_serve_won_pct": 54.83870967741935,
        "second_serve_won_pct": 60.86956521739131,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-18",
      "opponent": "Viktor Durasovic",
      "opponent_id": 96239,
      "tournament": "US Open",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 3,
        "first_serve_pct": 59.183673469387756,
        "first_serve_won_pct": 75.86206896551724,
        "second_serve_won_pct": 30.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-05",
      "opponent": "Liam Draxl",
      "opponent_id": 223513,
      "tournament": "Cincinnati",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 63.23529411764706,
        "first_serve_won_pct": 69.76744186046511,
        "second_serve_won_pct": 54.83870967741935,
        "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": "Liam Draxl",
      "opponent_id": 223513,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Viktor Durasovic",
      "opponent_id": 96239,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Pablo Llamas Ruiz",
      "opponent_id": 264358,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 10,
          "wins": 5,
          "losses": 5,
          "win_rate": 50.0,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 45,
          "double_faults": 15,
          "aces_per_match": 4.5,
          "double_faults_per_match": 1.5,
          "first_serve_pct": 74.7,
          "first_serve_won_pct": 66.2,
          "second_serve_won_pct": 51.8,
          "break_points_saved_pct": 65.3,
          "break_points_converted_pct": 35.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 23,
          "wins": 13,
          "losses": 10,
          "win_rate": 56.5,
          "tournaments_played": 12,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 78,
          "double_faults": 63,
          "aces_per_match": 3.4,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 74.0,
          "first_serve_won_pct": 66.5,
          "second_serve_won_pct": 57.2,
          "break_points_saved_pct": 57.5,
          "break_points_converted_pct": 42.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 7,
          "wins": 5,
          "losses": 2,
          "win_rate": 71.4,
          "tournaments_played": 2,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 10,
          "double_faults": 4,
          "aces_per_match": 1.4,
          "double_faults_per_match": 0.6,
          "first_serve_pct": 74.4,
          "first_serve_won_pct": 58.0,
          "second_serve_won_pct": 44.0,
          "break_points_saved_pct": 63.0,
          "break_points_converted_pct": 31.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 40,
        "wins": 23,
        "tournaments_played": 20,
        "tournaments_won": 0,
        "aces": 133,
        "double_faults": 82,
        "win_rate": 57.5,
        "losses": 17
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 7,
          "wins": 4,
          "losses": 3,
          "win_rate": 57.1,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 20,
          "double_faults": 11,
          "aces_per_match": 2.9,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 71.2,
          "first_serve_won_pct": 66.7,
          "second_serve_won_pct": 46.7,
          "break_points_saved_pct": 46.9,
          "break_points_converted_pct": 54.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 13,
          "wins": 6,
          "losses": 7,
          "win_rate": 46.2,
          "tournaments_played": 10,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 58,
          "double_faults": 47,
          "aces_per_match": 4.5,
          "double_faults_per_match": 3.6,
          "first_serve_pct": 69.6,
          "first_serve_won_pct": 69.1,
          "second_serve_won_pct": 50.4,
          "break_points_saved_pct": 55.6,
          "break_points_converted_pct": 45.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 20,
        "wins": 10,
        "tournaments_played": 14,
        "tournaments_won": 0,
        "aces": 78,
        "double_faults": 58,
        "win_rate": 50.0,
        "losses": 10
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "hardcourt_outdoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 11,
          "tournaments_won": 1,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 3,
          "double_faults": 1,
          "aces_per_match": 3.0,
          "double_faults_per_match": 1.0,
          "first_serve_pct": 76.2,
          "first_serve_won_pct": 63.6,
          "second_serve_won_pct": 47.4,
          "break_points_saved_pct": 70.0,
          "break_points_converted_pct": 0.0,
          "winners_total": 3,
          "unforced_errors_total": 1
        }
      },
      "totals": {
        "matches": 1,
        "wins": 0,
        "tournaments_played": 11,
        "tournaments_won": 1,
        "aces": 3,
        "double_faults": 1,
        "win_rate": 0.0,
        "losses": 1
      }
    }
  ],
  "data_generated_at": "2025-12-10 09:42:31 UTC"
}