Sport Streaming API
## Sport Streaming API Get real-time sports streaming links for **11 sports** — NFL, NBA, NHL, MLB, Soccer, MMA/UFC, Boxing, F1, Cricket, Tennis, and College Football. Fresh data scraped on every request — no caching. ## Key Endpoints | Endpoint | Description | |----------|--------------| | GET /events | All live & upcoming events (optional sport filter) | | GET /events/{sport} | Events for a…
Sport Streaming API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Events | ||
| GET |
listEvents /events |
Returns all current live and upcoming events across all sports, or filtered to a specific sport. |
| GET |
getEventsBySport /events/{sport} |
Returns current live and upcoming events for a single sport. |
| Streams | ||
| GET |
getStreams /streams/{id} |
Returns embed stream URLs for a specific event ID. The `id` comes from `events[].id`. Multiple servers may be returned — pick by `language`, `hd`, or `viewers`. Embed… |
| Sports | ||
| GET |
listSports /sports |
Returns the complete list of sports supported by the API. Static data — no upstream request. |
Sport Streaming API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.99 / month | — |
|
| ULTRA Recommended | $39.99 / month | — |
|
| MEGA | $69.99 / month | — |
|