Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedeperin/email-api
A REST API to check for disposable and invalid emails
https://github.com/fedeperin/email-api
api email email-api email-validation-api mail rest rest-api
Last synced: 2 months ago
JSON representation
A REST API to check for disposable and invalid emails
- Host: GitHub
- URL: https://github.com/fedeperin/email-api
- Owner: fedeperin
- License: mit
- Created: 2022-10-22T17:46:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T21:56:38.000Z (11 months ago)
- Last Synced: 2024-02-21T22:43:58.688Z (11 months ago)
- Topics: api, email, email-api, email-validation-api, mail, rest, rest-api
- Language: JavaScript
- Homepage: https://emailapi.onrender.com
- Size: 230 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Validator
A REST API to check for disposable and invalid emails## How to add domains
How to add domains to the list of disposable (or non disposable) emails? Open an issue with the domains to be added## Docs
### Main Route
[https://emailapi.onrender.com/](https://emailapi.onrender.com/)### Validate an email
The route for validating an email is
`/api/validate`
This route only accepts the query param email, so it can be called like
`/api/[email protected]`### Check lists
The route for checking the lists of disposable or non disposable emails `/api/lists`