Live & Schedule Endpoints (7)
All endpoints use base URLhttps://v2.esports.sportsapipro.com.
Esports V2 live scores, schedules, search, and discovery
https://v2.esports.sportsapipro.com.
GET /api/live # Curated live matches
GET /api/live/all # Raw live data
GET /api/today # Today's scheduled matches
GET /api/schedule/:date # Schedule by date (YYYY-MM-DD)
GET /api/live-tournaments # Tournaments with live matches
GET /api/scheduled-tournaments/:date # Tournaments with matches on date
GET /api/newly-added-events # Recently added matches
GET /api/search?q=navi # Search teams, players, tournaments
GET /api/countries # Game categories (CS2, LoL, Dota 2)
GET /api/countries/all # Extended categories
GET /api/categories/:categoryId/tournaments # Tournaments for a game
GET /api/trending-players # Trending esports players
GET /api/news?lang=en # Esports news
GET /api/country/:code/flag # Country flag URL
curl -H "x-api-key: YOUR_API_KEY" \
https://v2.esports.sportsapipro.com/api/live
curl -H "x-api-key: YOUR_API_KEY" \
"https://v2.esports.sportsapipro.com/api/categories/1572/tournaments"
Was this page helpful?