Retour à la bibliothèque
API Disposable Domain Detection
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.
Privé2 crédits = 1 requêteGET/v1/intelligence/domain
Vue d'ensemble de l'endpoint
Documentation détaillée, tarifs et exemples d'utilisation.
Chargement…
Exemples de code
Bash
curl --location --request GET 'https://api.piloterr.com/v1/intelligence/domain' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Remplacez <token> par votre clé API, puis exécutez la requête depuis votre terminal ou votre application.
Essayer gratuitementExemple de réponse
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
}Intégrations
Intégrez Disposable Domain Detection avec vos outils préférés.
Tarifs
2 crédits par requête
Avis
5 / 5 (58 avis)
66 utilisateurs actifs
392K requêtes
12ms temps de réponse moyen
Méthode
GET
Chemin
/v1/intelligence/domain
Statut
Privé
Collections
API associées
Étendez vos capacités data avec ces outils complémentaires.