NameAPI is a web API
to handle people's names
in your software.

News

18.11.2024

Dictionary Update: Ukrainian Names

A member of the East Slavic family, the Ukrainian language shares deep historical roots with...


04.11.2024

New Python Client Library Released

We have implemented a Python client library, now available on PyPI, providing easy access to...


22.10.2024

Software Version 10.6.0 Released

This update brings several improvements and new features designed to enhance the accuracy and...


11.10.2024

Discovering Czech Names

As part of the West Slavic group, the Czech language shares similarities with Slovak and Polish,...


25.09.2024

Romanian Names Added

The Romanian language, a Romance language derived from Latin, is unique in Eastern Europe,...


   

Email Domain Type Classifier

       
DetectsClassifies the domain name of an email address as FREEMAIL, ORGANIZATION etc.
            
[email protected] uses a FREEMAIL domain.
[email protected] uses an ORGANIZATION domain.
            
Note that there is not always a clear line between domain types. Especially FREEMAIL and ISP are blurry; freemail providers often offer extended paid packages, while internet service providers sometimes often a basic free email account.    
               
(no example in the browser as of now)

   

Input

       
A syntactically valid email address.
An invalid input exception is thrown if the address does not look like an email address.
       

   

Output

       

Trash domains such as mailinator.com.

Freemail providers such as yahoo.com.

Internet service providers such as aol.com.

Businesses, universities etc. such as google.com.

Non-commercial private domains from individuals.

Reserved domain names serving as examples in documentation, such as example.com.

Unclassified as of now.