{"id":16031790,"url":"https://github.com/realorangeone/spotify-public-proxy","last_synced_at":"2026-01-19T09:10:56.887Z","repository":{"id":25901826,"uuid":"106851650","full_name":"RealOrangeOne/spotify-public-proxy","owner":"RealOrangeOne","description":"Limited proxy to spotifys public api without authenticaton","archived":false,"fork":false,"pushed_at":"2023-09-21T12:05:35.000Z","size":52,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T15:57:00.615Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RealOrangeOne.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"RealOrangeOne","ko_fi":"theorangeone","liberapay":"theorangeone","custom":["https://theorangeone.net/support/"]}},"created_at":"2017-10-13T17:03:38.000Z","updated_at":"2023-09-21T12:17:34.000Z","dependencies_parsed_at":"2024-10-27T17:17:36.163Z","dependency_job_id":"4bfbb874-bdbb-43e2-a545-80ef5ed21c78","html_url":"https://github.com/RealOrangeOne/spotify-public-proxy","commit_stats":{"total_commits":47,"total_committers":2,"mean_commits":23.5,"dds":0.08510638297872342,"last_synced_commit":"7571a8a8a5b3cc8f55f246c1db22d0d115d9061b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RealOrangeOne/spotify-public-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fspotify-public-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fspotify-public-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fspotify-public-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fspotify-public-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealOrangeOne","download_url":"https://codeload.github.com/RealOrangeOne/spotify-public-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fspotify-public-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-08T21:05:40.551Z","updated_at":"2026-01-19T09:10:56.872Z","avatar_url":"https://github.com/RealOrangeOne.png","language":"Python","funding_links":["https://github.com/sponsors/RealOrangeOne","https://ko-fi.com/theorangeone","https://liberapay.com/theorangeone","https://theorangeone.net/support/"],"categories":[],"sub_categories":[],"readme":"# Spotify Public Proxy\n\n![CI](https://github.com/RealOrangeOne/website/workflows/CI/badge.svg)\n\nProxy for reading publicly-accessible data from Spotify, without distributing tokens.\n\n## Supported APIs\nDue to the nature of the APIs, only `GET` calls are supported.\n\n## How it works\nOn an incoming request, we request an access token from spotify, and append it to the request, before sending it on to spotifys standard API.\n\n## Usage\n### Host it yourself\nSo I don't have to handle hosting application costs of this, you will need to host an instance of this yourselves.\n\n### Create a spotify application to get required tokens\nCreate an application at https://developer.spotify.com/my-applications/, and create a client ID and secret\n### Setup tokens\n```bash\nexport SPOTIFY_CLIENT_ID=\"...\"\nexport SPOTIFY_CLIENT_SECRET=\"...\"\n```\n### Start the server\n\n    python3 ./src/app.py\n\n### Send a request\nSimply change the `https://api.spotify.com` with your instance URL. eg `https://your.spotify.proxy.com/v1/users/{user_id}/playlists/{playlist_id}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fspotify-public-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealorangeone%2Fspotify-public-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fspotify-public-proxy/lists"}