← Back to IPerfect.Net

IP Lookup & Network Tools

Diagnose networks, look up IPs and hostnames, test ports — all from your browser

What Are the Network Tools?

IPerfect.Net provides a collection of free online network diagnostic and information tools. Whether you are a developer, network engineer, or IT professional, these tools help you quickly investigate IP addresses, domains, open ports, and server reachability — without installing anything.

All tools run server-side, so results reflect what the internet sees — not just your local network.

Open Network Tools

Available Network Tools

IP Details Enter any IPv4 or IPv6 address to get country, city, region, latitude/longitude, and organization.
Host Details Resolve a hostname to its IP address and see full DNS records and registration info.
ISP Info Identify the Internet Service Provider and ASN for any IP address.
Network Ping Ping any host from our server to check reachability and measure round-trip latency.
Port Scanner Check whether a specific TCP port is open or closed on a remote host.
NTP Server Check Query any NTP server and see its current reported date and time.

IP Lookup API

All network tools are also available as a free REST API. You can call them directly from your application or from the command line. No API key is required for basic usage.

Get IP details

GET https://iperfect.net/ajax/getIPDetailsFromIP.php?ip=8.8.8.8

Returns JSON with country, city, ISP, latitude, longitude, and timezone for the given IP.

Get your public IP

GET https://iperfect.net/ajax/getISPInfo.php

Returns your public IP address and ISP information as seen by the server.

Hostname to IP

GET https://iperfect.net/ajax/getIPfromHostName.php?host=google.com

Resolves a domain name to its IP address and returns DNS details.

Timezone from IP

GET https://iperfect.net/ajax/getTimeZoneFromIP.php?ip=8.8.8.8

Returns the timezone identifier (e.g., America/New_York) for the given IP address.

How to Use the IP Lookup Tool

  1. Go to IPerfect.Net and open the Network Tools tab.
  2. Choose the sub-tool you need: IP Details, Ping, Port Check, etc.
  3. Enter the IP address, domain, or hostname in the input field.
  4. Click the action button. Results appear within a few seconds.

Using via curl

curl "https://iperfect.net/ajax/getIPDetailsFromIP.php?ip=1.1.1.1"

Common Use Cases

Other Tools on IPerfect.Net