| Endpoint | Returns |
|---|---|
/api/events Open โ |
All events grouped ยท 201 total |
/api/channels Open โ |
All channels ยท 1066 total |
Embed live streams on your website using a simple iframe code:
<iframe
src="https://daddylive.org/embed/embed.php?id=CHANNEL_ID&player=1&source=tv.json"
width="100%"
height="380px"
style="border:0;"
allowfullscreen
></iframe>
<iframe
src="https://daddylive.org/embed/embed.php?id=32&player=1&source=tv.json"
width="100%"
height="380px"
style="border:0;"
allowfullscreen
></iframe>
| Parameter | Type | Description | Example |
|---|---|---|---|
| id Required | String | Channel ID from /api/channels | See live examples below |
| player Optional | Integer (1โ15) | Player number. Try others if one fails. | 1, 2, 3 โฆ 15 |