Terminal-first feature
CLI usage
iptest.pro can be used directly from terminal. The root domain returns your IP information, and path-based commands let you inspect domains, IP addresses, headers, DNS records, ports and reachability.
Main feature
curl iptest.pro curl "iptest.pro?format=json"
Lookup any target
curl iptest.pro/8.8.8.8 curl iptest.pro/google.com curl "iptest.pro/google.com?format=json"
Headers, DNS, port, reachability
curl https://iptest.pro/api/headers curl "https://iptest.pro/api/headers?format=json" curl iptest.pro/dns/google.com curl "iptest.pro/dns/google.com?format=json" curl iptest.pro/port/google.com/443 curl "iptest.pro/port/google.com/443?format=json" curl iptest.pro/ping curl iptest.pro/ping/google.com curl "iptest.pro/ping/google.com?format=json"