← Back to DAMITV

Free Sports Streaming API

Access live sports data and embed streams on your website for free

Base URL

https://dami-tv.pro/papi

Endpoints

Ping

GET /api/ping
success (boolean) - Request status
domains (array) - Available mirror domains

Get All Streams

GET /api/streams

Returns all matches grouped by category with embed URLs.

success (boolean) - Request status
timestamp (integer) - Unix timestamp
performance (float) - Response time in seconds
streams (array) - Categories with matches

Stream Object

FieldTypeDescription
idstringUnique match identifier
namestringMatch title (e.g. "Lakers vs Celtics")
posterstringEvent poster image URL
starts_atintegerStart time (Unix timestamp)
ends_atintegerEnd time (Unix timestamp)
statusstring"live" or "upcoming"
leaguestringLeague name (e.g. "NBA", "EPL")
category_namestringSport category
teamsobjectHome/away team names and badges
embedstringEmbed URL for iframe

Example Response

{
  "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"
        }
      ]
    }
  ]
}

Embedding Streams

Use the embed URL from the API response to embed streams on your site:

<iframe src="https://dami-tv.pro/embed/?id=nba%2F2026-05-15%2Flal-bos" width="100%" height="500" frameborder="0" allowfullscreen></iframe>

The embed includes multiple server options and automatically selects the best available stream.

Categories

CategorySports
footballPremier League, La Liga, Serie A, Champions League, etc.
basketballNBA, EuroLeague, etc.
american-footballNFL, UFL, College Football
baseballMLB
fightUFC, Boxing, MMA
cricketIPL, T20, Test Matches
rugbyNRL, Super Rugby, Premiership
aflAFL
motor-sportsF1, MotoGP, NASCAR

Usage Rules

✓ 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

Note: CORS is enabled (Access-Control-Allow-Origin: *). The API is free but violations of usage rules may result in your domain being blocked.

Contact

Questions, partnerships, or issues?

Join Telegram