Loading Sports Data…

Available Endpoints

Click "Test" to run any endpoint and see the live response right here.

11 endpoints
Search Leagues by Country
GET /sports/leagues
Find all sports leagues in a given country. Returns league names, sports types, and IDs.
country
Live
Search Teams
GET /sports/team/search
Search for any sports team by name. Returns team details including logo, description, stadium, and social links.
q
Live
Search Players
GET /sports/player/search
Search for any player by name across all sports. Returns player profile, nationality, position, and career info.
q
Live
Team Info by ID
GET /sports/team/info
Get full team profile using a team ID. Returns stadium, founded year, description, social links, and badge URL.
id
Live
Player Info by ID
GET /sports/player/info
Get detailed player information using a player ID. Returns biography, stats, nationality, and profile image.
id
Live
Past League Events
GET /sports/events/past
Get recent past events and results for a league. Returns scores, dates, venues, and match details.
id(league ID)
Live
Upcoming League Events
GET /sports/events/next
Get upcoming fixtures for a league. Returns future match schedules, teams, dates, and venues.
id(league ID)
Live
Live Scores
GET /sports/livescores
Get real-time live scores across all sports currently being played. Updates in real-time from multiple leagues.
(none)
Live
All Sports
GET /sports/all
Get a list of all sports categories available in the database. Returns sport names, descriptions, and IDs.
(none)
Live
All Leagues
GET /sports/all/leagues
Get a complete list of all sports leagues worldwide. Returns league name, sport type, country, and badge.
(none)
Live
Teams by League
GET /sports/teams/by-league
Get all teams participating in a specific league. Returns team names, IDs, badges, and home venue details.
id(league ID)
Live