Free API

PPV TV matches API

Fast JSON for live and upcoming sports. Free to use, minimal ads on watch pages, no spammy redirects.

Open API

Endpoint

GET https://ppvtv.top/api/matches.json

Response fields

  • id unique match or stream id
  • name match title
  • category sport or stream category
  • starts_at Unix start time
  • ends_at Unix end time
  • embed_url player embed URL
  • iframe ready iframe HTML

Sample JSON

{
  "id": 20699,
  "name": "Arsenal vs. Newcastle United",
  "category": "Football",
  "starts_at": 1777134600,
  "ends_at": 1777143600,
  "embed_url": "https://ppvtv.top/embed#stream-20699"
}

Recommended usage

Cache the API for 5 minutes, link users to the PPV TV watch page, and use the iframe only on player pages to keep listing pages fast.