Access live sports data and embed streams on your website for free
success (boolean) - Request statusdomains (array) - Available mirror domainsReturns all matches grouped by category with embed URLs.
success (boolean) - Request statustimestamp (integer) - Unix timestampperformance (float) - Response time in secondsstreams (array) - Categories with matches| Field | Type | Description |
|---|---|---|
id | string | Unique match identifier |
name | string | Match title (e.g. "Lakers vs Celtics") |
poster | string | Event poster image URL |
starts_at | integer | Start time (Unix timestamp) |
ends_at | integer | End time (Unix timestamp) |
status | string | "live" or "upcoming" |
league | string | League name (e.g. "NBA", "EPL") |
category_name | string | Sport category |
teams | object | Home/away team names and badges |
embed | string | Embed URL for iframe |
{
"success": true,
"timestamp": 1778900000,
"performance": 0.15,
"streams": [
{
"category": "Basketball",
"id": 1,
"streams": [
{
"id": "nba/2026-05-15/lal-bos",
"name": "Lakers vs. Celtics",
"poster": "https://dami-tv.pro/spimg/...",
"starts_at": 1778900000,
"ends_at": 1778910800,
"status": "live",
"league": "NBA",
"category_name": "Basketball",
"teams": {
"home": { "name": "Lakers", "badge": "" },
"away": { "name": "Celtics", "badge": "" }
},
"embed": "https://dami-tv.pro/embed/?id=nba%2F2026-05-15%2Flal-bos"
}
]
}
]
}
Use the embed URL from the API response to embed streams on your site:
The embed includes multiple server options and automatically selects the best available stream.
| Category | Sports |
|---|---|
| football | Premier League, La Liga, Serie A, Champions League, etc. |
| basketball | NBA, EuroLeague, etc. |
| american-football | NFL, UFL, College Football |
| baseball | MLB |
| fight | UFC, Boxing, MMA |
| cricket | IPL, T20, Test Matches |
| rugby | NRL, Super Rugby, Premiership |
| afl | AFL |
| motor-sports | F1, MotoGP, NASCAR |
✓ Embedding streams on your website using the embed URL
✓ Using the API to display match listings and schedules
✓ Server-side caching (poll every 60 seconds max)
✓ Building apps that display DAMITV embeds
✗ Extracting or redistributing raw m3u8/stream URLs
✗ Removing or hiding ads from embeds
✗ Aggressive polling (more than 1 request per minute)
✗ Sandboxing or modifying embed behavior
Questions, partnerships, or issues?
Join Telegram