Overview
Returns the match-by-match history for a specific tennis player, including scores, opponents, and match statistics.
Code Examples
# Get recent matches for a player
curl -X GET "https://v1.tennis.sportsapipro.com/athletes/games?athleteId=874&numOfGames=10" \
-H "x-api-key: YOUR_API_KEY"
Parameters
Number of matches to return (default: 10)
Response Structure
Array of match records with scores and statistics
Combine with /athletes/top to get player IDs, then fetch their match history.
Your SportsAPI Pro API key
Number of matches to return
Player match history retrieved successfully