Search Engine
Global and scoped search routes for songs, albums, artists, playlists, and top-query results.
Access albums, artists, browse feeds, lyrics, playlists, podcasts, search, songs, and trending routes through clean JSON responses, OpenAPI docs, and a Vercel-ready serverless API.
The website, metadata, docs, and API responses are branded for shnwazdev while keeping the route structure simple to host and extend on Vercel.
Global and scoped search routes for songs, albums, artists, playlists, and top-query results.
Home, charts, channels, genres, moods, music plus, radio, city modules, and editorial promos.
No app-level rate limiter is added. Vercel plan limits and upstream availability can still apply.
The API runs through a native Vercel serverless function entry and ships compiled TypeScript files.
Interactive documentation and a generated schema are available from the same deployment.
Lyrics, synced lyrics, podcast shows, episodes, trending data, and share/ringtone utilities.
Use these routes from your deployed Vercel URL. Query details and live testing are also available in the docs.
/api/artists
Retrieve artists by ID or link
GET
/api/artists/{id}
Retrieve artist by ID
GET
/api/artists/{id}/albums
Retrieve artist's albums
GET
/api/artists/{id}/related
Retrieve related artists
GET
/api/artists/{id}/songs
Retrieve artist's songs
GET
/api/artists/by-name
Retrieve artist by name
/api/channels
Retrieve channels
GET
/api/channels/{id}
Retrieve channel detail
GET
/api/charts
Retrieve JioSaavn charts
GET
/api/discover
Retrieve discover channels
GET
/api/genres
Retrieve genre channels
GET
/api/home
Retrieve the JioSaavn home feed
GET
/api/home/artist-recommendations
Retrieve home artist radio recommendations
GET
/api/home/city-modules
Retrieve home city modules
GET
/api/home/modules
Retrieve home feed module metadata
GET
/api/home/promos
Retrieve editorial promo groups
GET
/api/moods
Retrieve mood channels
GET
/api/music-plus
Retrieve music plus channels
GET
/api/radio
Retrieve radio stations
GET
/api/radio/{id}
Retrieve a radio station detail payload
GET
/api/radio/artists
Retrieve artist radio recommendations
GET
/api/radio/featured
Retrieve featured radio stations
/api/trending
Retrieve all browse feeds in one response
GET
/api/trending/albums
Retrieve trending albums
GET
/api/trending/artists
Retrieve trending artists
GET
/api/trending/playlists
Retrieve trending playlists
GET
/api/trending/podcasts
Retrieve trending podcasts
GET
/api/trending/songs
Retrieve trending songs