Player Data JSON

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

Novak Djokovic

Novak Djokovic

Serbia ATP 4
45W - 14L 76.3% Win Rate Forma: LLWLWWWWWW

JSON Data

{
  "player": {
    "id": 263,
    "api_id": 14882,
    "name": "Novak Djokovic",
    "short_name": "N. Djokovic",
    "country": "Serbia",
    "country_code": "RS",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 3568338,
    "singles": 15.94,
    "doubles": 14.98,
    "ranking": 4,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-05-03"
  },
  "current_ranking": {
    "position": 4,
    "points": 4700,
    "best_position": 1,
    "date": "2026-05-08"
  },
  "ranking_history": [
    {
      "date": "2026-05-08",
      "position": 4,
      "points": 4700
    },
    {
      "date": "2026-05-07",
      "position": 4,
      "points": 4700
    },
    {
      "date": "2026-05-06",
      "position": 4,
      "points": 4700
    },
    {
      "date": "2026-05-05",
      "position": 4,
      "points": 4700
    },
    {
      "date": "2026-05-04",
      "position": 4,
      "points": 4710
    },
    {
      "date": "2026-05-03",
      "position": 4,
      "points": 4710
    },
    {
      "date": "2026-05-02",
      "position": 4,
      "points": 4710
    },
    {
      "date": "2026-05-01",
      "position": 4,
      "points": 4710
    },
    {
      "date": "2026-04-30",
      "position": 4,
      "points": 4710
    },
    {
      "date": "2026-04-29",
      "position": 4,
      "points": 4710
    }
  ],
  "career_stats": {
    "total_matches": 59,
    "wins": 45,
    "losses": 14,
    "win_rate": 76.3
  },
  "surface_stats": {
    "hard": {
      "matches": 40,
      "wins": 31,
      "losses": 9,
      "win_rate": 77.5
    },
    "clay": {
      "matches": 13,
      "wins": 9,
      "losses": 4,
      "win_rate": 69.2
    },
    "grass": {
      "matches": 6,
      "wins": 5,
      "losses": 1,
      "win_rate": 83.3
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 30,
      "wins": 25,
      "losses": 5,
      "win_rate": 83.3
    },
    "Masters 1000": {
      "matches": 17,
      "wins": 10,
      "losses": 7,
      "win_rate": 58.8
    },
    "ATP 500": {
      "matches": 1,
      "wins": 0,
      "losses": 1,
      "win_rate": 0.0
    },
    "ATP 250": {
      "matches": 11,
      "wins": 10,
      "losses": 1,
      "win_rate": 90.9
    }
  },
  "average_match_stats": {
    "matches_with_stats": 59,
    "avg_aces_per_match": 8.1,
    "avg_double_faults_per_match": 2.1,
    "avg_first_serve_pct": 68.2,
    "avg_first_serve_won_pct": 76.9,
    "avg_second_serve_won_pct": 55.8,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-05-08",
      "opponent": "Dino Prižmić",
      "opponent_id": 349089,
      "tournament": "ATP Rome Masters",
      "surface": "clay",
      "round": "Round of 64",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 1,
        "first_serve_pct": 64.70588235294117,
        "first_serve_won_pct": 68.18181818181817,
        "second_serve_won_pct": 58.333333333333336,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-03-12",
      "opponent": "Jack Draper",
      "opponent_id": 258749,
      "tournament": "Indian Wells",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 4,
        "double_faults": 2,
        "first_serve_pct": 65.95744680851064,
        "first_serve_won_pct": 64.51612903225806,
        "second_serve_won_pct": 43.24324324324324,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-03-09",
      "opponent": "Aleksandar Kovacevic",
      "opponent_id": 187608,
      "tournament": "Indian Wells",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 6,
        "double_faults": 4,
        "first_serve_pct": 62.857142857142854,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 47.61904761904761,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-01",
      "opponent": "Carlos Alcaraz",
      "opponent_id": 275923,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Final",
      "result": "L",
      "score": "1-3",
      "stats": {
        "aces": 4,
        "double_faults": 2,
        "first_serve_pct": 71.54471544715447,
        "first_serve_won_pct": 67.04545454545455,
        "second_serve_won_pct": 48.57142857142857,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-30",
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Semifinals",
      "result": "W",
      "score": "3-2",
      "stats": {
        "aces": 12,
        "double_faults": 3,
        "first_serve_pct": 70.44025157232704,
        "first_serve_won_pct": 71.42857142857143,
        "second_serve_won_pct": 51.515151515151516,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-28",
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "0-2",
      "stats": {
        "aces": 4,
        "double_faults": 1,
        "first_serve_pct": 64.70588235294117,
        "first_serve_won_pct": 61.81818181818181,
        "second_serve_won_pct": 36.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-24",
      "opponent": "Botic Van de Zandschulp",
      "opponent_id": 102339,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 11,
        "double_faults": 6,
        "first_serve_pct": 63.541666666666664,
        "first_serve_won_pct": 77.04918032786885,
        "second_serve_won_pct": 60.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-22",
      "opponent": "Francesco Maestrelli",
      "opponent_id": 261017,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 64",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 5,
        "double_faults": 4,
        "first_serve_pct": 66.66666666666666,
        "first_serve_won_pct": 86.53846153846155,
        "second_serve_won_pct": 34.61538461538461,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-19",
      "opponent": "Pedro Martinez",
      "opponent_id": 77223,
      "tournament": "Australian Open",
      "surface": "hard",
      "round": "Round of 128",
      "result": "W",
      "score": "3-0",
      "stats": {
        "aces": 14,
        "double_faults": 0,
        "first_serve_pct": 77.19298245614034,
        "first_serve_won_pct": 93.18181818181817,
        "second_serve_won_pct": 84.61538461538461,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-11-08",
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "tournament": "ATP Athens, Greece Men Singles",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 6,
        "double_faults": 3,
        "first_serve_pct": 64.94845360824742,
        "first_serve_won_pct": 71.42857142857143,
        "second_serve_won_pct": 57.57575757575758,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 7,
    "losses": 3,
    "form_string": "LLWLWWWWWW"
  },
  "head_to_head": [
    {
      "opponent": "Cameron Norrie",
      "opponent_id": 95935,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Lorenzo Musetti",
      "opponent_id": 261015,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Jannik Sinner",
      "opponent_id": 206570,
      "matches": 3,
      "wins": 1,
      "losses": 2
    },
    {
      "opponent": "Carlos Alcaraz",
      "opponent_id": 275923,
      "matches": 3,
      "wins": 1,
      "losses": 2
    },
    {
      "opponent": "Yannick Hanfmann",
      "opponent_id": 47975,
      "matches": 2,
      "wins": 2,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 6,
          "wins": 5,
          "losses": 1,
          "win_rate": 83.3,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 80,
          "double_faults": 13,
          "aces_per_match": 13.3,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 76.6,
          "first_serve_won_pct": 77.9,
          "second_serve_won_pct": 54.4,
          "break_points_saved_pct": 62.2,
          "break_points_converted_pct": 40.0,
          "winners_total": 246,
          "unforced_errors_total": 159
        },
        "hardcourt_outdoor": {
          "matches": 28,
          "wins": 21,
          "losses": 7,
          "win_rate": 75.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 6,
          "aces": 237,
          "double_faults": 64,
          "aces_per_match": 8.5,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 75.6,
          "first_serve_won_pct": 77.3,
          "second_serve_won_pct": 61.6,
          "break_points_saved_pct": 65.1,
          "break_points_converted_pct": 44.8,
          "winners_total": 374,
          "unforced_errors_total": 338
        },
        "red_clay": {
          "matches": 12,
          "wins": 9,
          "losses": 3,
          "win_rate": 75.0,
          "tournaments_played": 4,
          "tournaments_won": 1,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 62,
          "double_faults": 21,
          "aces_per_match": 5.2,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 74.5,
          "first_serve_won_pct": 75.8,
          "second_serve_won_pct": 59.2,
          "break_points_saved_pct": 57.8,
          "break_points_converted_pct": 38.4,
          "winners_total": 206,
          "unforced_errors_total": 177
        }
      },
      "totals": {
        "matches": 46,
        "wins": 35,
        "tournaments_played": 12,
        "tournaments_won": 1,
        "aces": 379,
        "double_faults": 98,
        "win_rate": 76.1,
        "losses": 11
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 6,
          "wins": 5,
          "losses": 1,
          "win_rate": 83.3,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 1,
          "aces": 62,
          "double_faults": 18,
          "aces_per_match": 10.3,
          "double_faults_per_match": 3.0,
          "first_serve_pct": 75.7,
          "first_serve_won_pct": 78.7,
          "second_serve_won_pct": 61.3,
          "break_points_saved_pct": 64.3,
          "break_points_converted_pct": 35.0,
          "winners_total": 198,
          "unforced_errors_total": 140
        },
        "hardcourt_outdoor": {
          "matches": 20,
          "wins": 15,
          "losses": 5,
          "win_rate": 75.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 7,
          "tiebreaks_lost": 4,
          "aces": 164,
          "double_faults": 62,
          "aces_per_match": 8.2,
          "double_faults_per_match": 3.1,
          "first_serve_pct": 72.9,
          "first_serve_won_pct": 77.1,
          "second_serve_won_pct": 61.4,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 37.7,
          "winners_total": 284,
          "unforced_errors_total": 324
        },
        "red_clay": {
          "matches": 19,
          "wins": 16,
          "losses": 3,
          "win_rate": 84.2,
          "tournaments_played": 5,
          "tournaments_won": 1,
          "tiebreaks_won": 4,
          "tiebreaks_lost": 1,
          "aces": 73,
          "double_faults": 26,
          "aces_per_match": 3.8,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 74.8,
          "first_serve_won_pct": 71.9,
          "second_serve_won_pct": 60.0,
          "break_points_saved_pct": 64.3,
          "break_points_converted_pct": 48.0,
          "winners_total": 171,
          "unforced_errors_total": 131
        }
      },
      "totals": {
        "matches": 45,
        "wins": 36,
        "tournaments_played": 10,
        "tournaments_won": 1,
        "aces": 299,
        "double_faults": 106,
        "win_rate": 80.0,
        "losses": 9
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 7,
          "wins": 6,
          "losses": 1,
          "win_rate": 85.7,
          "tournaments_played": 1,
          "tournaments_won": 0,
          "tiebreaks_won": 6,
          "tiebreaks_lost": 1,
          "aces": 68,
          "double_faults": 12,
          "aces_per_match": 9.7,
          "double_faults_per_match": 1.7,
          "first_serve_pct": 73.7,
          "first_serve_won_pct": 77.5,
          "second_serve_won_pct": 63.0,
          "break_points_saved_pct": 78.9,
          "break_points_converted_pct": 33.3,
          "winners_total": 268,
          "unforced_errors_total": 158
        },
        "hardcourt_indoor": {
          "matches": 10,
          "wins": 9,
          "losses": 1,
          "win_rate": 90.0,
          "tournaments_played": 3,
          "tournaments_won": 2,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 3,
          "aces": 98,
          "double_faults": 27,
          "aces_per_match": 9.8,
          "double_faults_per_match": 2.7,
          "first_serve_pct": 74.1,
          "first_serve_won_pct": 78.7,
          "second_serve_won_pct": 66.4,
          "break_points_saved_pct": 63.6,
          "break_points_converted_pct": 42.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 23,
          "wins": 22,
          "losses": 1,
          "win_rate": 95.7,
          "tournaments_played": 5,
          "tournaments_won": 4,
          "tiebreaks_won": 9,
          "tiebreaks_lost": 1,
          "aces": 156,
          "double_faults": 82,
          "aces_per_match": 6.8,
          "double_faults_per_match": 3.6,
          "first_serve_pct": 73.0,
          "first_serve_won_pct": 77.5,
          "second_serve_won_pct": 66.1,
          "break_points_saved_pct": 70.2,
          "break_points_converted_pct": 44.6,
          "winners_total": 453,
          "unforced_errors_total": 365
        },
        "red_clay": {
          "matches": 15,
          "wins": 12,
          "losses": 3,
          "win_rate": 80.0,
          "tournaments_played": 4,
          "tournaments_won": 1,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 2,
          "aces": 76,
          "double_faults": 39,
          "aces_per_match": 5.1,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 75.6,
          "first_serve_won_pct": 70.8,
          "second_serve_won_pct": 57.8,
          "break_points_saved_pct": 62.5,
          "break_points_converted_pct": 43.8,
          "winners_total": 280,
          "unforced_errors_total": 227
        }
      },
      "totals": {
        "matches": 55,
        "wins": 49,
        "tournaments_played": 13,
        "tournaments_won": 7,
        "aces": 398,
        "double_faults": 160,
        "win_rate": 89.1,
        "losses": 6
      }
    }
  ],
  "data_generated_at": "2026-05-09 00:34:44 UTC"
}