{"id":15616259,"url":"https://github.com/iamrony777/captcha-solver-api","last_synced_at":"2026-02-03T23:32:01.761Z","repository":{"id":43669407,"uuid":"511507672","full_name":"iamrony777/captcha-solver-api","owner":"iamrony777","description":"An API to Solve Captcha","archived":false,"fork":false,"pushed_at":"2023-05-23T07:12:48.000Z","size":47298,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"prod","last_synced_at":"2025-07-04T21:06:35.437Z","etag":null,"topics":["api","captcha","fastapi","javdb","python","solver","tensorflow"],"latest_commit_sha":null,"homepage":"https://captcha-solver-api2.herokuapp.com/docs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamrony777.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":"2022-07-07T11:53:29.000Z","updated_at":"2022-10-26T11:32:44.000Z","dependencies_parsed_at":"2024-10-22T00:39:39.241Z","dependency_job_id":"4a4aa7d5-cb51-4940-aebe-5eb95b469d2d","html_url":"https://github.com/iamrony777/captcha-solver-api","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.41666666666666663","last_synced_commit":"f7f42efd49eafbc1af902cfd916a4ab14151def1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iamrony777/captcha-solver-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrony777%2Fcaptcha-solver-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrony777%2Fcaptcha-solver-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrony777%2Fcaptcha-solver-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrony777%2Fcaptcha-solver-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamrony777","download_url":"https://codeload.github.com/iamrony777/captcha-solver-api/tar.gz/refs/heads/prod","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrony777%2Fcaptcha-solver-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29061531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T23:14:54.203Z","status":"ssl_error","status_checked_at":"2026-02-03T23:14:50.873Z","response_time":96,"last_error":"SSL_read: 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":["api","captcha","fastapi","javdb","python","solver","tensorflow"],"created_at":"2024-10-03T07:05:27.571Z","updated_at":"2026-02-03T23:32:01.746Z","avatar_url":"https://github.com/iamrony777.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Captcha Solver API\n\nTitle says it all\n\n## Docs\nNo docs needed, check example folder for captcha (only one type of captcha supported for now). \n\n1. Make request \n2. Get solved captcha as json\n\nAlso try [Swagger UI Docs](https://captcha-solver-api2.herokuapp.com/docs) with captcha from [example](/example/) folder\n## Example\n\n#### JAVDB\n\n[More captchas](/example/javdb/)\n\n![captcha](./example/javdb/g.png)\n\n```bash\n# Request via cURL\ncurl -s -X 'POST' \\\n  'https://captcha-solver-api2.herokuapp.com/javdb' \\\n  -H 'accept: application/json' \\\n  -H 'Content-Type: multipart/form-data' \\\n  -F 'file=@example/g.png;type=image/png' | jq . # \"jq .\" optional\n```\n```json\n{\n  \"solved\": \"xiwlk\"\n}\n```\n\n#### Links\n- [API / Site link](https://captcha-solver-api2.herokuapp.com/) (hosted on heroku free tier so 30sec delay is expected if dyno is sleeping otherwise takes avg 12sec to solve a captcha)\n\n- [Model Storage](https://models.cloudflare-storage.workers.dev/) (Models are stored on google drive, using public google index to access)\n\n- Inspired by [pythonlessons/CAPTCHA-solver](https://github.com/pythonlessons/CAPTCHA-solver)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Fastapi 0.78.0-lightblue?style=for-the-badge\u0026logo=fastapi\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Tensorflow 1.15.0-white?style=for-the-badge\u0026logo=tensorflow\"\u003e   \n    \u003cimg src=\"https://img.shields.io/badge/OpenCV 4.6.0-blue?style=for-the-badge\u0026logo=opencv\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrony777%2Fcaptcha-solver-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamrony777%2Fcaptcha-solver-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrony777%2Fcaptcha-solver-api/lists"}