{"id":27696654,"url":"https://github.com/mattwright324/youtube-api-proxy","last_synced_at":"2025-04-25T15:12:12.940Z","repository":{"id":270003290,"uuid":"908715415","full_name":"mattwright324/youtube-api-proxy","owner":"mattwright324","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-02T18:46:30.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T19:33:44.640Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattwright324.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}},"created_at":"2024-12-26T19:12:33.000Z","updated_at":"2025-02-02T18:46:33.000Z","dependencies_parsed_at":"2024-12-27T19:27:58.069Z","dependency_job_id":"f757c0d8-8b6e-40d0-86d3-1915dc9e03a3","html_url":"https://github.com/mattwright324/youtube-api-proxy","commit_stats":null,"previous_names":["mattwright324/youtube-api-proxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fyoutube-api-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fyoutube-api-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fyoutube-api-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattwright324%2Fyoutube-api-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattwright324","download_url":"https://codeload.github.com/mattwright324/youtube-api-proxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250840589,"owners_count":21495910,"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-04-25T15:12:12.192Z","updated_at":"2025-04-25T15:12:12.934Z","avatar_url":"https://github.com/mattwright324.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube API Proxy\n\nSelf-host a user rate-limited YouTube API proxy (must provide your own key for v3).\nRequests to V3 make use of the requester's IP as the `quotaUser` parameter so you can enforce your project's\n`Queries per minute per user` limit.\n\n```\nGET https://ytapi.example.com/v1/resolve_url?url=https://www.youtube.com/@VanityUrl\n    -\u003e POST https://youtubei.googleapis.com/youtubei/v1/navigation/resolve_url\n\nGET https://ytapi.example.com/v3/videos?part=snippet\u0026id=dQw4w9WgXcQ \n    -\u003e GET https://www.googleapis.com/youtube/v3/videos?part=snippet\u0026id=dQw4w9WgXcQ\n```\n\n## Build\n\nMake a copy of `.env.template` as your `.env` and fill in missing properties.\nCheck the YouTube API section below to get your own API key and determine allowed paths \u0026 parameters.\n\nMake sure dependencies are installed then run\n\n```shell\n$ npm install\n$ npm run start\n```\n\n- http://localhost:3000\n- http://localhost:3000/v1/resolve_url?url=https://www.youtube.com/@RickAstleyVEVO\n- http://localhost:3000/v3/videos?part=snippet\u0026id=dQw4w9WgXcQ\n- http://localhost:3000/v3/videoCategories?part=snippet\u0026regionCode=US\n\n## YouTube API\n\nA YouTube API key is required in your `.env` API_V3_KEY property.\n\n- https://console.cloud.google.com/apis/dashboard\n- https://developers.google.com/youtube/v3/getting-started\n- https://developers.google.com/youtube/v3/docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattwright324%2Fyoutube-api-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattwright324%2Fyoutube-api-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattwright324%2Fyoutube-api-proxy/lists"}