Skip to main content

Live & Schedule (7 endpoints)

Live Games

GET /api/live
Curated live games with teams, scores, and inning info.

Live (All)

GET /api/live/all
Raw live data for all baseball games.

Today’s Games

GET /api/today

Schedule by Date

GET /api/schedule/:date
Date format: YYYY-MM-DD. Example: GET /api/schedule/2026-03-12

Live Tournaments

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

Scheduled Tournaments

GET /api/scheduled-tournaments/:date
Leagues with games on a specific date.

Newly Added Events

GET /api/newly-added-events

Search & Discovery (7 endpoints)

GET /api/search?q=yankees
Search teams, players, and tournaments.

Countries / Categories

GET /api/countries
Baseball categories and countries.

Countries (Extended)

GET /api/countries/all

Category Tournaments

GET /api/categories/:categoryId/tournaments
Leagues in a country/category.
GET /api/trending-players

Baseball News

GET /api/news?lang=en

Country Flag

GET /api/country/:code/flag