Player Data JSON

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

Robin Eldin

Robin Eldin

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

JSON Data

{
  "player": {
    "id": 2302,
    "api_id": 1122567,
    "name": "Robin Eldin",
    "short_name": "R. Eldin",
    "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": 4318121,
    "singles": 11.0,
    "doubles": null,
    "ranking": 3742,
    "division": "General",
    "is_pro": false,
    "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": {
    "UTR": {
      "matches": 3,
      "wins": 1,
      "losses": 2,
      "win_rate": 33.3
    }
  },
  "average_match_stats": {
    "matches_with_stats": 3,
    "avg_aces_per_match": 2.0,
    "avg_double_faults_per_match": 1.7,
    "avg_first_serve_pct": 61.3,
    "avg_first_serve_won_pct": 60.2,
    "avg_second_serve_won_pct": 43.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-10",
      "opponent": "Igor Kolaric",
      "opponent_id": 111631,
      "tournament": "UTR PTT Phan Thiet Men +H 01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 0,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 34.61538461538461,
        "second_serve_won_pct": 56.25,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-09",
      "opponent": "Leonardo Borrelli",
      "opponent_id": 385275,
      "tournament": "UTR PTT Phan Thiet Men +H 01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 2,
        "first_serve_pct": 64.51612903225806,
        "first_serve_won_pct": 67.5,
        "second_serve_won_pct": 68.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-08",
      "opponent": "Jacob Kailiang Shen",
      "opponent_id": 1141138,
      "tournament": "UTR PTT Phan Thiet Men +H 01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 3,
        "first_serve_pct": 52.85714285714286,
        "first_serve_won_pct": 78.37837837837837,
        "second_serve_won_pct": 51.02040816326531,
        "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": "Jacob Kailiang Shen",
      "opponent_id": 1141138,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Igor Kolaric",
      "opponent_id": 111631,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Leonardo Borrelli",
      "opponent_id": 385275,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [
    {
      "date": "2025-12-11 02:30",
      "opponent": "Arthur Weber",
      "opponent_id": 245513,
      "tournament": "UTR PTT Phan Thiet Men +H 01",
      "surface": "hard",
      "round": "",
      "odds_player": null,
      "odds_opponent": null
    }
  ],
  "year_statistics": null,
  "data_generated_at": "2025-12-10 07:09:19 UTC"
}