cURL
curl --request GET \ --url https://v1.basketball.sportsapipro.com/games/stats \ --header 'x-api-key: <api-key>'
Get detailed statistics for a specific basketball game
curl -X GET "https://v1.basketball.sportsapipro.com/games/stats?gameId=12345" \ -H "x-api-key: YOUR_API_KEY"
Show Properties
Show Player Stats
Your SportsAPI Pro API key
Game ID
12345
Game statistics retrieved successfully
Was this page helpful?