🚀 v3.5.0 - Mix Support, Auto-Cleanup & Secure Playground
Interactive GUI for API Testing
Requires PLAYGROUND=true/get?ytl={url}
/stream/{video_id}
Get direct stream URL by video ID
/api/search/youtube
query,
limit
/api/search/spotify
/api/spotify/playlist/{id}
Extract all tracks from Spotify playlist
Single Video Response
{
"is_playlist": false,
"tracks": [
{
"title": "Never Gonna Give You Up",
"url": "https://rr2---sn-woc7kn7y.googlevideo.com/...",
"thumbnail": "https://img.youtube.com/...",
"duration": "3:34",
"uploader": "Rick Astley",
"videoId": "dQw4w9WgXcQ"
}
]
}
Search / Playlist Response
{
"query": "rick astley",
"limit": 10,
"total_results": 10,
"results": [
{
"videoId": "dQw4w9WgXcQ",
"name": "Never Gonna Give You Up",
"artist": "Rick Astley",
"duration": "3:34",
"thumbnail": "https://...",
"views": 1500000000
},
...
]
}