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

Overview

Returns AI-powered predictions for upcoming tennis matches including win probability, expected score, and confidence levels.

Code Examples

curl -X GET "https://v1.tennis.sportsapipro.com/predictions?sports=3" \
  -H "x-api-key: YOUR_API_KEY"

Response Structure

predictions
array
Array of match predictions with probabilities
Use predictions alongside /bets/lines to identify value betting opportunities.

Authorizations

x-api-key
string
header
required

Your SportsAPI Pro API key

Response

200

Predictions retrieved successfully