StreamFree API LIVE

Self-hosted HLS streaming proxy — click any endpoint to open it
Live streams available
IPTV
Redirect mode active
90s
Token cache TTL

Playlist

Full IPTV playlist — import this URL directly into VLC, Kodi, TiviMate or any IPTV app. Segments redirect to CDN (zero server bandwidth).

Streams

GET /api/streams
JSON list of all available streams with category, key, title, and quality info.
GET /api/stream/:category/:key.m3u8
Individual stream playlist — IPTV mode only. Segments are 302-redirected directly to the CDN; zero video bytes through this server. Params: quality=1080p|720p|480p Example: get a key from /api/streams

Embed Player

GET /api/embed/:category/:key
Self-hosted iframe-embeddable video player (hls.js). Works on any domain, tokens always fresh. Params: quality=1080p|720p|480p autoplay=0 to disable autoplay. Embed with: <iframe src="/api/embed/:category/:key" allowfullscreen></iframe>

Diagnostics

GET /api/scrape
Trigger a manual scrape of streamfree.app and return updated stream list.
GET /api/healthz
Health check — returns server status and stream count.