Disposable Email Checker API
The Disposable Email Checker API allows you to check whether a given email address is from a disposable email provider.
From 4,177 users
Applications using this API
API Status
API Response Times
Average | P50 | P75 | P90 | P95 |
|---|---|---|---|---|
| 314ms | 331ms | 358ms | 753ms | 1154ms |
Similar APIs
Didn't find what you were looking for? Suggest an improvement
/v1/disposableemailchecker GET
https://api.api-ninjas.com/v1/disposableemailchecker
Returns metadata for a given email address, including whether it is from a disposable email provider. We maintain a large database of hundreds of thousands of disposable domains and check against it for every email address.
Parameters
emailrequiredEmail address to check.
Headers
X-Api-KeyrequiredAPI Key associated with your account.
Response
A JSON object with the following fields or an error if the request is unsuccessful.
domainstringDomain of the email address.
emailstringEmail address.
is_disposablebooleanWhether the email address is disposable.
Sample Request Live Demo!
Try this API endpoint with all available parameters in our API playground
https://api.api-ninjas.com/v1/disposableemailchecker?email=asdf@ingitel.comHeaders
X-Api-KeyLog in or sign up to get your API KeySample Response
Code Examples
1
2
curl -X GET "https://api.api-ninjas.com/v1/disposableemailchecker?email=test@10minutemail.com" \
-H "X-Api-Key: YOUR_API_KEY"If your programming language is not listed in the Code Example above, you can still make API calls by using a HTTP request library written in your programming language and following the above documentation.
Frequently Asked Questions
Can I use the Disposable Email Checker API for commercial purposes?
How do I get an API key and start using the Disposable Email Checker API?
What happens if I exceed my quota for the month?
What happens if a request to the Disposable Email Checker API fails?
What are some use cases for the Disposable Email Checker API?
What data does the Disposable Email Checker API check against, and how do I query an email?
What does the Disposable Email Checker response include?