Player Data JSON

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

Dan Martin

Dan Martin

Canada ATP 424
2W - 2L 50.0% Win Rate Forma: LWLW

JSON Data

{
  "player": {
    "id": 915,
    "api_id": 215377,
    "name": "Dan Martin",
    "short_name": "D. Martin",
    "country": "Canada",
    "country_code": "CA",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 5010225,
    "singles": 13.55,
    "doubles": 13.14,
    "ranking": 654,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": {
    "position": 424,
    "points": 111,
    "best_position": 419,
    "date": "2025-12-10"
  },
  "ranking_history": [
    {
      "date": "2025-12-10",
      "position": 424,
      "points": 111
    },
    {
      "date": "2025-12-09",
      "position": 424,
      "points": 111
    },
    {
      "date": "2025-12-08",
      "position": 424,
      "points": 111
    },
    {
      "date": "2025-12-07",
      "position": 425,
      "points": 111
    },
    {
      "date": "2025-12-06",
      "position": 425,
      "points": 111
    },
    {
      "date": "2025-12-05",
      "position": 425,
      "points": 111
    },
    {
      "date": "2025-12-04",
      "position": 425,
      "points": 111
    },
    {
      "date": "2025-12-03",
      "position": 425,
      "points": 111
    }
  ],
  "career_stats": {
    "total_matches": 4,
    "wins": 2,
    "losses": 2,
    "win_rate": 50.0
  },
  "surface_stats": {
    "hard": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "clay": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Masters 1000": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    },
    "Challenger": {
      "matches": 2,
      "wins": 1,
      "losses": 1,
      "win_rate": 50.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 4,
    "avg_aces_per_match": 2.2,
    "avg_double_faults_per_match": 2.0,
    "avg_first_serve_pct": 57.6,
    "avg_first_serve_won_pct": 56.2,
    "avg_second_serve_won_pct": 56.3,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-09-01",
      "opponent": "David Poljak",
      "opponent_id": 60614,
      "tournament": "Tulln, Austria",
      "surface": "clay",
      "round": "Qualification Final",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 6,
        "double_faults": 5,
        "first_serve_pct": 59.45945945945946,
        "first_serve_won_pct": 66.66666666666666,
        "second_serve_won_pct": 51.11111111111111,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-08-31",
      "opponent": "Gregor Ramskogler",
      "opponent_id": 225358,
      "tournament": "Tulln, Austria",
      "surface": "clay",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 3,
        "double_faults": 1,
        "first_serve_pct": 54.0,
        "first_serve_won_pct": 74.07407407407408,
        "second_serve_won_pct": 73.91304347826086,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-07-28",
      "opponent": "Jaume Munar",
      "opponent_id": 126356,
      "tournament": "Toronto",
      "surface": "hard",
      "round": "Round of 128",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 1,
        "first_serve_pct": 58.490566037735846,
        "first_serve_won_pct": 41.935483870967744,
        "second_serve_won_pct": 42.5531914893617,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-07-27",
      "opponent": "Taro Daniel",
      "opponent_id": 48632,
      "tournament": "Toronto",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 0,
        "double_faults": 1,
        "first_serve_pct": 58.490566037735846,
        "first_serve_won_pct": 41.935483870967744,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 4,
    "wins": 2,
    "losses": 2,
    "form_string": "LWLW"
  },
  "head_to_head": [
    {
      "opponent": "Jaume Munar",
      "opponent_id": 126356,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Taro Daniel",
      "opponent_id": 48632,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "David Poljak",
      "opponent_id": 60614,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Gregor Ramskogler",
      "opponent_id": 225358,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 10,
          "wins": 5,
          "losses": 5,
          "win_rate": 50.0,
          "tournaments_played": 4,
          "tournaments_won": 0,
          "tiebreaks_won": 2,
          "tiebreaks_lost": 4,
          "aces": 51,
          "double_faults": 24,
          "aces_per_match": 5.1,
          "double_faults_per_match": 2.4,
          "first_serve_pct": 74.7,
          "first_serve_won_pct": 72.5,
          "second_serve_won_pct": 54.9,
          "break_points_saved_pct": 66.1,
          "break_points_converted_pct": 42.6,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 6,
          "wins": 1,
          "losses": 5,
          "win_rate": 16.7,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 2,
          "aces": 14,
          "double_faults": 13,
          "aces_per_match": 2.3,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 72.5,
          "first_serve_won_pct": 58.5,
          "second_serve_won_pct": 53.8,
          "break_points_saved_pct": 78.4,
          "break_points_converted_pct": 37.5,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 13,
          "wins": 9,
          "losses": 4,
          "win_rate": 69.2,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 5,
          "tiebreaks_lost": 2,
          "aces": 57,
          "double_faults": 52,
          "aces_per_match": 4.4,
          "double_faults_per_match": 4.0,
          "first_serve_pct": 70.7,
          "first_serve_won_pct": 68.7,
          "second_serve_won_pct": 49.4,
          "break_points_saved_pct": 60.3,
          "break_points_converted_pct": 44.7,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 29,
        "wins": 15,
        "tournaments_played": 18,
        "tournaments_won": 0,
        "aces": 122,
        "double_faults": 89,
        "win_rate": 51.7,
        "losses": 14
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 3,
          "wins": 0,
          "losses": 3,
          "win_rate": 0.0,
          "tournaments_played": 6,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 1,
          "aces": 3,
          "double_faults": 7,
          "aces_per_match": 1.0,
          "double_faults_per_match": 2.3,
          "first_serve_pct": 74.5,
          "first_serve_won_pct": 66.9,
          "second_serve_won_pct": 46.8,
          "break_points_saved_pct": 50.0,
          "break_points_converted_pct": 15.4,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 4,
          "wins": 2,
          "losses": 2,
          "win_rate": 50.0,
          "tournaments_played": 10,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 20,
          "double_faults": 8,
          "aces_per_match": 5.0,
          "double_faults_per_match": 2.0,
          "first_serve_pct": 71.5,
          "first_serve_won_pct": 63.8,
          "second_serve_won_pct": 51.6,
          "break_points_saved_pct": 56.7,
          "break_points_converted_pct": 37.9,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 7,
        "wins": 2,
        "tournaments_played": 16,
        "tournaments_won": 0,
        "aces": 23,
        "double_faults": 15,
        "win_rate": 28.6,
        "losses": 5
      }
    }
  ],
  "data_generated_at": "2025-12-10 08:36:48 UTC"
}