Back to library
Disposable Domain Detection API
Check any domain instantly. Detects disposable email providers, public webmail, relay services, and education domains. Returns DNS health with MX provider detection, domain history, and optional SSL/TLS certificate transparency.
Private2 credits = 1 requestGET/v1/intelligence/domain
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v1/intelligence/domain' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"dns": {
"mx": true,
"spf": "v=spf1 include:_spf.tempmail.org ~all",
"dmarc": null,
"spf_valid": true,
"mx_records": [
{
"hostname": "mx1.tempmail.org",
"priority": 10
}
],
"dmarc_valid": false,
"mx_providers": []
},
"tags": [
"disposable"
],
"whois": {
"registrar": "Namecheap, Inc.",
"updated_date": "2024-08-20",
"creation_date": "2023-09-15",
"expiration_date": "2025-09-15"
},
"domain": "tempmail.org",
"sources": [
"disposable-email-domains"
],
"education": false,
"last_seen": "2026-02-18",
"disposable": true,
"first_seen": "2024-03-12",
"is_subdomain": false,
"relay_domain": false,
"public_domain": false,
"domain_age_days": 892
}Integrations
Integrate Disposable Domain Detection with your favorite tools.
Pricing
2 credits per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET
Path
/v1/intelligence/domain
Status
Private
Collections
Related APIs
Expand your data capabilities with these complementary tools.