{"id":26718877,"url":"https://github.com/bwsix/spotify-api","last_synced_at":"2025-03-27T17:50:36.130Z","repository":{"id":41876979,"uuid":"420420664","full_name":"BWsix/spotify-api","owner":"BWsix","description":"a restful api implementation of a spotify api client, bruh","archived":false,"fork":false,"pushed_at":"2022-04-25T05:30:05.000Z","size":93,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T03:22:52.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://spotify-api-vflc.vercel.app","language":"TypeScript","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/BWsix.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":"2021-10-23T13:29:44.000Z","updated_at":"2024-04-24T03:22:52.022Z","dependencies_parsed_at":"2022-08-11T20:00:51.181Z","dependency_job_id":null,"html_url":"https://github.com/BWsix/spotify-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fspotify-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fspotify-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fspotify-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BWsix%2Fspotify-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BWsix","download_url":"https://codeload.github.com/BWsix/spotify-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245898341,"owners_count":20690460,"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":[],"created_at":"2025-03-27T17:50:35.545Z","updated_at":"2025-03-27T17:50:36.122Z","avatar_url":"https://github.com/BWsix.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify Api\n\nA rest api implementation of [thelinmichael][thelinmichael]'s [spotify-web-api-node][spotify-web-api-node]\n\n[thelinmichael]: https://github.com/thelinmichael\n[spotify-web-api-node]: https://github.com/thelinmichael/spotify-web-api-node\n\n# Table of Contents\n\n- [About](#about)\n- [Api Reference](#docs)\n  - [Search](#docs_search)\n  - [Album](#docs_artist)\n  - [Artist](#docs_album)\n  - [Track](#docs_track)\n  - [User](#docs_user)\n\n# About \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nSpotify Api.\n\n# Api Reference\u003ca name = \"docs\"\u003e\u003c/a\u003e\n\nBase address of api : `https://spotify-api-vflc.vercel.app/api`\n\n## Search\u003ca name = \"docs_search\"\u003e\u003c/a\u003e\n\n### search things on spotify\n\n#### **Get** `/search/{query string}`\n\nor\n\n#### **Post** `/search`\n\n|  FIELD  |    TYPE     | REQUIRED | DESCRIPTION                                                                             |\n| :-----: | :---------: | :------: | :-------------------------------------------------------------------------------------- |\n|  query  |   string    |   Yes    | `query` is the thing that goes into the search bar                                      |\n|  types  |  string[]   |    No    | You can choose type(s) from \"album\", \"artist\", \"playlist\", \"track\", \"show\", \"episode\"]. |\n| options | ¯\\\\_(ツ)_/¯ |    No    | Just read the docs http://michaelthelin.se/spotify-web-api-node/#search                 |\n\n## Album\u003ca name = \"docs_album\"\u003e\u003c/a\u003e\n\n### get album\n\n#### **Get** `/album/{albumId}`\n\n### get cover\n\n#### **Get** `/album/{albumId}/cover`\n\nreturn : cover image in `jpeg` format\n\n### get tracks in album\n\n#### **Post** `/album/{albumId}/tracks`\n\n## Artist\u003ca name = \"docs_artist\"\u003e\u003c/a\u003e\n\n### get artist\n\n#### **Get** `/artist/{artistId}`\n\n### get artist's albums\n\n#### **Post** `/artist/{artistId}/albums`\n\n### get artist's related artists\n\n#### **Get** `/artist/{artistId}/relatedArtists`\n\n### get artist's top tracks\n\n#### **Post** `/artist/{artistId}/topTracks`\n\n## Track\u003ca name = \"docs_track\"\u003e\u003c/a\u003e\n\n### get track\n\n#### **Get** `/track/{trackId}`\n\n### get preview\n\n#### **Get** `/track/{trackId}/preview`\n\n### get cover\n\n#### **Get** `/track/{trackId}/cover`\n\nreturn : cover image in `jpeg` format\n\n### get audio analysis\n\n#### **Get** `/track/{trackId}/audioAnalysis`\n\n### get audio features\n\n#### **Get** `/track/{trackId}/features`\n\n## User\u003ca name = \"docs_user\"\u003e\u003c/a\u003e\n\n### get user\n\n#### **Get** `/user/{userId}`\n\n### get user playlists\n\n#### **Post** `/user/{userId}/playlists`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwsix%2Fspotify-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwsix%2Fspotify-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwsix%2Fspotify-api/lists"}