cURL
curl --request GET \ --url https://v1.hockey.sportsapipro.com/games/fixtures \ --header 'x-api-key: <api-key>'
Get upcoming hockey games and fixtures
# Get upcoming games for a team (competitor ID) curl -X GET "https://v1.hockey.sportsapipro.com/games/fixtures?competitors=1234" \ -H "x-api-key: YOUR_API_KEY"
/search
Your SportsAPI Pro API key
Filter by competition ID
55
Filter by team ID
Fixtures retrieved successfully
Was this page helpful?