Daddylive - DaddyLiveHD | StreamEast | CrackStreams - Stream Anytime, Anywhere
๐Ÿ”– Bookmark these Chat and Domains - never miss a stream again:   ๐Ÿ’ฌ Chat & https://daddylive.at | https://warflix.cv
Auto-Hide Social Banner
Telegram Discord

๐Ÿ“บ Live TV Embed API

๐Ÿ“ก Channels: 1299 ๐Ÿ”ด Live Events Now: 131 โฑ Cache refreshes every 1 min โ†บ Force Refresh

๐Ÿ”— JSON API Endpoints

EndpointReturns
/api/events  Open โ†— All currently live events grouped by category (131 live now)
/api/channels  Open โ†— All channels with embed URLs (1299 total)

๐Ÿ”ง How URLs Are Generated

SourceURL FormatNotes
tv1 /player/embed.php?id={numeric_id} Direct numeric channel ID
tv2, tv3 /player/embed.php?id={stream_path}&source=tv2 Stream path extracted from embed URL (e.g. 4816553/match/regular/1)
tv4โ€“tv13 /player/embed.php?id={5char_token}&source=tv4 Token maps to raw stream URLs stored in delete/streams/{token}.json

๐Ÿ“ /api/events Response Structure

Returns only currently live events. Each link is a separate channel object with channel_name ("Link - 1", "Link - 2", โ€ฆ) and a single url field.

{ "categories": { "Football": [ { "time": "15:30", "event": "โšฝ Romania Liga I : Universitatea Cluj vs UTA Arad", "channels": [ { "channel_name": "Link - 1", "url": "https://daddylive.li/player/embed.php?id=400" }, { "channel_name": "Link - 2", "url": "https://daddylive.li/player/embed.php?id=583" } ], "source": "tv1" } ], "Live Events": [ { "time": "Live", "event": "A Lyga : Siauliai vs FK Panevezys", "channels": [ { "channel_name": "Link - 1", "url": "https://daddylive.li/player/embed.php?id=4816553%2Fsiauliai-fk-panevezys%2Fregular%2F1&source=tv3" }, { "channel_name": "Link - 2", "url": "https://daddylive.li/player/embed.php?id=4816553%2Fsiauliai-fk-panevezys%2Fregular%2F2&source=tv3" } ], "source": "tv3" } ], "Coppa Italia": [ { "time": "16:00", "event": "Pisa vs Empoli", "channels": [ { "channel_name": "Link - 1", "url": "https://daddylive.li/player/embed.php?id=a3f9c&source=tv6" }, { "channel_name": "Link - 2", "url": "https://daddylive.li/player/embed.php?id=b72de&source=tv6" } ], "source": "tv6" } ] }, "popular_events": [ ... ], "total_events": 50 }

/api/channels Response

[ { "channel_name": "Sky Sports Main Event", "url": "https://daddylive.li/player/embed.php?id=44" }, ... ]

๐Ÿš€ Quick Start โ€” Embed a Stream

<iframe src="https://daddylive.li/player/embed.php?id=CHANNEL_ID" width="100%" height="380px" style="border:0;" allowfullscreen ></iframe>
๐Ÿ’ก Tip: Try Link - 1 first. If it fails, switch to Link - 2, Link - 3, etc. Each channel object has exactly one url field โ€” just iterate the channels array to cycle through backup streams.

๐Ÿ“‹ Query Parameters

ParameterEndpointValuesDescription
source Optional /api/events tv1 ยท tv2 ยท tv3 ยท tv4 โ€ฆ tv13 Filter live events by data source
refresh Optional /api 1 Force rebuild all caches immediately