{"id":15145776,"url":"https://github.com/joaoandrejs/downloader-api","last_synced_at":"2026-03-06T16:03:19.021Z","repository":{"id":246457395,"uuid":"820690159","full_name":"joaoandrejs/downloader-api","owner":"joaoandrejs","description":"NodeJS API for download vídeos and get infos [YT, Instagram, X, Tiktok, Soundcloud]","archived":false,"fork":false,"pushed_at":"2025-12-12T04:15:43.000Z","size":96,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T11:45:05.046Z","etag":null,"topics":["download","instagram","soundcloud","tiktok","twitter","x","youtube"],"latest_commit_sha":null,"homepage":"","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/joaoandrejs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-27T01:44:52.000Z","updated_at":"2025-12-12T04:15:41.000Z","dependencies_parsed_at":"2024-08-15T09:30:43.243Z","dependency_job_id":null,"html_url":"https://github.com/joaoandrejs/downloader-api","commit_stats":null,"previous_names":["joaoandrejs/downloader-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joaoandrejs/downloader-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoandrejs%2Fdownloader-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoandrejs%2Fdownloader-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoandrejs%2Fdownloader-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoandrejs%2Fdownloader-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joaoandrejs","download_url":"https://codeload.github.com/joaoandrejs/downloader-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joaoandrejs%2Fdownloader-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30184885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"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":["download","instagram","soundcloud","tiktok","twitter","x","youtube"],"created_at":"2024-09-26T11:42:47.838Z","updated_at":"2026-03-06T16:03:19.004Z","avatar_url":"https://github.com/joaoandrejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Downloader API\n API para download de vídeos\n\n### Sites suportados:\n- YouTube\n- Instagram\n- TikTok\n- Twitter\n- SoundCloud\n\n## Instalação\n\n```bash\ngit clone https://github.com/joaoandrejs/downloader-api\n```\n\n```bash\ncd downloader-api\n```\n\n```bash\nnpm install\n```\n\n## Executando\n\n```bash\nnode index.js\n```\n\n## Teste a aplicação:\n\n```bash\ncurl http://localhost:3000/\n```\n- Resposta: App is running...\n\n\n# Rspostas:\n`curl http://localhost:3000/api/getinfo?url=...`\n- JSON retornado com as informações do vídeo\n```js\n{\n    author: {\n        name: \"\",\n        id: \"\",\n        description: \"\"\n    },\n    video: {\n        url: \"\",\n        title: \"\",\n        description: \"\",\n        thumbnail: \"\",\n        lengthSeconds: \"\",\n        viewCount: \"\"\n    }\n}\n```\n\n`curl http://localhost:3000/api/download?url=...`\n- Retorna um arquivo \".mp4\" para vídeos e \".mp3\" para áudios\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoandrejs%2Fdownloader-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoaoandrejs%2Fdownloader-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoaoandrejs%2Fdownloader-api/lists"}