Reverse DNS lookup
Find the PTR record an IP address resolves back to. The lookup runs against our API, the same one you can call from your own code.
The same lookup from code
shell
curl 'https://ip-api.dev/api?q=8.8.8.8' | jq .hostnameFind the PTR record an IP address resolves back to. The lookup runs against our API, the same one you can call from your own code.
curl 'https://ip-api.dev/api?q=8.8.8.8' | jq .hostname