{"id":21719459,"url":"https://github.com/paramt/email-status","last_synced_at":"2025-03-20T20:49:04.003Z","repository":{"id":98576456,"uuid":"141068154","full_name":"paramt/email-status","owner":"paramt","description":"A simple website to check if an email address exists or not","archived":false,"fork":false,"pushed_at":"2019-06-28T21:41:27.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T18:29:38.546Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.param.me/email-status","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/paramt.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":"2018-07-16T00:26:06.000Z","updated_at":"2024-01-07T02:46:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"39299e0f-94c9-4512-8cfd-881902eae239","html_url":"https://github.com/paramt/email-status","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Femail-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Femail-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Femail-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramt%2Femail-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paramt","download_url":"https://codeload.github.com/paramt/email-status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244687591,"owners_count":20493651,"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":"2024-11-26T01:37:44.659Z","updated_at":"2025-03-20T20:49:03.998Z","avatar_url":"https://github.com/paramt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Status\nA simple webpage to check if an email address exists or not.\n\n### Example\n| Input                 | Output    | Meaning                        |\n| --------------------- | :-------- | -------                        |\n| contact@param.me      | Green     | Email exists                   |\n| somerando@example.com | Red       | Email does not exist           |\n| hafaxohubi@larjem.com | Yellow    | Email exists but is disposable |\n\n### How It Works\nThe script requests data from the [Mailboxlayer API](https://mailboxlayer.com), a REST API which validates and verifies email addresses.\nIf an email address exists the page turns green, otherwise it turns red. If the API detects that the email address exists but is disposable, the page turns yellow.\n\n\n### Coming Soon\nThe API provides much more information about email addresses that could be implemented into the site. An example result:\n```\n{\n  \"email\":\"contact@param.me\",\n  \"did_you_mean\":\"\",\n  \"user\":\"contact\",\n  \"domain\":\"param.me\",\n  \"format_valid\":true,\n  \"mx_found\":true,\n  \"smtp_check\":true,\n  \"catch_all\":null,\n  \"role\":false,\n  \"disposable\":false,\n  \"free\":false,\n  \"score\":0.96\n}\n```\nIn the future, auto-correction will be implemented,  as well as the score (rating) of the trustworthiness of an email address.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamt%2Femail-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparamt%2Femail-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamt%2Femail-status/lists"}