API Freaks logoAPI Freaks logo
CTRL+K

    APIs

  • Pricing
  • Resources
  • Tools

  • Contact us
CTRL+K
Sign InGet Started For Free
  • Credits Usage APIGET
  • IP Geolocation LookupGET
  • Bulk IP Geolocation LookupPOST
  • Domain WHOIS LookupGET
  • IP WHOIS LookupGET
  • ASN LookupGET
  • Domain WHOIS Historical LookupGET
  • Domain WHOIS Reverse LookupGET
  • Bulk Domain WHOIS LookupPOST
  • DNS LookupGET
  • Historical DNS LookupGET
  • Reverse DNS LookupGET
  • Bulk DNS LookupPOST
  • SSL Certificate LookupGET
  • SSL Certificate Chain LookupGET
  • Domain AvailabilityGET
  • Domain Availability with SuggestionsGET
  • Bulk Domain AvailabilityPOST
  • Website ScreenshotGET
  • Bulk ScreenshotPOST
  • Latest Exchange RatesGET
  • Historical Exchange RatesGET
  • Currency Converter LatestGET
  • Currency Converter HistoricalGET
  • Currency Time SeriesGET
  • Currency FluctuationGET
  • Geolocalized Currency ConverterGET
  • Currency SupportedGET
  • Currency SymbolsGET
  • Currency Historical Data LimitsGET
  • Live Commodity PricesGET
  • Historical Commodity PricesGET
  • Commodity FluctuationGET
  • Commodity Time SeriesGET
  • Commodity SymbolsGET
  • Timezone LookupGET
  • Timezone ConverterGET
  • GeoDB CountriesGET
  • GeoDB Country DetailsGET
  • GeoDB RegionsGET
  • GeoDB SubregionsGET
  • GeoDB Admin LevelsGET
  • GeoDB Admin UnitsGET
  • GeoDB Admin Units DetailsGET
  • GeoDB CitiesGET
  • Zip Code LookupGET
  • ZIP Code Search CityGET
  • ZIP Code Search RegionGET
  • ZIP Code Search RadiusGET
  • ZIP Code DistanceGET
  • ZIP Code Distance MatchGET
  • Email CheckerPOST
  • User Agent ParserGET
  • Bulk User Agent ParserPOST
  • Astronomy APIGET

Ready to get started?

Sign Up for Free

APIFreaks

API Catalog

  • Geolocation APIs
  • WHOIS APIs
  • DNS APIs
  • SSL APIs
  • Domain APIs
  • Screenshot APIs
  • Currency APIs
  • Commodity APIs
  • Timezone APIs
  • Zipcode APIs
  • Email APIs
  • User Agent APIs
  • Other APIs

Tools Catalog

  • Code Formatters
  • Data & Query Tools
  • Text Tools
  • Email Utilities
  • Viewers

Docs

  • APIs
  • Swagger Docs

Pricing & Accounts

  • Pricing
  • Sign up
  • Sign In

Company

  • About Us
  • Resources
  • Terms
  • Privacy

Copyright © 2024

Made in Pakistan

Email Checker API

POST

https://api.apifreaks.com/v1.0/email-validation/single

format
Format of the Response
Media Type
JSON
Body

API Keystringrequired
Your private API key. Get it from API Freaks dashboard.

Sample Responses

400
LANGUAGE
Python
PHP
Java
Node
Ruby
JavaScript
C#
$ pip install requests
RESPONSE

Click Test it to start the request and see the response here!


API Response

FieldTypeRequirementDescription
successBooleanMandatory
Whether the request was successful or not
emailStringMandatory
The email address
nameStringOptional
The name associated with the email address
validEmailStringMandatory
Whether the email address is valid or not
validSyntaxBooleanMandatory
Whether the email address has valid syntax or not
domainObjectMandatory
The domain information
accountObjectMandatory
The account information
dnsObjectMandatory
The DNS information
ipStringOptional
The IP address
address.locationObjectOptional
The location information
address.securityObjectOptional
The security information
address.validIpAddressBooleanOptional
Whether the IP address is valid or not

"domain" Object contains the following fields:

FieldTypeRequirementDescription
nameStringMandatory
The domain name
disposableBooleanMandatory
Whether the domain is disposable or not
spamBooleanMandatory
Whether the domain is associated with spam or not
freeBooleanMandatory
Whether the domain is associated with a free email provider or not
validDomainBooleanMandatory
Whether the domain is valid or not
catchAllBooleanMandatory
Whether the domain is a catch-all domain or not

"account" Object contains the following fields:

FieldTypeRequirementDescription
roleBooleanMandatory
Whether the email address is a role-based email address or not
fullMailBoxBooleanOptional
Whether the email address is a full mailbox or not

"dns" Object contains the following fields:

FieldTypeRequirementDescription
mxRecordsArray<String>Mandatory
The MX records of the domain

"address.location" Object contains the following fields:

FieldTypeRequirementDescription
cityStringMandatory
The city name
districtStringMandatory
The district name
confidenceStringMandatory
The confidence level of the location
zipcodeStringMandatory
The ZIP code
state_provStringMandatory
The state or province name
country_nameStringMandatory
The common name of the country
continent_nameStringMandatory
The continent name
continent_codeStringMandatory
The 2-letter continent code
country_code2StringMandatory
The 2-letter country code (ISO 3166-1 alpha-2)
country_code3StringMandatory
The 3-letter country code (ISO 3166-1 alpha-3)
country_name_officialStringMandatory
The official name of the country
accuracy_radiusStringMandatory
The accuracy radius of the location (Km)
is_euBooleanMandatory
Is the country belong to European Union?

"address.security" Object contains the following fields:

FieldTypeRequirementDescription
threat_scoreNumberMandatory
The threat score of the IP address
is_torBooleanMandatory
The TOR status of the IP address
is_proxyBooleanMandatory
The proxy status of the IP address
proxy_typeStringMandatory
The type of the proxy
proxy_providerStringMandatory
The provider of the proxy
is_anonymousBooleanMandatory
The anonymous status of the IP address
is_known_attackerBooleanMandatory
The known attacker status of the IP address
is_spamBooleanMandatory
The spam status of the IP address
is_botBooleanMandatory
The bot status of the IP address
is_cloud_providerBooleanMandatory
The cloud provider status of the IP address
cloud_providerStringMandatory
The cloud provider of the IP address