{"id":24765396,"url":"https://github.com/abimaelmartell/goverify","last_synced_at":"2025-10-04T13:51:12.992Z","repository":{"id":149063073,"uuid":"80334523","full_name":"abimaelmartell/goverify","owner":"abimaelmartell","description":"Email verification microservice","archived":false,"fork":false,"pushed_at":"2018-02-22T06:06:21.000Z","size":35,"stargazers_count":6,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-27T02:42:17.718Z","etag":null,"topics":["disposable-email","docker","email","email-validation","microservice","verification"],"latest_commit_sha":null,"homepage":"","language":"Go","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/abimaelmartell.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,"zenodo":null}},"created_at":"2017-01-29T07:38:40.000Z","updated_at":"2025-06-19T05:22:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e3fdd20-125c-43d4-8a69-43917f332d60","html_url":"https://github.com/abimaelmartell/goverify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abimaelmartell/goverify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abimaelmartell%2Fgoverify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abimaelmartell%2Fgoverify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abimaelmartell%2Fgoverify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abimaelmartell%2Fgoverify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abimaelmartell","download_url":"https://codeload.github.com/abimaelmartell/goverify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abimaelmartell%2Fgoverify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278322147,"owners_count":25967873,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["disposable-email","docker","email","email-validation","microservice","verification"],"created_at":"2025-01-28T22:52:15.353Z","updated_at":"2025-10-04T13:51:12.988Z","avatar_url":"https://github.com/abimaelmartell.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microservice for Email Verification\n\n\n## Installation\n```\ngo get github.com/abimaelmartell/goverify\n\ngoverify\n```\n\nIt will start a web server at localhost:8080\n\n\n## Usage\n\n### GET /verify?email={EMAIL}\n\nSample Response\n\n    {\n      result: \"NoMxServersFound\",\n      mailbox_exists: false,\n      is_catch_all: false,\n      is_disposable: false,\n      email: \"abimex@gmail.com\",\n      domain: \"gmail.com\",\n      user: \"abimex\"\n    }\n\n#### result (String)\n\n| Code | Description |\n| --- | --- |\n| NoMxServersFound | The server is not running a mail server |\n| InvalidEmailAddress | The email address is not valid |\n\n#### mailbox_exists (Bool)\nTrue if the email address exists on the server\n\n#### is_catch_all (Bool)\nTrue if the email server is catch all\n\n#### is_disposable (Bool)\nTrue if the email server is listed as a disposable email provider\n\n#### email (String)\nThe email address\n\n#### domain (String)\nThe domain name of the email address\n\n#### user (String)\nThe username for the domain\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabimaelmartell%2Fgoverify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabimaelmartell%2Fgoverify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabimaelmartell%2Fgoverify/lists"}