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

Overview

Returns AI-powered predictions for upcoming hockey games including win probability, expected goals, and confidence levels.

Code Examples

curl -X GET "https://v1.hockey.sportsapipro.com/predictions?sports=4" \
  -H "x-api-key: YOUR_API_KEY"
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