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