Skip to content

TPEOficial/disposable-email-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Disposable Email Database — The Largest in the World

Access the world's largest fraud validation database for free.

16M de datos GitHub Kofi

Quickstart   •   Discord   •   Data Verifier   •   Email Validation   •   FAQ

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.

Key Features

  • 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.

Getting Started

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.

Example API Request

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...

Response Example

{
  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: {...}
}                             

License

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.

Releases

No releases published

Packages

 
 
 

Contributors