Player Data JSON

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

Michael Mmoh

Michael Mmoh

USA ATP 228
12W - 7L 63,2% Win Rate Forma: LWWWWLWLLL

JSON Data

{
  "player": {
    "id": 652,
    "api_id": 131442,
    "name": "Michael Mmoh",
    "short_name": "M. Mmoh",
    "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": 1570645,
    "singles": 14.54,
    "doubles": 13.77,
    "ranking": 190,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": {
    "position": 228,
    "points": 247,
    "best_position": 81,
    "date": "2026-01-30"
  },
  "ranking_history": [
    {
      "date": "2026-01-30",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-29",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-28",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-27",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-26",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-25",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-24",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-23",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-22",
      "position": 228,
      "points": 247
    },
    {
      "date": "2026-01-21",
      "position": 228,
      "points": 247
    }
  ],
  "career_stats": {
    "total_matches": 19,
    "wins": 12,
    "losses": 7,
    "win_rate": 63.2
  },
  "surface_stats": {
    "hard": {
      "matches": 17,
      "wins": 11,
      "losses": 6,
      "win_rate": 64.7
    },
    "clay": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 1,
      "wins": 1,
      "losses": 0,
      "win_rate": 100.0
    },
    "Masters 1000": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "ATP 500": {
      "matches": 4,
      "wins": 3,
      "losses": 1,
      "win_rate": 75.0
    },
    "ATP 250": {
      "matches": 10,
      "wins": 7,
      "losses": 3,
      "win_rate": 70.0
    },
    "Challenger": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 19,
    "avg_aces_per_match": 7.3,
    "avg_double_faults_per_match": 4.0,
    "avg_first_serve_pct": 67.8,
    "avg_first_serve_won_pct": 64.4,
    "avg_second_serve_won_pct": 41.4,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-09",
      "opponent": "Marcos Giron",
      "opponent_id": 42379,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "L",
      "score": "0-1",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 62.06896551724138,
        "first_serve_won_pct": 61.111111111111114,
        "second_serve_won_pct": 27.27272727272727,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-08",
      "opponent": "Karen Khachanov",
      "opponent_id": 90080,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 11,
        "double_faults": 2,
        "first_serve_pct": 70.93023255813954,
        "first_serve_won_pct": 78.68852459016394,
        "second_serve_won_pct": 46.15384615384615,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-06",
      "opponent": "Alejandro Tabilo",
      "opponent_id": 102151,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 13,
        "double_faults": 3,
        "first_serve_pct": 64.47368421052632,
        "first_serve_won_pct": 79.59183673469387,
        "second_serve_won_pct": 48.148148148148145,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-05",
      "opponent": "Patrick Kypson",
      "opponent_id": 210490,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 15,
        "double_faults": 3,
        "first_serve_pct": 72.94117647058823,
        "first_serve_won_pct": 77.41935483870968,
        "second_serve_won_pct": 52.17391304347826,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-04",
      "opponent": "Cristian Garin",
      "opponent_id": 64570,
      "tournament": "Hong Kong Men Singles",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 9,
        "double_faults": 7,
        "first_serve_pct": 63.26530612244898,
        "first_serve_won_pct": 77.41935483870968,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-15",
      "opponent": "Mae Malige",
      "opponent_id": 421695,
      "tournament": "Saint Tropez, France",
      "surface": "hard",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 5,
        "first_serve_pct": 57.377049180327866,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 26.923076923076923,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-05-20",
      "opponent": "Calvin Hemery",
      "opponent_id": 81271,
      "tournament": "Roland Garros",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 9,
        "double_faults": 2,
        "first_serve_pct": 78.50467289719626,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 44.18604651162791,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-04-01",
      "opponent": "Adam Walton",
      "opponent_id": 207575,
      "tournament": "Houston",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 5,
        "double_faults": 4,
        "first_serve_pct": 60.65573770491803,
        "first_serve_won_pct": 59.45945945945946,
        "second_serve_won_pct": 51.61290322580645,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-03-17",
      "opponent": "Francisco Comesaña",
      "opponent_id": 255420,
      "tournament": "Miami",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 7,
        "double_faults": 5,
        "first_serve_pct": 73.58490566037736,
        "first_serve_won_pct": 74.35897435897436,
        "second_serve_won_pct": 21.428571428571427,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-03-04",
      "opponent": "Adam Walton",
      "opponent_id": 207575,
      "tournament": "Indian Wells",
      "surface": "hard",
      "round": "Qualification Round 2",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 7,
        "double_faults": 7,
        "first_serve_pct": 60.215053763440864,
        "first_serve_won_pct": 60.71428571428571,
        "second_serve_won_pct": 43.24324324324324,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 5,
    "losses": 5,
    "form_string": "LWWWWLWLLL"
  },
  "head_to_head": [
    {
      "opponent": "Adam Walton",
      "opponent_id": 207575,
      "matches": 2,
      "wins": 0,
      "losses": 2
    },
    {
      "opponent": "Alex Michelsen",
      "opponent_id": 406728,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Karen Khachanov",
      "opponent_id": 90080,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Patrick Kypson",
      "opponent_id": 210490,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Radu Albot",
      "opponent_id": 44547,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 12,
          "wins": 7,
          "losses": 5,
          "win_rate": 58.3,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 2,
          "aces": 68,
          "double_faults": 26,
          "aces_per_match": 5.7,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 73.1,
          "first_serve_won_pct": 65.4,
          "second_serve_won_pct": 54.8,
          "break_points_saved_pct": 59.7,
          "break_points_converted_pct": 45.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 12,
          "wins": 6,
          "losses": 6,
          "win_rate": 50.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 1,
          "aces": 66,
          "double_faults": 54,
          "aces_per_match": 5.5,
          "double_faults_per_match": 4.5,
          "first_serve_pct": 74.9,
          "first_serve_won_pct": 63.8,
          "second_serve_won_pct": 55.1,
          "break_points_saved_pct": 56.1,
          "break_points_converted_pct": 32.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 7,
          "wins": 3,
          "losses": 4,
          "win_rate": 42.9,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 35,
          "double_faults": 26,
          "aces_per_match": 5.0,
          "double_faults_per_match": 3.7,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 67.3,
          "second_serve_won_pct": 38.8,
          "break_points_saved_pct": 64.3,
          "break_points_converted_pct": 50.8,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 31,
        "wins": 16,
        "tournaments_played": 17,
        "tournaments_won": 0,
        "aces": 169,
        "double_faults": 106,
        "win_rate": 51.6,
        "losses": 15
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 6,
          "wins": 3,
          "losses": 3,
          "win_rate": 50.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 35,
          "double_faults": 14,
          "aces_per_match": 5.8,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 76.9,
          "first_serve_won_pct": 73.9,
          "second_serve_won_pct": 55.3,
          "break_points_saved_pct": 61.3,
          "break_points_converted_pct": 66.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 10,
          "wins": 3,
          "losses": 7,
          "win_rate": 30.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 4,
          "aces": 49,
          "double_faults": 40,
          "aces_per_match": 4.9,
          "double_faults_per_match": 4.0,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 68.6,
          "second_serve_won_pct": 51.8,
          "break_points_saved_pct": 60.9,
          "break_points_converted_pct": 39.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 4,
          "wins": 2,
          "losses": 2,
          "win_rate": 50.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 21,
          "double_faults": 7,
          "aces_per_match": 5.2,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 77.2,
          "first_serve_won_pct": 69.4,
          "second_serve_won_pct": 59.3,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 37.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 20,
        "wins": 8,
        "tournaments_played": 13,
        "tournaments_won": 0,
        "aces": 105,
        "double_faults": 61,
        "win_rate": 40.0,
        "losses": 12
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 5,
          "wins": 3,
          "losses": 2,
          "win_rate": 60.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 3,
          "aces": 54,
          "double_faults": 9,
          "aces_per_match": 10.8,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 78.8,
          "first_serve_won_pct": 73.5,
          "second_serve_won_pct": 60.1,
          "break_points_saved_pct": 61.1,
          "break_points_converted_pct": 31.2,
          "winners_total": 62,
          "unforced_errors_total": 76
        },
        "hardcourt_indoor": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 12,
          "double_faults": 3,
          "aces_per_match": 12.0,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 64.8,
          "second_serve_won_pct": 62.1,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 28.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 21,
          "wins": 14,
          "losses": 7,
          "win_rate": 66.7,
          "tournaments_played": 14,
          "tournaments_won": 0,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 3,
          "aces": 146,
          "double_faults": 99,
          "aces_per_match": 7.0,
          "double_faults_per_match": 4.7,
          "first_serve_pct": 75.1,
          "first_serve_won_pct": 70.8,
          "second_serve_won_pct": 57.6,
          "break_points_saved_pct": 68.0,
          "break_points_converted_pct": 43.3,
          "winners_total": 224,
          "unforced_errors_total": 220
        },
        "red_clay": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 2,
          "double_faults": 6,
          "aces_per_match": 2.0,
          "double_faults_per_match": 6.0,
          "first_serve_pct": 72.2,
          "first_serve_won_pct": 54.2,
          "second_serve_won_pct": 20.8,
          "break_points_saved_pct": 56.2,
          "break_points_converted_pct": 0,
          "winners_total": 11,
          "unforced_errors_total": 25
        }
      },
      "totals": {
        "matches": 28,
        "wins": 17,
        "tournaments_played": 20,
        "tournaments_won": 0,
        "aces": 214,
        "double_faults": 117,
        "win_rate": 60.7,
        "losses": 11
      }
    }
  ],
  "data_generated_at": "2026-01-30 08:34:43 UTC"
}