Player Data JSON

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

Jose Murariu

Jose Murariu

USA ATP
1W - 2L 33,3% Win Rate Forma: LLW

JSON Data

{
  "player": {
    "id": 2580,
    "api_id": 406839,
    "name": "Jose Murariu",
    "short_name": "J. Murariu",
    "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": 1959910,
    "singles": 12.0,
    "doubles": null,
    "ranking": 3923,
    "division": "General",
    "is_pro": false,
    "updated_at": "2026-01-18"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 3,
    "wins": 1,
    "losses": 2,
    "win_rate": 33.3
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 2.3,
    "avg_double_faults_per_match": 2.0,
    "avg_first_serve_pct": 69.2,
    "avg_first_serve_won_pct": 66.6,
    "avg_second_serve_won_pct": 41.1,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-24",
      "opponent": "Isaac Nortey",
      "opponent_id": 220911,
      "tournament": "UTR PTT Bonita Springs Men +H 01",
      "surface": "clay",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 62.5,
        "first_serve_won_pct": 53.333333333333336,
        "second_serve_won_pct": 80.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-23",
      "opponent": "Kaipo Marshall",
      "opponent_id": 283026,
      "tournament": "UTR PTT Bonita Springs Men +H 01",
      "surface": "clay",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 3,
        "double_faults": 2,
        "first_serve_pct": 71.15384615384616,
        "first_serve_won_pct": 75.67567567567568,
        "second_serve_won_pct": 68.18181818181817,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-21",
      "opponent": "Aram Noroozian",
      "opponent_id": 450852,
      "tournament": "UTR PTT Bonita Springs Men +H 01",
      "surface": "clay",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 1,
        "first_serve_pct": 73.86363636363636,
        "first_serve_won_pct": 70.76923076923077,
        "second_serve_won_pct": 60.60606060606061,
        "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": "Isaac Nortey",
      "opponent_id": 220911,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Aram Noroozian",
      "opponent_id": 450852,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Kaipo Marshall",
      "opponent_id": 283026,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 18:04:59 UTC"
}