cURL
curl --request GET \ --url https://v1.tennis.sportsapipro.com/news \ --header 'x-api-key: <api-key>'
Get latest tennis news and articles
curl -X GET "https://v1.tennis.sportsapipro.com/news" \ -H "x-api-key: YOUR_API_KEY"
competitions=512
Your SportsAPI Pro API key
Filter by tournament ID
512
Filter by match ID for match-specific news
News articles retrieved successfully
Was this page helpful?