Skip to main content
GET
/
news
Tennis News
curl --request GET \
  --url https://v1.tennis.sportsapipro.com/news \
  --header 'x-api-key: <api-key>'

Overview

Returns the latest tennis news articles including player updates, tournament news, and match previews.

Code Examples

curl -X GET "https://v1.tennis.sportsapipro.com/news" \
  -H "x-api-key: YOUR_API_KEY"

Parameters

competitions
integer
Filter news by tournament ID
games
integer
Filter news by match ID

Response Structure

news
array
Array of news articles
Filter by competitions=512 to get Wimbledon-specific news.

Authorizations

x-api-key
string
header
required

Your SportsAPI Pro API key

Query Parameters

competitions
integer

Filter by tournament ID

Example:

512

games
integer

Filter by match ID for match-specific news

Response

200

News articles retrieved successfully