Player Data JSON

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

Ivan Dreycopp

Ivan Dreycopp

Argentina ATP
1W - 1L 50.0% Win Rate Forma: LW

JSON Data

{
  "player": {
    "id": 2056,
    "api_id": 379445,
    "name": "Ivan Dreycopp",
    "short_name": "I. Dreycopp",
    "country": "Argentina",
    "country_code": "AR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 5568783,
    "singles": 12.78,
    "doubles": 12.38,
    "ranking": 1844,
    "division": "General",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 2,
    "wins": 1,
    "losses": 1,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 2,
    "avg_aces_per_match": 0.5,
    "avg_double_faults_per_match": 2.5,
    "avg_first_serve_pct": 65.7,
    "avg_first_serve_won_pct": 55.1,
    "avg_second_serve_won_pct": 38.9,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-12-06",
      "opponent": "Alejo Lorenzo Lingua Lavallen",
      "opponent_id": 265808,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "Semifinals",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 3,
        "first_serve_pct": 55.55555555555556,
        "first_serve_won_pct": 48.0,
        "second_serve_won_pct": 35.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-05",
      "opponent": "Joel Alan Barreiro",
      "opponent_id": 410556,
      "tournament": "UTR PTT Buenos Aires Men 02",
      "surface": "clay",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 1,
        "double_faults": 2,
        "first_serve_pct": 75.86206896551724,
        "first_serve_won_pct": 62.121212121212125,
        "second_serve_won_pct": 46.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 2,
    "wins": 1,
    "losses": 1,
    "form_string": "LW"
  },
  "head_to_head": [
    {
      "opponent": "Joel Alan Barreiro",
      "opponent_id": 410556,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Alejo Lorenzo Lingua Lavallen",
      "opponent_id": 265808,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2025-12-12 20:15:21 UTC"
}