Hostname to IP
Resolve a public hostname to the IP addresses returned by DNS.
Last updated: May 29, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is Hostname to IP?
Hostname to IP resolves a domain or subdomain into the address records that clients use to connect to a server. It queries A records for IPv4 addresses and AAAA records for IPv6 addresses, then shows the values, TTL, and any CNAME records returned by the resolver. This is useful when checking where a website, API endpoint, CDN hostname, or mail host currently points.
How to Use Hostname to IP
Enter a hostname such as example.com or api.example.com.
Click Find IPs.
Review the A and AAAA records returned by DNS.
Copy a single IP address or copy/download the full report.
Common Use Cases
- Confirming the public IP address used by a website or API endpoint.
- Checking whether a DNS migration points to the expected new server.
- Seeing whether a hostname has IPv6 AAAA records configured.
- Debugging CDN or CNAME-backed hostnames before changing DNS.
- Collecting address records for firewall allowlist planning.
Example Input and Output
Resolving a hostname to address records.
cloudflare.comA: 104.16.132.229
A: 104.16.133.229
AAAA: 2606:4700::6810:84e5
AAAA: 2606:4700::6810:85e5How This Tool Works
The tool queries A and AAAA records through the existing DNS-over-HTTPS proxy, normalizes the returned records, and displays address values, TTLs, and related CNAME records.
Technical Stack
Privacy Note
The hostname is sent to the WebToolsPlanet DNS proxy and then to Cloudflare DNS-over-HTTPS. Do not use public DNS tools for confidential internal hostnames.

