heresmyip.com

What is my IP address?

216.73.216.65

Connection details

Location

Columbus, Ohio, United States

Coordinates

39.9625, -83.0061

Timezone

America/New_York

ISP / Organization

AS16509 Amazon.com, Inc.

User Agent

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])

For developers

Get your IP from the command line. When you curl heresmyip.com, it returns your IP in plain text — no HTML, no parsing needed.

What is an IP address?

An IP address (Internet Protocol address) is a unique identifier assigned to every device that connects to the internet. Just like a postal address helps mail reach your home, an IP address ensures data packets reach the correct device on the network. There are two versions in use today: IPv4 (e.g., 203.0.113.42) and IPv6 (e.g., 2001:db8::1), with IPv6 adoption growing as IPv4 addresses become scarce.

Public vs. private IP addresses

Your public IP is what the rest of the internet sees — it's assigned by your ISP and is shared by all devices on your home or office network. Your private IP (like 192.168.1.x or 10.0.0.x) is used only within your local network. Your router performs Network Address Translation (NAT) to map traffic between the two, allowing multiple devices to share a single public IP.

Why should I know my IP address?

Knowing your public IP is essential for troubleshooting network issues, configuring firewalls, setting up remote access, verifying VPN connections, and managing server whitelists. Developers frequently need their IP to debug API calls, test webhooks, or allowlist their machine in cloud security groups. With heresmyip.com, you can check your IP from the browser or integrate it directly into your scripts and CI/CD pipelines.

Frequently asked questions

What is an IP address?

An IP (Internet Protocol) address is a unique numerical label assigned to every device connected to the internet. It serves two main purposes: identifying the host or network interface, and providing the location of the device in the network. Think of it as your device’s mailing address on the internet.

What is the difference between a public and private IP address?

A public IP address is assigned by your ISP and is visible to the entire internet — it’s what this tool shows you. A private IP address is used within your local network (like 192.168.x.x or 10.x.x.x) and is not directly reachable from the internet. Your router translates between them using NAT (Network Address Translation).

Can someone find my exact location from my IP address?

No. An IP address can reveal your approximate location (city or region) and your ISP, but it cannot pinpoint your exact street address or identity. The geolocation data shown by IP lookup tools is based on databases maintained by ISPs and is only accurate to a city or district level.

Why does my IP address change?

Most residential internet connections use dynamic IP addresses, meaning your ISP assigns a new IP periodically or when your router reconnects. If you need a static (permanent) IP, you can usually request one from your ISP for an additional fee, or use a VPN with a fixed IP.

How do I use heresmyip.com from the command line?

Simply run: curl -L heresmyip.com — it returns your public IP address in plain text. You can also use curl -L heresmyip.com/json for full details in JSON format, or /ua for your User-Agent, or /all for everything in plain text.

Is this tool free? Do you store my data?

Yes, completely free with no usage limits. We do not log, store, or share your IP address or any connection data. Every request is processed in real time and immediately discarded. There are no cookies, no tracking scripts, and no analytics.