Sangeet API is a SDK on top of Jio cinema API to integrate with Sangget app.
- Fetch Songs by Id, Song lyrics, song radio.
- Fetch Artist by Id, Artist songs, Artist albums.
- Fetch Playlist by Id.
- Fetch Album by Id.
- Fetch Seach songs, artist, playlist, album and global search.
- Fetch browse data, trending data, charts.
- Unit Tests. ✅
Just install and use.
flutter pub add sangeet_api
How to use. Make a instance of SDK and use that
const api = SangeetAPI();
final result = await api.explore.trends();
// use result
Author Priyanshu Verma