Live Football Streaming API
OverviewKey Features Real-time Data - Live match information updated every minute Global Coverage - Premier League, La Liga, Serie A, Bundesliga, Ligue 1, Champions League, and more Multiple Stream Sources - 2-5 streaming servers per match for maximum reliability High Performance - Built on network with 180-second cache for lightning-fast responses 🔒 99.9% Uptime: Enterprise-grade reliability…
Live Football Streaming API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Country | ||
| GET |
/api/v1/country /api/v1/country |
Returns all countries. |
| League | ||
| GET |
/api/v1/league /api/v1/league |
Returns leagues with country + seasons info. Based on your handler: - leagueId (optional) - current (optional) - search (optional) searches league + country - type (optional) -… |
| GET |
/api/v1/league/standings/{leagueId} /api/v1/league/standings/{leagueId} |
|
| GET |
/api/v1/league/topscorer/{leagueId} /api/v1/league/topscorer/{leagueId} |
|
| GET |
/api/v1/league/statistics/{leagueId} /api/v1/league/statistics/{leagueId} |
Returns league statistics (implementation-specific). |
| Match | ||
| GET |
/api/v1/match /api/v1/match |
Returns matches, usually used for "today/weekend" schedules. If your implementation supports filters, use: - from/to (ISO date-time) - leagueId/countryId/teamId |
| GET |
/api/v1/match/info/{matchId} /api/v1/match/info/{matchId} |
|
| GET |
/api/v1/match/streamlinks/{matchId} /api/v1/match/streamlinks/{matchId} |
Returns match-related media assets (streams/highlights) if available. |
| GET |
/api/v1/match/lineups/{matchId} /api/v1/match/lineups/{matchId} |
|
| GET |
/api/v1/match/statistics/{matchId} /api/v1/match/statistics/{matchId} |
|
| Team | ||
| GET |
/api/v1/team /api/v1/team |
Get Teams |
| GET |
/api/v1/team/players/{teamId} /api/v1/team/players/{teamId} |
|
| GET |
/api/v1/team/info/{teamId} /api/v1/team/info/{teamId} |
|
| Other endpoints | ||
| GET |
/health /health |
|
Live Football Streaming API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 50 / minute |
|
| PRO | $19.99 / month | 100 / second |
|
| ULTRA Recommended | $39.99 / month | — |
|
| MEGA | $59.99 / month | — |
|