https://api.apifreaks.com/v1.0/email-validation/single
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| success | Boolean | Mandatory | Whether the request was successful or not |
| String | Mandatory | The email address | |
| name | String | Optional | The name associated with the email address |
| validEmail | String | Mandatory | Whether the email address is valid or not |
| validSyntax | Boolean | Mandatory | Whether the email address has valid syntax or not |
| domain | Object | Mandatory | The domain information |
| account | Object | Mandatory | The account information |
| dns | Object | Mandatory | The DNS information |
| ip | String | Optional | The IP address |
| address.location | Object | Optional | The location information |
| address.security | Object | Optional | The security information |
| address.validIpAddress | Boolean | Optional | Whether the IP address is valid or not |
"domain" Object contains the following fields:
| Field | Type | Requirement | Description |
|---|---|---|---|
| name | String | Mandatory | The domain name |
| disposable | Boolean | Mandatory | Whether the domain is disposable or not |
| spam | Boolean | Mandatory | Whether the domain is associated with spam or not |
| free | Boolean | Mandatory | Whether the domain is associated with a free email provider or not |
| validDomain | Boolean | Mandatory | Whether the domain is valid or not |
| catchAll | Boolean | Mandatory | Whether the domain is a catch-all domain or not |
"account" Object contains the following fields:
| Field | Type | Requirement | Description |
|---|---|---|---|
| role | Boolean | Mandatory | Whether the email address is a role-based email address or not |
| fullMailBox | Boolean | Optional | Whether the email address is a full mailbox or not |
"dns" Object contains the following fields:
| Field | Type | Requirement | Description |
|---|---|---|---|
| mxRecords | Array<String> | Mandatory | The MX records of the domain |
"address.location" Object contains the following fields:
| Field | Type | Requirement | Description |
|---|---|---|---|
| city | String | Mandatory | The city name |
| district | String | Mandatory | The district name |
| confidence | String | Mandatory | The confidence level of the location |
| zipcode | String | Mandatory | The ZIP code |
| state_prov | String | Mandatory | The state or province name |
| country_name | String | Mandatory | The common name of the country |
| continent_name | String | Mandatory | The continent name |
| continent_code | String | Mandatory | The 2-letter continent code |
| country_code2 | String | Mandatory | The 2-letter country code (ISO 3166-1 alpha-2) |
| country_code3 | String | Mandatory | The 3-letter country code (ISO 3166-1 alpha-3) |
| country_name_official | String | Mandatory | The official name of the country |
| accuracy_radius | String | Mandatory | The accuracy radius of the location (Km) |
| is_eu | Boolean | Mandatory | Is the country belong to European Union? |
"address.security" Object contains the following fields:
| Field | Type | Requirement | Description |
|---|---|---|---|
| threat_score | Number | Mandatory | The threat score of the IP address |
| is_tor | Boolean | Mandatory | The TOR status of the IP address |
| is_proxy | Boolean | Mandatory | The proxy status of the IP address |
| proxy_type | String | Mandatory | The type of the proxy |
| proxy_provider | String | Mandatory | The provider of the proxy |
| is_anonymous | Boolean | Mandatory | The anonymous status of the IP address |
| is_known_attacker | Boolean | Mandatory | The known attacker status of the IP address |
| is_spam | Boolean | Mandatory | The spam status of the IP address |
| is_bot | Boolean | Mandatory | The bot status of the IP address |
| is_cloud_provider | Boolean | Mandatory | The cloud provider status of the IP address |
| cloud_provider | String | Mandatory | The cloud provider of the IP address |