Player Data JSON

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

Stefan Menichella

Stefan Menichella

USA ATP
1W - 4L 20,0% Win Rate Forma: WLLLL

JSON Data

{
  "player": {
    "id": 2969,
    "api_id": 119056,
    "name": "Stefan Menichella",
    "short_name": "S. Menichella",
    "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": 2123134,
    "singles": 12.44,
    "doubles": 12.56,
    "ranking": 1592,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-01-18"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 5,
    "wins": 1,
    "losses": 4,
    "win_rate": 20.0
  },
  "surface_stats": {
    "hard": {
      "matches": 5,
      "wins": 1,
      "losses": 4,
      "win_rate": 20.0
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 5,
      "wins": 1,
      "losses": 4,
      "win_rate": 20.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 5,
    "avg_aces_per_match": 7.8,
    "avg_double_faults_per_match": 1.2,
    "avg_first_serve_pct": 61.9,
    "avg_first_serve_won_pct": 66.8,
    "avg_second_serve_won_pct": 57.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-25",
      "opponent": "Rohan Sachdev",
      "opponent_id": 522418,
      "tournament": "UTR Newport Beach M03",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 0,
        "first_serve_pct": 67.5,
        "first_serve_won_pct": 81.48148148148148,
        "second_serve_won_pct": 84.61538461538461,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-24",
      "opponent": "Maciej Rajski",
      "opponent_id": 111783,
      "tournament": "UTR Newport Beach M03",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 9,
        "double_faults": 0,
        "first_serve_pct": 68.35443037974683,
        "first_serve_won_pct": 61.111111111111114,
        "second_serve_won_pct": 70.58823529411765,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-21",
      "opponent": "David Duong",
      "opponent_id": 418895,
      "tournament": "UTR Newport Beach M03",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 7,
        "double_faults": 2,
        "first_serve_pct": 53.84615384615385,
        "first_serve_won_pct": 60.71428571428571,
        "second_serve_won_pct": 84.61538461538461,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-20",
      "opponent": "Avner Wong",
      "opponent_id": 1141263,
      "tournament": "UTR Newport Beach M03",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 8,
        "double_faults": 1,
        "first_serve_pct": 56.60377358490566,
        "first_serve_won_pct": 63.33333333333333,
        "second_serve_won_pct": 43.47826086956522,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-19",
      "opponent": "Brody Nejedly Krall",
      "opponent_id": 1077443,
      "tournament": "UTR Newport Beach M03",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 12,
        "double_faults": 3,
        "first_serve_pct": 63.41463414634146,
        "first_serve_won_pct": 67.3076923076923,
        "second_serve_won_pct": 46.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 5,
    "wins": 1,
    "losses": 4,
    "form_string": "WLLLL"
  },
  "head_to_head": [
    {
      "opponent": "David Duong",
      "opponent_id": 418895,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Maciej Rajski",
      "opponent_id": 111783,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Avner Wong",
      "opponent_id": 1141263,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Brody Nejedly Krall",
      "opponent_id": 1077443,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Rohan Sachdev",
      "opponent_id": 522418,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 17:04:20 UTC"
}