Freemium
Abstract API
Abstract API is a collection of simple, reliable REST APIs for developers. It offers a wide range of services, including IP geolocation, email validation, phone verification, VAT number lookup, timezone, and currency exchange. These APIs help developers speed up integration and add data-driven features to their apps with minimal effort.
1
Endpoints
0
Views
Aug 19, 2025
Last Checked
1,000 requests/month
Rate Limit
API Endpoints
Validate email addresses
Full URL
https://app.abstractapi.com/api/email_validation
Code Examples
curl -X GET 'https://app.abstractapi.com/api/email_validation' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "email": "[email protected]" }
Example Response
{
"deliverability": "DELIVERABLE",
"is_valid_format": true,
"is_disposable_email": false
}
Version
v1
Rate Limit
1000 requests/month
Tags
geolocationutilitiesvalidation
Related APIs
Discover similar APIs that might interest you