{"id":16966969,"url":"https://github.com/cyberboysumanjay/gaanaapi","last_synced_at":"2025-07-01T15:08:54.553Z","repository":{"id":38448880,"uuid":"188310955","full_name":"cyberboysumanjay/GaanaAPI","owner":"cyberboysumanjay","description":"Unofficial Gaana API","archived":false,"fork":false,"pushed_at":"2020-10-01T00:57:27.000Z","size":18,"stargazers_count":128,"open_issues_count":4,"forks_count":61,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-31T08:21:54.485Z","etag":null,"topics":["api","flask","gaana","gaanaextractor","information-retrieval","music","python","python3","rest-api","song","songs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyberboysumanjay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-23T21:45:27.000Z","updated_at":"2025-05-23T17:39:13.000Z","dependencies_parsed_at":"2022-08-19T22:20:26.324Z","dependency_job_id":null,"html_url":"https://github.com/cyberboysumanjay/GaanaAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cyberboysumanjay/GaanaAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FGaanaAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FGaanaAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FGaanaAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FGaanaAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberboysumanjay","download_url":"https://codeload.github.com/cyberboysumanjay/GaanaAPI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberboysumanjay%2FGaanaAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262986700,"owners_count":23395389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","flask","gaana","gaanaextractor","information-retrieval","music","python","python3","rest-api","song","songs"],"created_at":"2024-10-14T00:06:53.578Z","updated_at":"2025-07-01T15:08:54.516Z","avatar_url":"https://github.com/cyberboysumanjay.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Gaana API [Unofficial]\n\n### Show some :heart: and :star: the repo to support the project\n\n[![GitHub stars](https://img.shields.io/github/stars/cyberboysumanjay/gaanaapi.svg?style=social\u0026label=Star)](https://github.com/cyberboysumanjay/GaanaAPI) ![GitHub followers](https://img.shields.io/github/followers/cyberboysumanjay.svg?style=social\u0026label=Follow)\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)\n[![Telegram Channel](https://img.shields.io/badge/Telegram-Channel-orange)](https://t.me/sjprojects)\n#### Gaana API written in Python using Flask  \n\n ---\n###### **NOTE:** You need to have Gaana link of the song in order to fetch the song details, search feature may be implemented in future if requested.  \n\n ---\n  \n#### Features:\n##### Currently the API can get the following details for a specific song in JSON format:\n- **Album Name**\n- **Artist Name**\n- **Bitrate Fetched**\n- **Duration of song**\n- **Song Language**\n- **Playable m3u8 Link**\n- **Release Date**\n- **Album Art Link (Max Resolution)**\n- **Song Title**\n- **Lyrics**\n\n```json\n{\n\"album\":\"Alone\",\n\"artist\":\"Alan Walker\",\n\"bitrate\":\"96\",\n\"duration\":\"2min 39sec\",\n\"gaana_url\":\"https://gaana.com/song/alone-1435\",\n\"language\":\"English\",\n\"link\":\"https://vodhls-vh.akamaihd.net/i/songs/54/1854954/21232014/21232014_96.mp4/master.m3u8?set-akamai-hls-revision=5\u0026hdnts=st=1562082331~exp=1562100331~acl=/i/songs/54/1854954/21232014/21232014_96.mp4/*~hmac=1dac0568ef4d53a5aadc314fba45f5b587dc1e098cd7dddb76fe1f1d2b4a24a1\",\n\"released\":\"Dec 02, 2016\",\n\"thumb\":\"https://a10.gaanacdn.com/images/albums/54/1854954/crop_640x640_1854954.jpg\",\n\"title\":\"Alone\"\n}\n```\n\n#### Installation:\n\nClone this repository using\n```sh\n$ git clone https://github.com/cyberboysumanjay/GaanaAPI\n```\nEnter the directory and install all the requirements using\n```sh\n$ pip3 install -r requirements.txt\n```\nRun the app using\n```sh\n$ python3 app.py\n```\nNavigate to 127.0.0.1:5000 to see the Homepage\n\n#### Usage:\nLyrics fetching is optional and is triggered only when ```\u0026lyrics=true``` is added with the url\n```sh\nhttp://127.0.0.1:5000/result/?url=\u003cinsert-gaana-link-here\u003e\u0026lyrics=true\n```\n**Example:** Navigate to http://127.0.0.1:5000/result/?url=https://gaana.com/song/alone-1435\u0026lyrics=true to get a json response of song data in return.\n\n\n### You can fork the repo and deploy on VPS or deploy it on Heroku :)  \n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/cyberboysumanjay/gaanaapi/tree/master)\n**Note:** Heroku gives US/Europe servers which won't be able to fetch all songs flawlessly. Use any Indian VPS for fetching accurate results.\n## Made using this API :heart:\n##### [@songdl_bot](https://t.me/songdl_bot) - Song Downloader Bot on Telegram\n\n#### Star the Repo in case you liked it :)\n#### Made with :heart: in India\n\n# © [Sumanjay](https://cyberboysumanjay.github.io)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberboysumanjay%2Fgaanaapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberboysumanjay%2Fgaanaapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberboysumanjay%2Fgaanaapi/lists"}