https://github.com/technikhil314/verify-email
A free email verification api that tell if the emailid is disposable and if the emailId provider is genuine public email provider like gmail, yahoo etc
https://github.com/technikhil314/verify-email
email-validation email-validator email-verification email-verifier nextjs nextjs-api open-api open-apis public-api public-apis public-domain
Last synced: 24 days ago
JSON representation
A free email verification api that tell if the emailid is disposable and if the emailId provider is genuine public email provider like gmail, yahoo etc
- Host: GitHub
- URL: https://github.com/technikhil314/verify-email
- Owner: technikhil314
- License: mit
- Created: 2021-09-09T13:42:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T14:13:56.000Z (over 3 years ago)
- Last Synced: 2025-02-12T14:57:25.255Z (3 months ago)
- Topics: email-validation, email-validator, email-verification, email-verifier, nextjs, nextjs-api, open-api, open-apis, public-api, public-apis, public-domain
- Language: JavaScript
- Homepage: https://verifyemail.vercel.app/
- Size: 226 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open source public api for email verification
[](https://github.com/technikhil314/verify-email/blob/main/LICENSE)
[](https://github.com/technikhil314/verify-email/stargazers)
[](https://github.com/technikhil314/verify-email/fork)
[](https://www.twitter.com/technikhil314)###### 👏 & ❤️ to [auto badger](https://github.com/technikhil314/auto-badger) for making badging simple
## An open rest api to verify an emaiid
Email verification generally constitutes of three parts and api should tell if the emailid is provided by any
1. disposable email service like mailinator.com etc
2. public email service like gmail.com,yahoo.co.in,outlook.com etc
3. private organization like microsoft.com,google.com## How to use this api
### Call the api with emailid
```bash
curl https://verifyemail.vercel.app/api/[email protected]
```### Sample response
```json
{
"disposable": false,
"public": true,
"private": false
}
```## LICENSE
MIT