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

News

14.04.2025

Dictionary Update: Kyrgyz Names Added

We’ve expanded our database with a rich collection of Kyrgyz names. This update includes 7,500...


31.03.2025

Dictionary Update: Urdu Names

Our growing graph name database now includes around 10,100 terms in Urdu script along with their...


28.03.2025

Maintenance Notice

We would like to inform you that during the course of today, we will be performing scheduled...


24.02.2025

Version 10.7.0 Released

Release of Optimaize PII Platform, version 10.7.0.


20.01.2025

2024 Around the World

2024 has been a pivotal year for Optimaize, with notable advancements in our software capabilities,...


   

Simple Email Name Parser

       
Analyzes the email address and attempts to extract a person's name.
            
[email protected] => [john, doe]
            
The service attempts to detect several kinds of syntax, such as: Names are not formatted to correct case, they are left the way they appeared in the input.    
               

   

Input

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

   

Output

       
Possible values:

The email address belongs to a department, such as [email protected].

It is a technical email address for the domain, such as [email protected].

The email address contains a person's initials such as [email protected].
Note that this answer is a guess, the 2 letters could also have another meaning such as a short given name or surname, or something completely different.

The email address contains a person's name such as [email protected].

There is no name in the address, for example [email protected]
The address may be personal or non-personal, can't say (as in UNKNOWN) but it is clear that no name can be found in it.

The email address could not be classified and hence the service failed to extract a name.

       
This is only filled if resultType is PERSON_NAME or INITIALS.
0-n ways of extracting a person's name.
The first entry (if any) is the best, they are ordered by likeliness in descending order.