/
Clean documentation page with health and API tester.
none WebsiteUnofficial Gaana metadata API
Every public endpoint is listed in the catalog below. Use the original /result/ route or the newer /api/* endpoints for JSON clients.
Try a request
Run a request to view the JSON response.
Reference
/
Clean documentation page with health and API tester.
none Website/docs
Alias for the documentation page.
none Website/styles.css
Stylesheet for the docs page.
none Website/health
Lightweight service health check.
none Core/api/health
API health check alias.
none Core/api
JSON service index with docs and endpoint catalog links.
none Core/api/endpoints
Machine-readable list of every public route.
none Core/api/sample
Static sample song response for frontend testing.
none Core/result/
Original endpoint. Returns an array of song metadata.
url=<gaana-song-url>&lyrics=true Song/api/result
Vercel-style alias for /result/.
url=<gaana-song-url>&lyrics=false Song/api/song
Returns one song object instead of an array.
url=<gaana-song-url> or seokey=<song-seokey> Song/api/song/<seokey>
Fetch one song by Gaana seokey.
lyrics=true Song/api/lyrics
Fetch lyrics for a song when Gaana exposes them.
url=<gaana-song-url> or seokey=<song-seokey> Song/api/lyrics/<seokey>
Fetch lyrics by song seokey.
none Song/api/artwork
Return title and artwork for a song.
url=<gaana-song-url> or seokey=<song-seokey> Song/api/stream
Return stream availability, bitrate, and link when decryptable.
url=<gaana-song-url> or seokey=<song-seokey> Song/api/album
Return album metadata and track list.
url=<gaana-album-url> or seokey=<album-seokey> Album/api/album/<seokey>
Fetch album metadata and tracks by seokey.
lyrics=true Album/api/search
Search Gaana and return normalized results.
q=<query>&type=all|song|album|artist|playlist&limit=10 Discovery/api/resolve
Resolve a Gaana URL into type, seokey, path, and host.
url=<gaana-url> or path=/song/<seokey> UtilityExample
curl "http://localhost:5555/api/song?url=https://gaana.com/song/alone-1435"
Example
curl "http://localhost:5555/api/search?q=alone&type=song&limit=5"
Example
curl "http://localhost:5555/api/album/alone-english-2016-4"
Example
curl "http://localhost:5555/api/endpoints"