Resolve any domain name to its IP addresses. Get A (IPv4) and AAAA (IPv6) records instantly — like dig or nslookup, but in your browser.
Integrate DNS resolution into your apps with a single GET request. Free tier, no API key needed for basic usage.
| Feature | This Tool | dig / nslookup | Other Online Tools |
|---|---|---|---|
| No install required | Yes | Terminal needed | Yes |
| API access | Yes (free) | N/A | Usually paid |
| IPv4 + IPv6 | Both | Both | Often IPv4 only |
| Query time shown | Yes | Yes | Rarely |
| Copy to clipboard | One click | Manual | Sometimes |
| Lookup history | Session history | No | Rarely |
A records map a domain name to an IPv4 address (e.g. 142.251.116.100). AAAA records map to IPv6 addresses (e.g. 2607:f8b0:4023::64). Most domains have both.
Yes, completely free with no signup. For programmatic access, use our DNS API: GET /v1/agent-dns/api/resolve/{domain}. See the API guide.
This tool performs the same DNS resolution as dig or nslookup, but runs in your browser with no terminal needed. It also provides a JSON API you can integrate into your own applications.
If a domain shows no A or AAAA records, it might not have DNS configured, could be using only CNAME records (which resolve to another domain), or the domain might not exist.
Yes. Make a GET request to https://agent-gateway-kappa.vercel.app/v1/agent-dns/api/resolve/{domain} and you'll receive a JSON response with IPv4 and IPv6 records, query time, and timestamp.