No ads. No subscriptions. Just structured YouTube Music data built for modern apps.
Click any endpoint to expand, view samples, and try it live.
// Response will appear here
GET /autocomplete?q=javed zind
[{
"title": "Javeda Zindagi",
"video_url": "PNacQbYrH_E",
"artist": ["Kshitij", "Shilpa Rao"],
"thumbnail": "https://lh3.googleusercontent.com/...",
"duration": "8:23"
}]// Response will appear here
GET /recommendation?video_id=PNacQbYrH_E
[{
"video_id": "aG7MaqtWxT8",
"title": "Khuda Jaane",
"artist": "Vishal and Sheykhar",
"album": "Bachna Ae Haseeno",
"duration": "5:34"
}]// Response will appear here
GET /playlist?playid=PL4fGSI1pDJn5JXkyIohg2RstsbL2SnRew
{
"title": "Top Weekly Videos Punjabi",
"trackCount": 100,
"duration": "5 hours, 37 minutes",
"tracks": [{
"videoId": "YyepU5ztLf4",
"title": "Shararat",
"duration": "3:49"
}]
}// Response will appear here
GET /trending
{
"daily": [{"title": "Trending 20 India"}],
"weekly": [{"title": "Top Weekly Videos Punjabi"}],
"artists": [{"title": "Alka Yagnik", "rank": "1"}]
}// Response will appear here
GET /mixes
{
"updated_at": "2026-06-14T10:32:00.123456+00:00",
"mixes": {
"focus": {
"title": "Focus Flow",
"image": "https://saragama-render.onrender.com/moods/focus.png",
"trackCount": 20,
"tracks": [
{
"video_id": "abc123",
"title": "Weightless",
"artist": "Marconi Union",
"album": "Weightless",
"duration": "8:10",
"thumbnail": "https://..."
}
]
},
"night_drive": { "title": "Night Drive", "trackCount": 20, "tracks": [] },
"moody": { "title": "Moody", "trackCount": 20, "tracks": [] },
"energy": { "title": "Energy", "trackCount": 20, "tracks": [] },
"feel_good": { "title": "Feel Good", "trackCount": 20, "tracks": [] },
"discovery": { "title": "Discovery", "trackCount": 30, "tracks": [] }
}
}// Response will appear here
POST /mixes/refresh
{
"success": true,
"message": "Mixes refreshed"
}
Music should be accessible to everyone — not locked behind subscriptions or interrupted by ads.
Saragama was built for developers creating streaming apps, discovery engines, playlist explorers,
and experimental music platforms.
This is infrastructure for builders. Clean. Structured. Free to use. Music without friction.