Player Data JSON

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

Raphael Perot

Raphael Perot

France ATP 407
0W - 0L 0% Win Rate Forma:

JSON Data

{
  "player": {
    "id": 1990,
    "api_id": 307390,
    "name": "Raphael Perot",
    "short_name": "R. Perot",
    "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": 273214,
    "singles": 14.03,
    "doubles": 12.57,
    "ranking": 355,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 407,
    "points": 117,
    "best_position": 405,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 407,
      "points": 117
    },
    {
      "date": "2025-12-09",
      "position": 407,
      "points": 117
    },
    {
      "date": "2025-12-08",
      "position": 407,
      "points": 117
    },
    {
      "date": "2025-12-07",
      "position": 408,
      "points": 117
    },
    {
      "date": "2025-12-06",
      "position": 408,
      "points": 117
    },
    {
      "date": "2025-12-05",
      "position": 408,
      "points": 117
    },
    {
      "date": "2025-12-04",
      "position": 408,
      "points": 117
    }
  ],
  "career_stats": {
    "total_matches": 0,
    "wins": 0,
    "losses": 0,
    "win_rate": 0
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {},
  "average_match_stats": null,
  "recent_form": [],
  "form_summary": {
    "last_10_matches": 0,
    "wins": 0,
    "losses": 0,
    "form_string": ""
  },
  "head_to_head": [],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-10 13:06:05 UTC"
}