API Key Required

Please enter your API key to use the application.

Padel H2H

{{ apiKey ? 'API Key: Active' : 'API Key: Missing' }}

Enter Player Names

{{ error }}

Enter Team Players

Team 1 Players

Team 2 Players

{{ error }}

Loading statistics...

Team H2H

{{ player1_full_name }}
{{ team1Wins }}
Wins
VS
{{ matchesData.length }}
Matches
{{ player2_full_name }}
{{ team2Wins }}
Wins

Matches Details

{{ formatTourName(tourName) }}
No head-to-head matches found between these teams.

H2H Summary

{{ player1_full_name }}
{{ stats.h2h_stats.p1_wins_between }}
Wins
VS
{{ stats.h2h_stats.matches_between }}
Matches
{{ player2_full_name }}
{{ stats.h2h_stats.p2_wins_between }}
Wins

{{ player1_full_name.split(' ')[0] }} Career Stats

Total Matches: {{ stats.career_stats.p1_matches }}
Total Wins: {{ stats.career_stats.p1_wins }}
Win Rate: {{ ((stats.career_stats.p1_wins / stats.career_stats.p1_matches) * 100).toFixed(1) }}%
Total Sets Played: {{ stats.career_stats.p1_sets_played }}
Total Sets Won: {{ stats.career_stats.p1_sets_won }}

{{ player2_full_name.split(' ')[0] }} Career Stats

Total Matches: {{ stats.career_stats.p2_matches }}
Total Wins: {{ stats.career_stats.p2_wins }}
Win Rate: {{ ((stats.career_stats.p2_wins / stats.career_stats.p2_matches) * 100).toFixed(1) }}%
Total Sets Played: {{ stats.career_stats.p2_sets_played }}
Total Sets Won: {{ stats.career_stats.p2_sets_won }}

Detailed H2H

Matches Between
{{ stats.h2h_stats.matches_between }}
{{ player1_full_name.split(' ')[0] }} Sets Won
{{ stats.h2h_stats.p1_sets_won_between }}
{{ player2_full_name.split(' ')[0] }} Sets Won
{{ stats.h2h_stats.p2_sets_won_between }}
Total Sets Between
{{ stats.h2h_stats.total_sets_between }}

Matches Details

{{ formatTourName(tourName) }}