Player Data JSON

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

Juan Sebastian Gomez

Juan Sebastian Gomez

Colombia ATP
2W - 2L 50.0% Win Rate Forma: LLWW

JSON Data

{
  "player": {
    "id": 1304,
    "api_id": 25726,
    "name": "Juan Sebastian Gomez",
    "short_name": "J. Gómez",
    "country": "Colombia",
    "country_code": "CO",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 3675535,
    "singles": null,
    "doubles": null,
    "ranking": null,
    "division": null,
    "is_pro": false,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 4,
    "wins": 2,
    "losses": 2,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "clay": {
      "matches": 4,
      "wins": 2,
      "losses": 2,
      "win_rate": 50.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Challenger": {
      "matches": 4,
      "wins": 2,
      "losses": 2,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 4,
    "avg_aces_per_match": 0.0,
    "avg_double_faults_per_match": 6.5,
    "avg_first_serve_pct": 56.5,
    "avg_first_serve_won_pct": 68.1,
    "avg_second_serve_won_pct": 42.9,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-21",
      "opponent": "Mariano Kestelboim",
      "opponent_id": 99377,
      "tournament": "Buenos Aires, Argentina",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 0,
        "double_faults": 3,
        "first_serve_pct": 75.0,
        "first_serve_won_pct": 55.55555555555556,
        "second_serve_won_pct": 57.89473684210527,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-05-13",
      "opponent": "Mateo Barreiros Reyes",
      "opponent_id": 261752,
      "tournament": "Bogota, Colombia",
      "surface": "clay",
      "round": "Round of 32",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 1,
        "first_serve_pct": 44.44444444444444,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 100.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-05-12",
      "opponent": "Tristan McCormick",
      "opponent_id": 256802,
      "tournament": "Bogota, Colombia",
      "surface": "clay",
      "round": "Qualification Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 0,
        "double_faults": 11,
        "first_serve_pct": 53.333333333333336,
        "first_serve_won_pct": 70.83333333333334,
        "second_serve_won_pct": 42.857142857142854,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-05-11",
      "opponent": "Mateo Castaneda",
      "opponent_id": 391811,
      "tournament": "Bogota, Colombia",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 0,
        "double_faults": 11,
        "first_serve_pct": 53.333333333333336,
        "first_serve_won_pct": 70.83333333333334,
        "second_serve_won_pct": 42.857142857142854,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 2,
    "losses": 2,
    "form_string": "LLWW"
  },
  "head_to_head": [
    {
      "opponent": "Mariano Kestelboim",
      "opponent_id": 99377,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Mateo Barreiros Reyes",
      "opponent_id": 261752,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Tristan McCormick",
      "opponent_id": 256802,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Mateo Castaneda",
      "opponent_id": 391811,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "red_clay": {
          "matches": 8,
          "wins": 2,
          "losses": 6,
          "win_rate": 25.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 5,
          "double_faults": 40,
          "aces_per_match": 0.6,
          "double_faults_per_match": 5.0,
          "first_serve_pct": 72.1,
          "first_serve_won_pct": 62.3,
          "second_serve_won_pct": 48.8,
          "break_points_saved_pct": 63.2,
          "break_points_converted_pct": 46.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 8,
        "wins": 2,
        "tournaments_played": 7,
        "tournaments_won": 0,
        "aces": 5,
        "double_faults": 40,
        "win_rate": 25.0,
        "losses": 6
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "red_clay": {
          "matches": 12,
          "wins": 6,
          "losses": 6,
          "win_rate": 50.0,
          "tournaments_played": 10,
          "tournaments_won": 1,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 25,
          "double_faults": 51,
          "aces_per_match": 2.1,
          "double_faults_per_match": 4.2,
          "first_serve_pct": 73.4,
          "first_serve_won_pct": 62.2,
          "second_serve_won_pct": 54.4,
          "break_points_saved_pct": 52.1,
          "break_points_converted_pct": 54.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 12,
        "wins": 6,
        "tournaments_played": 10,
        "tournaments_won": 1,
        "aces": 25,
        "double_faults": 51,
        "win_rate": 50.0,
        "losses": 6
      }
    }
  ],
  "data_generated_at": "2025-12-10 09:42:34 UTC"
}