Skip to main content

Live & Schedule (5 endpoints)

Live Matches

GET /api/live
Live matches with period-by-period scores (P1, P2, P3, OT).

Today’s Games

GET /api/today

Schedule by Date

GET /api/schedule/{date}
Format: YYYY-MM-DD. Example: GET /api/schedule/2026-03-12

Live Tournaments

GET /api/live-tournaments
Tournaments with live games right now.

Newly Added Events

GET /api/newly-added-events

Search & Discovery (5 endpoints)

GET /api/search?q={query}
Search players, teams, tournaments. Example: GET /api/search?q=ovechkin

Countries / Categories

GET /api/countries
Ice hockey categories/countries.

Countries (Extended)

GET /api/countries/all

Category Tournaments

GET /api/categories/{categoryId}/tournaments

Country Flag

GET /api/country/{code}/flag
Country flag image URL.