Player Data JSON

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

Hoan Mouret

Hoan Mouret

France ATP
3W - 1L 75.0% Win Rate Forma: WLWW

JSON Data

{
  "player": {
    "id": 5168,
    "api_id": 374063,
    "name": "Hoan Mouret",
    "short_name": "H. Mouret",
    "country": "France",
    "country_code": "FR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": null,
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 4,
    "wins": 3,
    "losses": 1,
    "win_rate": 75.0
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 4,
    "avg_aces_per_match": 0.5,
    "avg_double_faults_per_match": 4.8,
    "avg_first_serve_pct": 71.6,
    "avg_first_serve_won_pct": 57.9,
    "avg_second_serve_won_pct": 45.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-05-08",
      "opponent": "Noah Tauma",
      "opponent_id": 938331,
      "tournament": "UTR PTT Concord Men 01",
      "surface": "clay",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 0,
        "double_faults": 10,
        "first_serve_pct": 69.72477064220183,
        "first_serve_won_pct": 59.210526315789465,
        "second_serve_won_pct": 54.347826086956516,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-05-07",
      "opponent": "Alexander Baez",
      "opponent_id": 1080956,
      "tournament": "UTR PTT Concord Men 01",
      "surface": "clay",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 72.72727272727273,
        "first_serve_won_pct": 52.083333333333336,
        "second_serve_won_pct": 46.15384615384615,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-05-07",
      "opponent": "Zachary Cohen",
      "opponent_id": 519121,
      "tournament": "UTR PTT Concord Men 01",
      "surface": "clay",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 0,
        "double_faults": 0,
        "first_serve_pct": 77.21518987341773,
        "first_serve_won_pct": 62.295081967213115,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-05-06",
      "opponent": "Omar Rhazali",
      "opponent_id": 1151304,
      "tournament": "UTR PTT Concord Men 01",
      "surface": "clay",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 2,
        "double_faults": 7,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 58.06451612903226,
        "second_serve_won_pct": 41.935483870967744,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 3,
    "losses": 1,
    "form_string": "WLWW"
  },
  "head_to_head": [
    {
      "opponent": "Alexander Baez",
      "opponent_id": 1080956,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Noah Tauma",
      "opponent_id": 938331,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Zachary Cohen",
      "opponent_id": 519121,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Omar Rhazali",
      "opponent_id": 1151304,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-05-08 23:28:07 UTC"
}