Minimum observed age
A matched record means the address was seen no later than the returned year. The demo converts that year into a conservative minimum age.
Email age intelligence for fraud teams
Determine whether an email address has a minimum observed age before it enters a signup, checkout, or account recovery decision.
Signal result
Submit an email address to evaluate the positive age signal returned by the API.
How the signal should be used
A matched record means the address was seen no later than the returned year. The demo converts that year into a conservative minimum age.
Mainstream, privacy relay, disposable, suspicious, and unknown classifications add context without replacing your fraud model.
No match means no established-age signal was found. It should not be interpreted as proof that an email is abusive.
API shape
The API returns a normalized address, whether it was found, the earliest observed year when available, and a lightweight beta classification for the domain.
/v1/email?email=<encoded-email>
curl "https://establishedemails.com/v1/email?email=analyst%40example.com"
{
"found": true,
"email": "analyst@example.com",
"year": 2020,
"classification": "mainstream"
}