LogoLogo
LogoLogo
  • Free API 🚀 for Developers
  • Static API
    • Email Providers
    • Country Codes
    • Mobile Brands
Powered by GitBook
On this page
  • Email Providers
  • Temporary Email Providers
  1. Static API

Email Providers

List of email providers and temporary email providers that can be used for email validations.

Email Providers

GET /emails/providers

Get the list of email providers for validations

Headers

Name
Value

Content-Type

application/json

Name
Type
Description

email_providers

array

List of email providers

Response

{
    "email_providers": [
        "gmail.com",
        "yahoo.com",
        "outlook.com",
        "hotmail.com",
        "icloud.com",
        "aol.com",
        "protonmail.com",
        ...more
    ]
}

Temporary Email Providers

GET /emails/temporary

Get the list of temporary email providers for validations

Headers

Name
Value

Content-Type

application/json

Name
Type
Description

temporary_email_providers

array

List of temporary email providers

Response

{
    "temporary_email_providers": [
        "10minutemail.com",
        "20minutemail.com",
        "anonbox.net",
        "boun.cr",
        "disposableemailaddresses.com",
        "emailondeck.com",
        "getairmail.com",
        "guerrillamail.com",
        "mailinator.com",
        ...more
    ]
}
PreviousFree API 🚀 for DevelopersNextCountry Codes

Last updated 11 months ago