Player Data JSON

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

Miomir Kecmanović

Miomir Kecmanović

Serbia ATP 70
29W - 38L 43.3% Win Rate Forma: WLLLLLWWWL

JSON Data

{
  "player": {
    "id": 219,
    "api_id": 198592,
    "name": "Miomir Kecmanović",
    "short_name": "M. Kecmanović",
    "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": 142094,
    "singles": 15.19,
    "doubles": 14.61,
    "ranking": 58,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2026-04-12"
  },
  "current_ranking": {
    "position": 70,
    "points": 795,
    "best_position": 27,
    "date": "2026-05-08"
  },
  "ranking_history": [
    {
      "date": "2026-05-08",
      "position": 70,
      "points": 795
    },
    {
      "date": "2026-05-07",
      "position": 70,
      "points": 795
    },
    {
      "date": "2026-05-06",
      "position": 70,
      "points": 795
    },
    {
      "date": "2026-05-05",
      "position": 70,
      "points": 795
    },
    {
      "date": "2026-05-04",
      "position": 65,
      "points": 835
    },
    {
      "date": "2026-05-03",
      "position": 65,
      "points": 835
    },
    {
      "date": "2026-05-02",
      "position": 65,
      "points": 835
    },
    {
      "date": "2026-05-01",
      "position": 65,
      "points": 835
    },
    {
      "date": "2026-04-30",
      "position": 65,
      "points": 835
    },
    {
      "date": "2026-04-29",
      "position": 65,
      "points": 835
    }
  ],
  "career_stats": {
    "total_matches": 67,
    "wins": 29,
    "losses": 38,
    "win_rate": 43.3
  },
  "surface_stats": {
    "hard": {
      "matches": 50,
      "wins": 24,
      "losses": 26,
      "win_rate": 48.0
    },
    "clay": {
      "matches": 12,
      "wins": 3,
      "losses": 9,
      "win_rate": 25.0
    },
    "grass": {
      "matches": 5,
      "wins": 2,
      "losses": 3,
      "win_rate": 40.0
    }
  },
  "category_stats": {
    "Grand Slam": {
      "matches": 10,
      "wins": 5,
      "losses": 5,
      "win_rate": 50.0
    },
    "Masters 1000": {
      "matches": 16,
      "wins": 4,
      "losses": 12,
      "win_rate": 25.0
    },
    "ATP 500": {
      "matches": 16,
      "wins": 6,
      "losses": 10,
      "win_rate": 37.5
    },
    "ATP 250": {
      "matches": 25,
      "wins": 14,
      "losses": 11,
      "win_rate": 56.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 67,
    "avg_aces_per_match": 5.5,
    "avg_double_faults_per_match": 2.4,
    "avg_first_serve_pct": 63.0,
    "avg_first_serve_won_pct": 73.0,
    "avg_second_serve_won_pct": 51.2,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-05-07",
      "opponent": "Dalibor Svrčina",
      "opponent_id": 260122,
      "tournament": "ATP Rome Masters",
      "surface": "clay",
      "round": "Round of 128",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 0,
        "double_faults": 0,
        "first_serve_pct": 57.14285714285714,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 47.61904761904761,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-23",
      "opponent": "Terence Atmane",
      "opponent_id": 273679,
      "tournament": "ATP Madrid Masters",
      "surface": "clay",
      "round": "Round of 128",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 61.81818181818181,
        "first_serve_won_pct": 88.23529411764706,
        "second_serve_won_pct": 52.38095238095239,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-14",
      "opponent": "Alexander Zverev",
      "opponent_id": 57163,
      "tournament": "Munich",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 1,
        "double_faults": 2,
        "first_serve_pct": 58.82352941176471,
        "first_serve_won_pct": 68.33333333333333,
        "second_serve_won_pct": 47.61904761904761,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-04-05",
      "opponent": "Cameron Norrie",
      "opponent_id": 95935,
      "tournament": "Monte Carlo",
      "surface": "clay",
      "round": "Round of 64",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 1,
        "double_faults": 2,
        "first_serve_pct": 55.55555555555556,
        "first_serve_won_pct": 60.0,
        "second_serve_won_pct": 45.83333333333333,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-03-19",
      "opponent": "Kamil Majchrzak",
      "opponent_id": 108709,
      "tournament": "Miami",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 6,
        "double_faults": 3,
        "first_serve_pct": 60.63829787234043,
        "first_serve_won_pct": 56.14035087719298,
        "second_serve_won_pct": 48.64864864864865,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-28",
      "opponent": "Flavio Cobolli",
      "opponent_id": 273680,
      "tournament": "Acapulco",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 7,
        "double_faults": 2,
        "first_serve_pct": 60.416666666666664,
        "first_serve_won_pct": 72.41379310344827,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-27",
      "opponent": "Terence Atmane",
      "opponent_id": 273679,
      "tournament": "Acapulco",
      "surface": "hard",
      "round": "Quarterfinals",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 5,
        "double_faults": 0,
        "first_serve_pct": 61.702127659574465,
        "first_serve_won_pct": 75.86206896551724,
        "second_serve_won_pct": 44.827586206896555,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-26",
      "opponent": "Alexander Zverev",
      "opponent_id": 57163,
      "tournament": "Acapulco",
      "surface": "hard",
      "round": "Round of 16",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 13,
        "double_faults": 3,
        "first_serve_pct": 66.99029126213593,
        "first_serve_won_pct": 81.15942028985508,
        "second_serve_won_pct": 64.70588235294117,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-24",
      "opponent": "Tristan Schoolkate",
      "opponent_id": 275471,
      "tournament": "Acapulco",
      "surface": "hard",
      "round": "Round of 32",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 7,
        "double_faults": 2,
        "first_serve_pct": 69.38775510204081,
        "first_serve_won_pct": 85.29411764705883,
        "second_serve_won_pct": 46.666666666666664,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-02-19",
      "opponent": "Learner Tien",
      "opponent_id": 412818,
      "tournament": "Delray Beach",
      "surface": "hard",
      "round": "Round of 16",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 12,
        "double_faults": 2,
        "first_serve_pct": 65.0,
        "first_serve_won_pct": 70.51282051282051,
        "second_serve_won_pct": 54.761904761904766,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 10,
    "wins": 4,
    "losses": 6,
    "form_string": "WLLLLLWWWL"
  },
  "head_to_head": [
    {
      "opponent": "Luciano Darderi",
      "opponent_id": 308084,
      "matches": 4,
      "wins": 3,
      "losses": 1
    },
    {
      "opponent": "Alexandre Muller",
      "opponent_id": 88992,
      "matches": 4,
      "wins": 1,
      "losses": 3
    },
    {
      "opponent": "Sebastian Korda",
      "opponent_id": 195840,
      "matches": 3,
      "wins": 0,
      "losses": 3
    },
    {
      "opponent": "Aleksandar Kovacevic",
      "opponent_id": 187608,
      "matches": 3,
      "wins": 3,
      "losses": 0
    },
    {
      "opponent": "Terence Atmane",
      "opponent_id": 273679,
      "matches": 2,
      "wins": 1,
      "losses": 1
    }
  ],
  "upcoming_matches": [
    {
      "date": "2026-05-09 09:00",
      "opponent": "Andrey Rublev",
      "opponent_id": 106755,
      "tournament": "ATP Rome Masters",
      "surface": "clay",
      "round": "Round of 64",
      "odds_player": 3.0,
      "odds_opponent": 1.4
    }
  ],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "grass": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 0,
          "aces": 28,
          "double_faults": 16,
          "aces_per_match": 5.6,
          "double_faults_per_match": 3.2,
          "first_serve_pct": 75.2,
          "first_serve_won_pct": 70.6,
          "second_serve_won_pct": 58.3,
          "break_points_saved_pct": 45.0,
          "break_points_converted_pct": 36.4,
          "winners_total": 105,
          "unforced_errors_total": 78
        },
        "hardcourt_indoor": {
          "matches": 6,
          "wins": 2,
          "losses": 4,
          "win_rate": 33.3,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 2,
          "aces": 30,
          "double_faults": 19,
          "aces_per_match": 5.0,
          "double_faults_per_match": 3.2,
          "first_serve_pct": 72.4,
          "first_serve_won_pct": 70.4,
          "second_serve_won_pct": 55.1,
          "break_points_saved_pct": 64.6,
          "break_points_converted_pct": 32.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 27,
          "wins": 14,
          "losses": 13,
          "win_rate": 51.9,
          "tournaments_played": 15,
          "tournaments_won": 1,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 7,
          "aces": 146,
          "double_faults": 64,
          "aces_per_match": 5.4,
          "double_faults_per_match": 2.4,
          "first_serve_pct": 72.5,
          "first_serve_won_pct": 73.3,
          "second_serve_won_pct": 53.8,
          "break_points_saved_pct": 64.3,
          "break_points_converted_pct": 40.4,
          "winners_total": 172,
          "unforced_errors_total": 124
        },
        "red_clay": {
          "matches": 8,
          "wins": 2,
          "losses": 6,
          "win_rate": 25.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 4,
          "aces": 32,
          "double_faults": 16,
          "aces_per_match": 4.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 71.6,
          "first_serve_won_pct": 68.3,
          "second_serve_won_pct": 54.0,
          "break_points_saved_pct": 61.1,
          "break_points_converted_pct": 28.9,
          "winners_total": 96,
          "unforced_errors_total": 79
        }
      },
      "totals": {
        "matches": 46,
        "wins": 20,
        "tournaments_played": 30,
        "tournaments_won": 1,
        "aces": 236,
        "double_faults": 115,
        "win_rate": 43.5,
        "losses": 26
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "grass": {
          "matches": 8,
          "wins": 4,
          "losses": 4,
          "win_rate": 50.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 5,
          "aces": 46,
          "double_faults": 16,
          "aces_per_match": 5.8,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 73.0,
          "first_serve_won_pct": 76.3,
          "second_serve_won_pct": 57.7,
          "break_points_saved_pct": 60.5,
          "break_points_converted_pct": 35.8,
          "winners_total": 95,
          "unforced_errors_total": 65
        },
        "hardcourt_indoor": {
          "matches": 10,
          "wins": 5,
          "losses": 5,
          "win_rate": 50.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 5,
          "aces": 40,
          "double_faults": 18,
          "aces_per_match": 4.0,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 70.8,
          "first_serve_won_pct": 74.4,
          "second_serve_won_pct": 54.0,
          "break_points_saved_pct": 67.3,
          "break_points_converted_pct": 36.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 25,
          "wins": 10,
          "losses": 15,
          "win_rate": 40.0,
          "tournaments_played": 15,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 8,
          "aces": 114,
          "double_faults": 64,
          "aces_per_match": 4.6,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 73.1,
          "first_serve_won_pct": 68.1,
          "second_serve_won_pct": 59.8,
          "break_points_saved_pct": 52.8,
          "break_points_converted_pct": 37.5,
          "winners_total": 228,
          "unforced_errors_total": 228
        },
        "red_clay": {
          "matches": 12,
          "wins": 6,
          "losses": 6,
          "win_rate": 50.0,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 50,
          "double_faults": 17,
          "aces_per_match": 4.2,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 73.7,
          "first_serve_won_pct": 69.6,
          "second_serve_won_pct": 52.0,
          "break_points_saved_pct": 56.6,
          "break_points_converted_pct": 39.0,
          "winners_total": 54,
          "unforced_errors_total": 37
        }
      },
      "totals": {
        "matches": 55,
        "wins": 25,
        "tournaments_played": 30,
        "tournaments_won": 0,
        "aces": 250,
        "double_faults": 115,
        "win_rate": 45.5,
        "losses": 30
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "grass": {
          "matches": 6,
          "wins": 2,
          "losses": 4,
          "win_rate": 33.3,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 2,
          "aces": 37,
          "double_faults": 13,
          "aces_per_match": 6.2,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 76.6,
          "first_serve_won_pct": 63.8,
          "second_serve_won_pct": 50.4,
          "break_points_saved_pct": 65.6,
          "break_points_converted_pct": 33.3,
          "winners_total": 53,
          "unforced_errors_total": 48
        },
        "hardcourt_indoor": {
          "matches": 8,
          "wins": 3,
          "losses": 5,
          "win_rate": 37.5,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 4,
          "aces": 37,
          "double_faults": 9,
          "aces_per_match": 4.6,
          "double_faults_per_match": 1.1,
          "first_serve_pct": 74.2,
          "first_serve_won_pct": 71.2,
          "second_serve_won_pct": 61.2,
          "break_points_saved_pct": 70.2,
          "break_points_converted_pct": 51.2,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 20,
          "wins": 9,
          "losses": 11,
          "win_rate": 45.0,
          "tournaments_played": 13,
          "tournaments_won": 0,
          "tiebreaks_won": 8,
          "tiebreaks_lost": 4,
          "aces": 101,
          "double_faults": 52,
          "aces_per_match": 5.0,
          "double_faults_per_match": 2.6,
          "first_serve_pct": 71.9,
          "first_serve_won_pct": 70.1,
          "second_serve_won_pct": 59.2,
          "break_points_saved_pct": 64.4,
          "break_points_converted_pct": 40.0,
          "winners_total": 42,
          "unforced_errors_total": 51
        },
        "red_clay": {
          "matches": 18,
          "wins": 9,
          "losses": 9,
          "win_rate": 50.0,
          "tournaments_played": 9,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 8,
          "aces": 50,
          "double_faults": 25,
          "aces_per_match": 2.8,
          "double_faults_per_match": 1.4,
          "first_serve_pct": 73.5,
          "first_serve_won_pct": 65.6,
          "second_serve_won_pct": 56.3,
          "break_points_saved_pct": 57.3,
          "break_points_converted_pct": 39.0,
          "winners_total": 61,
          "unforced_errors_total": 38
        }
      },
      "totals": {
        "matches": 52,
        "wins": 23,
        "tournaments_played": 31,
        "tournaments_won": 0,
        "aces": 225,
        "double_faults": 99,
        "win_rate": 44.2,
        "losses": 29
      }
    }
  ],
  "data_generated_at": "2026-05-09 00:34:40 UTC"
}