This project provides access to the largest and most frequently updated database of disposable email addresses in existence.
It is designed for developers, SaaS platforms, fraud‑prevention systems, and any service that needs to automatically detect and block temporary or throwaway email accounts.
- World’s largest disposable email database with millions of verified entries.
- Constant real‑time updates to ensure maximum accuracy.
- Fast API lookup for instant validation.
- Lightweight and easy to integrate into any backend or frontend workflow.
- Perfect for fraud prevention, user verification, spam reduction, and reputation scoring.
To use the API, you simply need an API Key, which you can generate for free at the following link:
👉 Create your free API Key here:
https://tpe.li/new-api-key
Once you have your key, you can start making requests immediately.
curl -X POST https://api.tpeoficial.com/v1/private/secure/verify \
-H "Content-Type: application/json" \
-H "Authorization: Bearer PRIVATE_TOKEN_HERE" \
-d '{
"email": "test@test.com"
}'Or you can use...
{
url: {...},
email: {
valid: true,
fraud: false,
proxiedEmail: false,
freeSubdomain: false,
corporate: true,
email: "admin@lamoncloa.gob.es",
realUser: "admin",
didYouMean: null,
noReply: false,
customTLD: false,
domain: "lamoncloa.gob.es",
roleAccount: true,
plugins: {...}
},
phone: {...},
domain: {...},
creditCard: {...},
ip: {...},
wallet: {...},
userAgent: {...},
iban: {...}
} This database and API are provided for security and fraud‑prevention purposes. You may use it in commercial or personal projects according to the included license terms.