Football Live Streaming Api
## ⚽ Live Football Streaming API Get live football matches, fixtures, real-time scores, team information, and multiple stream links through one simple API. The API provides worldwide football coverage across major competitions, international matches, domestic leagues, cups, and lower divisions. Match data and available stream links are refreshed throughout the day. --- ## ⚡ Key Features * **🌍…
Football Live Streaming Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Leagues List (beta) /leagues |
This endpoint will provide all available leagues Note - this endpoint may increase latency time |
| GET |
getV2Stream /v2/stream/{match_id} |
Returns the stream servers for a single match with freshly-signed URLs. Pass the `match_id` from `/v2/matches`. Responses are never cached (`Cache-Control: no-store`) so the auth… |
| GET |
Popular Leagues List (beta) /leagues |
This endpoint will provide popular leagues but this is only on **Beta** |
| GET |
getV2Matches /v2/matches |
Paginated match list. Each item includes a short 8-character `match_id`, plus `has_stream`/`server_count` so you only call `/v2/stream/{match_id}` when a stream actually exists. |
| GET |
Matches by league name (beta) /matches |
This endpoint will provide matches by league names. Note - this endpoint may increase latency time |
| GET |
Matches by date /matches |
This endpoint will provide matches by date, format in DDMMYYYY. The date parameter (DDMMYYYY) uses UTC (GMT+0). |
| GET |
getV2Leagues /v2/leagues |
|
| GET |
Match by match status /matches |
This endpoint is for filter matches by status (live or vs) |
| GET |
Matches by pagination /matches |
This endpoint will provide 20matches per page |
| GET |
Popular Matches (beta) /matches |
This endpoint will provide only popular matches but this is only on **Beta** |
Football Live Streaming Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / second |
|
| PRO | $14.99 / month | 1000 / second |
|
| ULTRA Recommended | $34.99 / month | — |
|
| MEGA | $69.99 / month | — |
|