Player Data JSON

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

Adrien Gobat

Adrien Gobat

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

JSON Data

{
  "player": {
    "id": 1785,
    "api_id": 213079,
    "name": "Adrien Gobat",
    "short_name": "A. Gobat",
    "country": "France",
    "country_code": "FR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 221175,
    "singles": 13.45,
    "doubles": 12.48,
    "ranking": 711,
    "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": 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": {
    "Challenger": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 3.7,
    "avg_double_faults_per_match": 4.3,
    "avg_first_serve_pct": 68.0,
    "avg_first_serve_won_pct": 61.8,
    "avg_second_serve_won_pct": 47.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-14",
      "opponent": "Florent Bax",
      "opponent_id": 226806,
      "tournament": "Saint Tropez, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 5,
        "first_serve_pct": 64.91228070175438,
        "first_serve_won_pct": 43.24324324324324,
        "second_serve_won_pct": 55.00000000000001,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-08",
      "opponent": "Maxime Janvier",
      "opponent_id": 107625,
      "tournament": "Rennes, France",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 4,
        "double_faults": 6,
        "first_serve_pct": 70.29702970297029,
        "first_serve_won_pct": 64.7887323943662,
        "second_serve_won_pct": 43.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-07",
      "opponent": "Benoit Paire",
      "opponent_id": 22218,
      "tournament": "Rennes, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 7,
        "double_faults": 2,
        "first_serve_pct": 68.75,
        "first_serve_won_pct": 77.27272727272727,
        "second_serve_won_pct": 36.36363636363637,
        "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": "Benoit Paire",
      "opponent_id": 22218,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Maxime Janvier",
      "opponent_id": 107625,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Florent Bax",
      "opponent_id": 226806,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 7,
          "wins": 4,
          "losses": 3,
          "win_rate": 57.1,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 24,
          "double_faults": 24,
          "aces_per_match": 3.4,
          "double_faults_per_match": 3.4,
          "first_serve_pct": 72.6,
          "first_serve_won_pct": 62.5,
          "second_serve_won_pct": 42.5,
          "break_points_saved_pct": 62.7,
          "break_points_converted_pct": 32.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 0,
          "double_faults": 5,
          "aces_per_match": 0.0,
          "double_faults_per_match": 5.0,
          "first_serve_pct": 74.0,
          "first_serve_won_pct": 43.2,
          "second_serve_won_pct": 73.3,
          "break_points_saved_pct": 58.3,
          "break_points_converted_pct": 20.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 8,
        "wins": 4,
        "tournaments_played": 4,
        "tournaments_won": 0,
        "aces": 24,
        "double_faults": 29,
        "win_rate": 50.0,
        "losses": 4
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 3,
          "wins": 1,
          "losses": 2,
          "win_rate": 33.3,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 10,
          "double_faults": 10,
          "aces_per_match": 3.3,
          "double_faults_per_match": 3.3,
          "first_serve_pct": 66.5,
          "first_serve_won_pct": 67.1,
          "second_serve_won_pct": 50.8,
          "break_points_saved_pct": 63.0,
          "break_points_converted_pct": 42.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 3,
        "wins": 1,
        "tournaments_played": 6,
        "tournaments_won": 0,
        "aces": 10,
        "double_faults": 10,
        "win_rate": 33.3,
        "losses": 2
      }
    }
  ],
  "data_generated_at": "2025-12-10 13:06:31 UTC"
}