{"id":20594469,"url":"https://github.com/byteplant/jquery-email-validator-net","last_synced_at":"2026-04-29T09:34:17.776Z","repository":{"id":98161927,"uuid":"52371113","full_name":"byteplant/jquery-email-validator-net","owner":"byteplant","description":"jQuery plugin for the email-validator.net API","archived":false,"fork":false,"pushed_at":"2016-02-25T13:44:18.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T00:31:59.120Z","etag":null,"topics":["cleaning","data-cleaning","data-quality","email","email-cleaning","email-marketing","email-validation","email-verification","form-validation","form-validation-jquery","javascript","javascript-library","jquery","validation","verification"],"latest_commit_sha":null,"homepage":"https://www.email-validator.net/api.html","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/byteplant.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}},"created_at":"2016-02-23T15:55:32.000Z","updated_at":"2020-07-18T05:53:31.000Z","dependencies_parsed_at":"2023-05-02T00:02:15.650Z","dependency_job_id":null,"html_url":"https://github.com/byteplant/jquery-email-validator-net","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/byteplant%2Fjquery-email-validator-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Fjquery-email-validator-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Fjquery-email-validator-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/byteplant%2Fjquery-email-validator-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/byteplant","download_url":"https://codeload.github.com/byteplant/jquery-email-validator-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242229351,"owners_count":20093375,"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":["cleaning","data-cleaning","data-quality","email","email-cleaning","email-marketing","email-validation","email-verification","form-validation","form-validation-jquery","javascript","javascript-library","jquery","validation","verification"],"created_at":"2024-11-16T08:09:07.506Z","updated_at":"2026-04-29T09:34:12.745Z","avatar_url":"https://github.com/byteplant.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jquery-email-validator-net\n=========\n\nA small library providing a wrapper for [api.email-validator.net](http://www.email-validator.net/email-adresse-pruefen-online-api.html) for jQuery\n\n## Installation\n  Download zip, extract and embed `jquery.email-validator-net.js` to your HTML.\n  This Plugin needs jQuery!\n## Usage\nSee test.js and test.html\n  ```js\n  // Init only once\n  $.validateEmail(\"YOUR API KEY\");\n\n  // OnClick\n  $(\"#submit\").click(function () {\n    $(\"#email\").validateEmail(function (response) {\n      console.log(response);\n    })\n  })\n\n  //response looks like that:\n    {\n      status: 200,                      // ==\u003e http://www.email-validator.net/email-verification-results.html\n      info: \"OK - Valid Address\",       // ==\u003e http://www.email-validator.net/email-verification-results.html\n      details: \"Looong description\",    // ==\u003e http://www.email-validator.net/email-verification-results.html\n      simpleStatus: \"VALID\"               // VALID, SUSPECT or INVALID (to keep it simple)\n    }\n\n  });\n  ```\n\n## Release History\n\n* 0.1.0 Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteplant%2Fjquery-email-validator-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyteplant%2Fjquery-email-validator-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyteplant%2Fjquery-email-validator-net/lists"}