Player Data JSON

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

Arthur Reymond

Arthur Reymond

France ATP
1W - 4L 20.0% Win Rate Forma: LLWLL

JSON Data

{
  "player": {
    "id": 1790,
    "api_id": 180104,
    "name": "Arthur Reymond",
    "short_name": "A. Reymond",
    "country": "France",
    "country_code": "FR",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 2673584,
    "singles": 13.68,
    "doubles": 13.91,
    "ranking": 537,
    "division": "Pro",
    "is_pro": true,
    "updated_at": "2025-12-07"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 5,
    "wins": 1,
    "losses": 4,
    "win_rate": 20.0
  },
  "surface_stats": {
    "hard": {
      "matches": 5,
      "wins": 1,
      "losses": 4,
      "win_rate": 20.0
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "Challenger": {
      "matches": 5,
      "wins": 1,
      "losses": 4,
      "win_rate": 20.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 5,
    "avg_aces_per_match": 3.8,
    "avg_double_faults_per_match": 2.4,
    "avg_first_serve_pct": 54.4,
    "avg_first_serve_won_pct": 64.3,
    "avg_second_serve_won_pct": 46.6,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2025-10-19",
      "opponent": "Arthur Fery",
      "opponent_id": 321789,
      "tournament": "Brest, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 3,
        "first_serve_pct": 59.70149253731343,
        "first_serve_won_pct": 55.00000000000001,
        "second_serve_won_pct": 37.03703703703704,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-13",
      "opponent": "Norbert Gombos",
      "opponent_id": 50139,
      "tournament": "Olbia, Italy",
      "surface": "hard",
      "round": "Qualification Final",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 2,
        "double_faults": 3,
        "first_serve_pct": 49.275362318840585,
        "first_serve_won_pct": 67.64705882352942,
        "second_serve_won_pct": 37.142857142857146,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-10-12",
      "opponent": "Cleeve Harper",
      "opponent_id": 289201,
      "tournament": "Olbia, Italy",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 0,
        "first_serve_pct": 47.72727272727273,
        "first_serve_won_pct": 76.19047619047619,
        "second_serve_won_pct": 69.56521739130434,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-14",
      "opponent": "Alexey Vatutin",
      "opponent_id": 52462,
      "tournament": "Saint Tropez, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 8,
        "double_faults": 4,
        "first_serve_pct": 53.333333333333336,
        "first_serve_won_pct": 59.375,
        "second_serve_won_pct": 39.285714285714285,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-09-07",
      "opponent": "Maxence Bertimon",
      "opponent_id": 228662,
      "tournament": "Rennes, France",
      "surface": "hard",
      "round": "Qualification Round 1",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 5,
        "double_faults": 2,
        "first_serve_pct": 61.81818181818181,
        "first_serve_won_pct": 63.23529411764706,
        "second_serve_won_pct": 50.0,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 5,
    "wins": 1,
    "losses": 4,
    "form_string": "LLWLL"
  },
  "head_to_head": [
    {
      "opponent": "Arthur Fery",
      "opponent_id": 321789,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Norbert Gombos",
      "opponent_id": 50139,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Alexey Vatutin",
      "opponent_id": 52462,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Maxence Bertimon",
      "opponent_id": 228662,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Cleeve Harper",
      "opponent_id": 289201,
      "matches": 1,
      "wins": 1,
      "losses": 0
    }
  ],
  "upcoming_matches": [],
  "year_statistics": [
    {
      "year": 2025,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 0,
          "losses": 5,
          "win_rate": 0.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 0,
          "aces": 27,
          "double_faults": 11,
          "aces_per_match": 5.4,
          "double_faults_per_match": 2.2,
          "first_serve_pct": 70.9,
          "first_serve_won_pct": 64.9,
          "second_serve_won_pct": 47.4,
          "break_points_saved_pct": 66.7,
          "break_points_converted_pct": 45.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 13,
          "wins": 6,
          "losses": 7,
          "win_rate": 46.2,
          "tournaments_played": 10,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 69,
          "double_faults": 47,
          "aces_per_match": 5.3,
          "double_faults_per_match": 3.6,
          "first_serve_pct": 69.4,
          "first_serve_won_pct": 66.9,
          "second_serve_won_pct": 50.7,
          "break_points_saved_pct": 60.2,
          "break_points_converted_pct": 50.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "red_clay": {
          "matches": 5,
          "wins": 2,
          "losses": 3,
          "win_rate": 40.0,
          "tournaments_played": 3,
          "tournaments_won": 0,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 27,
          "double_faults": 8,
          "aces_per_match": 5.4,
          "double_faults_per_match": 1.6,
          "first_serve_pct": 65.1,
          "first_serve_won_pct": 67.3,
          "second_serve_won_pct": 53.6,
          "break_points_saved_pct": 57.1,
          "break_points_converted_pct": 25.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 23,
        "wins": 8,
        "tournaments_played": 18,
        "tournaments_won": 0,
        "aces": 123,
        "double_faults": 66,
        "win_rate": 34.8,
        "losses": 15
      }
    },
    {
      "year": 2024,
      "surfaces": {
        "hardcourt_indoor": {
          "matches": 5,
          "wins": 1,
          "losses": 4,
          "win_rate": 20.0,
          "tournaments_played": 5,
          "tournaments_won": 0,
          "tiebreaks_won": 1,
          "tiebreaks_lost": 4,
          "aces": 47,
          "double_faults": 9,
          "aces_per_match": 9.4,
          "double_faults_per_match": 1.8,
          "first_serve_pct": 69.4,
          "first_serve_won_pct": 69.9,
          "second_serve_won_pct": 45.0,
          "break_points_saved_pct": 64.2,
          "break_points_converted_pct": 38.1,
          "winners_total": 0,
          "unforced_errors_total": 0
        },
        "hardcourt_outdoor": {
          "matches": 12,
          "wins": 6,
          "losses": 6,
          "win_rate": 50.0,
          "tournaments_played": 7,
          "tournaments_won": 0,
          "tiebreaks_won": 3,
          "tiebreaks_lost": 1,
          "aces": 92,
          "double_faults": 15,
          "aces_per_match": 7.7,
          "double_faults_per_match": 1.2,
          "first_serve_pct": 67.6,
          "first_serve_won_pct": 75.8,
          "second_serve_won_pct": 56.4,
          "break_points_saved_pct": 62.1,
          "break_points_converted_pct": 33.3,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 17,
        "wins": 7,
        "tournaments_played": 12,
        "tournaments_won": 0,
        "aces": 139,
        "double_faults": 24,
        "win_rate": 41.2,
        "losses": 10
      }
    },
    {
      "year": 2023,
      "surfaces": {
        "red_clay": {
          "matches": 1,
          "wins": 0,
          "losses": 1,
          "win_rate": 0.0,
          "tournaments_played": 12,
          "tournaments_won": 1,
          "tiebreaks_won": 0,
          "tiebreaks_lost": 0,
          "aces": 1,
          "double_faults": 0,
          "aces_per_match": 1.0,
          "double_faults_per_match": 0.0,
          "first_serve_pct": 65.6,
          "first_serve_won_pct": 63.2,
          "second_serve_won_pct": 23.8,
          "break_points_saved_pct": 16.7,
          "break_points_converted_pct": 50.0,
          "winners_total": 0,
          "unforced_errors_total": 0
        }
      },
      "totals": {
        "matches": 1,
        "wins": 0,
        "tournaments_played": 12,
        "tournaments_won": 1,
        "aces": 1,
        "double_faults": 0,
        "win_rate": 0.0,
        "losses": 1
      }
    }
  ],
  "data_generated_at": "2025-12-10 11:18:02 UTC"
}