Dns

4 endpoints match this tag.

Consulta DNS

GET
/dns/lookup

Realice DNS record lookups para cualquier domain name. Compatible con all major record types: A (IPv4 address), AAAA (IPv6), MX (mail servers), CNAME (canonical name), TXT (text records including SPF/DKIM), NS (nameservers), and SOA (start of authority). Útil para domain troubleshooting tools, email deliverability checkers, DNS monitoring dashboards, and network administration utilities.

Utilidades para desarrolladores

DNS inverso

GET
/dns/reverse

Realice a reverse DNS (PTR) lookup to find the hostname associated with an IP address. Takes an IP address and returns its registered hostname. Útil para identifying servers by IP, verifying email sender authenticity, security investigations, and network administration tasks where you need to resolve IPs back to domain names.

Utilidades para desarrolladores

Verificación de certificado SSL

GET
/ssl/:domain

Check the SSL/TLS certificate status for any domain. Returns certificate validity, issuer, expiration date, days until expiry, certificate chain details, and protocol support. Útil para monitoreando website security, creando uptime paneles that track certificate health, alerting systems that warn before certificates expire, and security audit tools. Checks are performed en tiempo real against the live server.

Utilidades para desarrolladores

Consulta WHOIS

GET
/whois/:domain

Consulte WHOIS registration data para cualquier domain name. Devuelve the domain registrar, creation date, expiration date, nameservers, registration status, and available registrant contact information. Útil para domain research tools, brand protection monitoring, checking domain availability and age, due diligence on websites, and crear domain management dashboards.

Utilidades para desarrolladores