DNS Lookup (Advanced)
Query DNS records for a domain (A/AAAA/CNAME/MX/TXT/NS/SOA) and optionally choose a resolver (for example Cloudflare 1.1.1.1 or Google 8.8.8.8).
Open the tool
Open DNS Lookup →Inputs
- Domain name (example: example.com)
- Record type (A/AAAA/CNAME/MX/TXT/NS/SOA)
- Resolver (optional)
API example
curl -s "https://syskit.ai/api/dns?name=example.com&type=A" | jq
Endpoint: /api/dns?name=...&type=...
