Player Data JSON

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

Brayden Tallakson

Brayden Tallakson

USA ATP
3W - 2L 60,0% Win Rate Forma: WLWLW

JSON Data

{
  "player": {
    "id": 2999,
    "api_id": 528094,
    "name": "Brayden Tallakson",
    "short_name": "B. Tallakson",
    "country": "USA",
    "country_code": "US",
    "gender": "Male",
    "circuit": "ATP",
    "date_of_birth": null,
    "height_cm": null,
    "weight_kg": null,
    "plays": "",
    "turned_pro": null
  },
  "utr": {
    "id": 2929761,
    "singles": 12.0,
    "doubles": null,
    "ranking": 3290,
    "division": "General",
    "is_pro": false,
    "updated_at": "2026-01-18"
  },
  "current_ranking": null,
  "ranking_history": [],
  "career_stats": {
    "total_matches": 5,
    "wins": 3,
    "losses": 2,
    "win_rate": 60.0
  },
  "surface_stats": {
    "hard": {
      "matches": 5,
      "wins": 3,
      "losses": 2,
      "win_rate": 60.0
    },
    "clay": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    },
    "grass": {
      "matches": 0,
      "wins": 0,
      "losses": 0,
      "win_rate": 0
    }
  },
  "category_stats": {
    "UTR": {
      "matches": 5,
      "wins": 3,
      "losses": 2,
      "win_rate": 60.0
    }
  },
  "average_match_stats": {
    "matches_with_stats": 5,
    "avg_aces_per_match": 1.6,
    "avg_double_faults_per_match": 2.2,
    "avg_first_serve_pct": 62.3,
    "avg_first_serve_won_pct": 60.8,
    "avg_second_serve_won_pct": 56.7,
    "avg_break_points_converted_pct": null
  },
  "recent_form": [
    {
      "date": "2026-01-11",
      "opponent": "George Hakopian",
      "opponent_id": 1099306,
      "tournament": "UTR Newport Beach M01",
      "surface": "hard",
      "round": "Final",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 2,
        "double_faults": 0,
        "first_serve_pct": 62.96296296296296,
        "first_serve_won_pct": 74.50980392156863,
        "second_serve_won_pct": 55.88235294117647,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-10",
      "opponent": "Gregory Gamal",
      "opponent_id": 1053426,
      "tournament": "UTR Newport Beach M01",
      "surface": "hard",
      "round": "",
      "result": "L",
      "score": "0-2",
      "stats": {
        "aces": 0,
        "double_faults": 4,
        "first_serve_pct": 73.21428571428571,
        "first_serve_won_pct": 48.78048780487805,
        "second_serve_won_pct": 36.84210526315789,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2026-01-07",
      "opponent": "Mark Kneiss",
      "opponent_id": 398768,
      "tournament": "UTR Newport Beach M01",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-0",
      "stats": {
        "aces": 4,
        "double_faults": 0,
        "first_serve_pct": 55.38461538461539,
        "first_serve_won_pct": 75.0,
        "second_serve_won_pct": 48.484848484848484,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-07",
      "opponent": "Naara Shin",
      "opponent_id": 1136987,
      "tournament": "UTR PTT Newport Beach Men 17",
      "surface": "hard",
      "round": "Semifinals",
      "result": "L",
      "score": "1-2",
      "stats": {
        "aces": 1,
        "double_faults": 4,
        "first_serve_pct": 59.78260869565217,
        "first_serve_won_pct": 43.63636363636363,
        "second_serve_won_pct": 62.16216216216216,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    },
    {
      "date": "2025-12-06",
      "opponent": "Raz Haviv",
      "opponent_id": 215683,
      "tournament": "UTR PTT Newport Beach Men 17",
      "surface": "hard",
      "round": "",
      "result": "W",
      "score": "2-1",
      "stats": {
        "aces": 1,
        "double_faults": 3,
        "first_serve_pct": 60.22727272727273,
        "first_serve_won_pct": 62.264150943396224,
        "second_serve_won_pct": 47.82608695652174,
        "break_points_converted_pct": null,
        "total_points_won": null
      }
    }
  ],
  "form_summary": {
    "last_10_matches": 5,
    "wins": 3,
    "losses": 2,
    "form_string": "WLWLW"
  },
  "head_to_head": [
    {
      "opponent": "Raz Haviv",
      "opponent_id": 215683,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "George Hakopian",
      "opponent_id": 1099306,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Mark Kneiss",
      "opponent_id": 398768,
      "matches": 1,
      "wins": 1,
      "losses": 0
    },
    {
      "opponent": "Gregory Gamal",
      "opponent_id": 1053426,
      "matches": 1,
      "wins": 0,
      "losses": 1
    },
    {
      "opponent": "Naara Shin",
      "opponent_id": 1136987,
      "matches": 1,
      "wins": 0,
      "losses": 1
    }
  ],
  "upcoming_matches": [],
  "year_statistics": null,
  "data_generated_at": "2026-01-30 20:00:11 UTC"
}