Introducing our Snowflake Data Cloud Native Application: AI-Driven Data Quality built into SQL statements! Learn More

Get Email Address Information API

Validate email addresses and retrieve enrichment data for improved deliverability and marketing insights

API Overview

This API provides validation information for email addresses to aid in deliverability and prevent sending to bad addresses. It also offers additional demographic and descriptive data useful for marketing and segmentation purposes. Examples include descriptions, revenue, number of employees, Twitter/X handles, location data, generic/disposable email indicators, and more.

Email Validation

Verify email address syntax and mail server existence to improve deliverability.

Enrichment Data

Retrieve additional information about the email address for better insights.

Spam Prevention

Avoid sending to bad email addresses to prevent getting placed on spam lists.

How It Works (Sample Response Data)

Email Response Info IsGeneric Geolocation DomainOwner
jimsmith@gmail.com valid mail server ok true Google
johndoe@yahoo.com.mx valid mail server ok true Mexico Verizon Media
winston.smith@maths.ox.ac.uk valid mail server ok United Kingdom University of Oxford
jane.doe@sjfdhsndsd.com invalid no mail server
unclesam@irs.gov valid mail server ok United States Internal Revenue Service

API Details

Endpoint

https://api.interzoid.com/getemailinfo

Request Format

https://api.interzoid.com/getemailinfo?license=[licensekey]&email=[email address]

Sample Request

https://api.interzoid.com/getemailinfo?license=dh8dj2f*****&email=joesmith@amazon.com

Sample Response

{"Email":"joesmith@amazon.com","Response":"valid","Info":"mail server ok","Domain":"amazon.com","IsGovernment":"","IsEducational":"","IsOrganizational":"","IsDisposable":"","IsVulgar":"","IsGeneric":"","Geolocation":"","DomainOwner":"Amazon.com, Inc.","XHandle":"@amazon","Organization":"Amazon.com, Inc.","Revenue":"469.8 billion USD (2021)","Employees":"1540000","HeadquartersCountry":"United States","HeadquartersCity":"Seattle, Washington","Currency":"USD","Rate":"1.000","Description":"Amazon is a global e-commerce and cloud computing company, known for its online retail platform, Amazon Web Services, and various consumer electronics like the Kindle and Echo.","Code":"Success","Credits":"206513"}

cURL Example (with API key in header)

curl --header "x-api-key: dh8dj2f*****" "https://api.interzoid.com/getemailinfo?email=jimsmith@gmail.com"

Code Examples

Examples in Nine Programming Languages

See quick and easy code examples in nine different popular languages, including Python, Node.js, Java, Typescript, Go, Rust, C#, R, and Scala.

See All Code Examples

Additional Resources

Optional OpenAPI Specification

An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.

It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.

YAML JSON Swagger Editor with Client Generators
Video Description

Watch a short video describing the API and its uses.

YouTube

Additional Information

For custom requirements or additional support, please contact us at support@interzoid.com.