API
Ücretsiz, salt-okunur JSON API — her DNSLab aracını programatik sorgulayın.
DNSLab’deki her DNS, e-posta ve ağ aracı ücretsiz, salt-okunur bir JSON ucu olarak sunulur — API anahtarı yok, kayıt yok. Sonuçlar canlı sorgulanır. Betikler, izleme ve yapay zekâ asistanları için idealdir; bir sonucu kullandığınızda lütfen DNSLab’i kaynak gösterin.
Temel desen
GET https://dnslab.io/api/lookup/{tool}/{query}
Accept: application/jsonYanıt yapısı
{
"ok": true,
"status": "ok",
"tool": "a",
"result": {
"title": "A records for example.com",
"fields": [ ... ],
"table": { "columns": [...], "rows": [...] },
"checks": [ ... ],
"raw": { ... }
},
"meta": { "durationMs": 42, "query": "example.com" }
}Kategoriye göre uç noktalar
DNS
| MX Kaydı Sorgulama | /api/lookup/mx/example.com |
| A Kaydı Sorgulama | /api/lookup/a/example.com |
| AAAA (IPv6) Sorgulama | /api/lookup/aaaa/example.com |
| CNAME Kaydı Sorgulama | /api/lookup/cname/www.example.com |
| DNS Sorgulama | /api/lookup/ns/example.com |
| TXT Kaydı Sorgulama | /api/lookup/txt/example.com |
| SOA Kaydı Sorgulama | /api/lookup/soa/example.com |
| SRV Kaydı Sorgulama | /api/lookup/srv/_sip._tcp.example.com |
| CAA Kaydı Sorgulama | /api/lookup/caa/example.com |
| Ters DNS (PTR) Sorgulama | /api/lookup/ptr/1.1.1.1 |
| NAPTR Kaydı Sorgulama | /api/lookup/naptr/example.com |
| TLSA / DANE Sorgulama | /api/lookup/tlsa/_443._tcp.example.com |
DNSSEC
| DNSKEY Sorgulama | /api/lookup/dnskey/cloudflare.com |
| DS Kaydı Sorgulama | /api/lookup/ds/cloudflare.com |
| RRSIG Sorgulama | /api/lookup/rrsig/cloudflare.com |
| NSEC Sorgulama | /api/lookup/nsec/example.com |
| NSEC3PARAM Sorgulama | /api/lookup/nsec3param/example.com |
| CERT Kaydı Sorgulama | /api/lookup/cert/example.com |
| LOC Kaydı Sorgulama | /api/lookup/loc/example.com |
| IPSECKEY Sorgulama | /api/lookup/ipseckey/example.com |
E-posta
| SPF Kaydı Sorgulama | /api/lookup/spf/example.com |
| DKIM Kaydı Sorgulama | /api/lookup/dkim/example.com |
| DMARC Kaydı Sorgulama | /api/lookup/dmarc/example.com |
| BIMI Kaydı Sorgulama | /api/lookup/bimi/example.com |
| MTA-STS Sorgulama | /api/lookup/mta-sts/example.com |
| TLS-RPT Sorgulama | /api/lookup/tlsrpt/example.com |
| SMTP Sunucu Testi | /api/lookup/smtp/mail.example.com |
| Alan Adı Sağlık Raporu | /api/lookup/domain-health/example.com |
| Google / Yahoo Uyumluluk | /api/lookup/email-compliance/example.com |
| Microsoft Uyumluluk | /api/lookup/microsoft-compliance/example.com |
İtibar
| Kara Liste Sorgulama | /api/lookup/blacklist/1.2.3.4 |
| Blocklist Sorgulama | /api/lookup/blocklist/1.2.3.4 |
Ağ
| IP Adresim Nedir | /api/lookup/whatismyip |
| WHOIS Sorgulama | /api/lookup/whois/example.com |
| ASN Sorgulama | /api/lookup/asn/AS13335 |
| IP Blok / ARIN Sorgulama | /api/lookup/arin/8.8.8.8 |
| Ping Testi | /api/lookup/ping/example.com |
| Traceroute | /api/lookup/trace/example.com |
| TCP Port Kontrolü | /api/lookup/tcp/example.com |
| HTTP Sorgulama | /api/lookup/http/example.com |
| HTTPS / SSL Sertifika Sorgulama | /api/lookup/https/example.com |
SSL/TLS
| SSL Kontrol | /api/lookup/ssl/example.com |
| OCSP Kontrolü | /api/lookup/ocsp/example.com |
| CT Kayıt Arama | /api/lookup/ct-logs/example.com |
| SSL El Sıkışma İzleme | /api/lookup/ssl-trace/example.com |
Araçlar
| DNS Yayılım Kontrolü | /api/lookup/dns-propagation/example.com |
| LLMs.txt Sorgulama | /api/lookup/llmstxt/example.com |
| Robots.txt AI Politikası | /api/lookup/robotsai/example.com |
MCP sunucusu (yapay zekâ asistanları için)
DNSLab bir uzak MCP (Model Context Protocol) sunucusudur. MCP bağlayıcılarını destekleyen asistanlar (Claude, ChatGPT, …) DNSLab’i ekleyip araçlarını doğrudan çağırabilir — DNS/e-posta sorularını canlı veriyle yanıtlayıp dnslab.io’yu kaynak gösterir.
https://dnslab.io/mcpAI istemcinizde özel bağlayıcı / uzak MCP sunucusu olarak ekleyin. Taşıma: Streamable HTTP (POST üzerinden JSON-RPC 2.0). API anahtarı gerekmez.
Araçlar: dns_lookup, spf_check, dkim_check, dmarc_check, blacklist_check, whois_lookup, asn_lookup, ssl_certificate, dns_propagation, domain_health
Yapay zekâ motorları için
Tüm sitenin LLM’ler için makine-okunur haritaları (llms.txt standardı):