cURL
curl --request GET \ --url https://v1.hockey.sportsapipro.com/competitions/top \ --header 'x-api-key: <api-key>'
Get the most popular hockey leagues and tournaments
curl -X GET "https://v1.hockey.sportsapipro.com/competitions/top" \ -H "x-api-key: YOUR_API_KEY"
/standings
/games/fixtures
/news
Your SportsAPI Pro API key
Number of competitions to return
10
Top competitions retrieved successfully
Was this page helpful?