Is temp-mail.org a disposable email domain?
Last updated 2025-08-17T09:15:42.960Z
Quick answer: Yes — strongly indicative of disposable usage.
Demo score reference (Top list): 98.
For production‑grade evaluation, use the API which combines Certificate Transparency deltas, MX heuristics, and more.
cURL example
curl -s "https://api.disposableintel.com/v1/domain/check?domain=temp-mail.org"
-H "X-RapidAPI-Proxy-Secret: YOUR_SECRET"
JavaScript example
const res = await fetch("https://api.disposableintel.com/v1/domain/check?domain=temp-mail.org", {
headers: { "X-RapidAPI-Proxy-Secret": "YOUR_SECRET" }
});
const data = await res.json();
About DisposableIntel
DisposableIntel provides early detection of disposable email domains via Certificate Transparency logs and MX heuristics. Free tier available; pay as you scale via RapidAPI.