Free tier • No credit card required

The Easiest Way to
Protect Your Email

Disposable Armor provides a reliable API for detecting disposable and temporary email addresses, helping you maintain data quality and prevent abuse.

30,000+
Domains in Threat Database
REST
Reliable REST API
Fast
Response Time
JSON
Simple Format

Built with modern technology

REST API
Secure & Tested
Real-time Analytics

See It In Action

Watch how quickly our API identifies disposable email addresses with just a simple request.

1
Make a Simple API Request

API Endpoint
GET /api/v1/check?email=[email protected]
Example Request
curl -X GET "https://disposablearmor.com/api/v1/[email protected]" -H "Authorization: Bearer YOUR_API_KEY"

2
Get Instant Results

JSON Response (Paid Plan)
{
"domain": "tempmail.com",
"is_temporary":true
"is_allowed": false,
"advanced_check": { ... },
"relay_detection": { ... },
"apple_proxy_detection": { ... },
"email_quality": {
"overall_risk": "high",
"confidence": { alias: 83, bot: 0 },
"indicators": ["da_alias_plus_tag"],
"normalized_email": "[email protected]"
}
}
⚠️ Disposable + alias detected
🔒 Paid plan features
Fast
Response Time
JSON
Clean Format
REST
Standard API

Why Choose Disposable Armor?

Our robust API provides instant verification of email domains, helping you maintain data quality and prevent abuse.

Fast & Reliable

Quick response times with a reliable API built for consistent performance.

Always Updated

Continuously updated database with new disposable domains detected daily.

Simple Integration

Easy-to-use REST API with comprehensive documentation and examples.

Advanced Protection Features

NEW: Private Relay & Alias Detection

Detect Relay and Alias Addresses

Identify addresses issued by Apple Hide My Email, DuckDuckGo Email Protection, Firefox Relay, SimpleLogin, addy.io, Proton Pass and 33mail — with an honest confidence score and the provider named.

Known Alias Domains

Match addresses against the domains each provider issues aliases from — privaterelay.appleid.com, duck.com, mozmail.com, simplelogin.co, addy.io and more. Every domain verified against live mail records, scored 99.

Custom Domains on Relay Infrastructure

Check where a domain's mail actually goes. A custom domain routed through SimpleLogin or addy.io is still an alias, and no domain list can know about it — this catches it, scored 90.

Confidence Scoring

Get an integer confidence score from 0-100 instead of binary detection, plus how the match was made. A score of 0 means nothing was detected, and a check we cannot complete is reported as skipped rather than guessed.

Relay Detection Response

{
"relay_detection": {
"is_relay": true,
"provider": "simplelogin",
"provider_label": "SimpleLogin",
"method": "mx_fingerprint",
"confidence": 90,
"details": {
"mxHost": "mx1.simplelogin.co"
},
"detection_methods": {
"ip_analysis": "skipped"
}
}
}
Available for paid plans only

Ready to Protect Your Application?

Start protecting your signups in minutes. Free tier included — no credit card required.