Skip to content

Sandipeyy/NepoTuneAPI

Repository files navigation

NepoTuneAPI (JioSaavn Unofficial API)

License: MIT Views Code Size Stars Issues Forks

NepoTuneAPI Preview

📚 Documentation🌐 Demo


An Unofficial High-Performance API to fetch and download high-quality songs, albums, playlists, lyrics, and more from JioSaavn.
Built on Hono.js, works seamlessly across Bun, Node.js, Cloudflare Workers & Vercel.


✨ Features

  • 🚀 High Performance – powered by Hono.js
  • 🎶 Rich Content – fetch songs, albums, artists, playlists, and lyrics
  • 🌍 Cross-Platform – runs on Bun, Node.js, Cloudflare Workers, and Vercel
  • 🪶 Lightweight – minimal dependencies, easy setup & deployment
  • 🔒 No Auth Required – most endpoints are ready to use instantly
  • ❤️ Open Source – MIT Licensed

📚 Documentation

Check out the full API documentation for detailed usage and endpoints.


🚀 Quick Start

Clone the repository:

git clone https://github.com/Sandipeyy/NepoTuneAPI
cd NepoTuneAPI

Using Docker

docker-compose up

Or Run Manually

Note: Requires Bun (1.0.29+) or Node.js (v20+)

bun install
bun run dev

Or with Node.js:

npm install
npm run dev

⚡ Example Usage

Fetch a song by ID:

curl https://nepotuneapi.vercel.app/api/songs?id=xyz123

Sample Response:

{
  "id": "xyz123",
  "title": "Song Title",
  "artist": "Artist Name",
  ...
}

🔥 Use Cases

  • Build music discovery bots
  • Integrate high-quality streaming in your app
  • Create custom playlists or lyric viewers

📰 Changelog

See CHANGELOG for updates and release history.


🤝 Contributing

Contributions are welcome! Please read our CONTRIBUTING.md and open an Issue or Pull Request.


💬 Community & Support


⚠️ Disclaimer

This project is not affiliated with or endorsed by JioSaavn.
Use responsibly and adhere to JioSaavn's terms of service.


📜 License

Distributed under the MIT License.
See LICENSE for details.


👥 Contributors

Contributors

Thanks to all our contributors for their help and support!

About

Unofficial JioSaavn API wrapper in TypeScript. Access songs, albums, artists, playlists, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages