{"id":16623389,"url":"https://github.com/parasop/better-spotify-api","last_synced_at":"2026-04-16T06:04:22.994Z","repository":{"id":65561162,"uuid":"525877616","full_name":"parasop/better-spotify-api","owner":"parasop","description":"An easy to use spotify api wrapper around node.js","archived":false,"fork":false,"pushed_at":"2022-08-17T18:11:29.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T23:46:47.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parasop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-17T16:41:08.000Z","updated_at":"2025-03-10T16:33:04.000Z","dependencies_parsed_at":"2023-01-29T16:35:09.956Z","dependency_job_id":null,"html_url":"https://github.com/parasop/better-spotify-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/parasop/better-spotify-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasop%2Fbetter-spotify-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasop%2Fbetter-spotify-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasop%2Fbetter-spotify-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasop%2Fbetter-spotify-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parasop","download_url":"https://codeload.github.com/parasop/better-spotify-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parasop%2Fbetter-spotify-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27997423,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-12T03:23:31.588Z","updated_at":"2025-12-24T07:34:32.596Z","avatar_url":"https://github.com/parasop.png","language":"JavaScript","funding_links":["https://ko-fi.com/parasdev"],"categories":[],"sub_categories":[],"readme":"\n# better-spotify-api\n\n\n#### Installation\n\n```\nnpm intall better-spotify-api \n```\n\n## Usage\n\n### Without ClientID and clientSecret\n```js\nconst Spotify = require(\"better-spotify-api\");\n\nlet spotify = new Spotify()\n\n\n//You can provide spotify url as well as query too\nlet data  = await spotify.search(\"https://open.spotify.com/playlist/1MuDVTTNqRmEUV1dzyfMnB?si=ffbe046d6b0c478b\")\n\nlet song = await Spotity.search(\"Tum hi aana\");\n\n\n```\n\n\n\n\n### With ClientID and clientSecret\n```js\nconst Spotify = require(\"better-spotify-api\");\n\nlet spotify = new Spotify({\n    clientID:\"cb41529dc3bd4d8f8a240dbee0fff4e8\",\n    clientSecret:\"bcca82f42930498aa385a8289fdf276b\"\n})\n\n\n//You can provide spotify url as well as query too\nlet data  = await spotify.search(\"https://open.spotify.com/playlist/1MuDVTTNqRmEUV1dzyfMnB?si=ffbe046d6b0c478b\")\n\nlet song = await Spotity.search(\"Tum hi aana\");\n```\n\n## [Donate us](https://ko-fi.com/parasdev)\n\n\n## [Discord Server](https://discord.gg/ghysw8CPBf)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasop%2Fbetter-spotify-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparasop%2Fbetter-spotify-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparasop%2Fbetter-spotify-api/lists"}