cURL
curl --request GET \ --url https://v1.basketball.sportsapipro.com/competitions/top \ --header 'x-api-key: <api-key>'
Get the most popular basketball competitions
curl -X GET "https://v1.basketball.sportsapipro.com/competitions/top" \ -H "x-api-key: YOUR_API_KEY"
Your SportsAPI Pro API key
Top competitions retrieved successfully
Was this page helpful?