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

Overview

Returns the latest hockey news articles including team updates, trade news, injury reports, and game previews.

Code Examples

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

Parameters

competitions
integer
Filter news by league ID (e.g., 55 for NHL)
games
integer
Filter news by specific game ID
Filter by competitions=55 to get NHL-specific news and articles.

Authorizations

x-api-key
string
header
required

Your SportsAPI Pro API key

Query Parameters

competitions
integer

Filter by league ID

Example:

55

games
integer

Filter by game ID for game-specific news

Response

200

News articles retrieved successfully