What is my IP address?

18.97.9.174

Your public IPv4 address near Ashburn, United States on Amazon Technologies Inc. (AT-88-Z)

Copy to clipboard

Reverse PTR: 18.97.9.174

Location

Country: United States (US)

City: Ashburn

GeoIP Location

39.0469, -77.4903

Browser Location

Loading map...

WHOIS Information

Net Name
CIDR
18.128.0.0/9, 18.32.0.0/11, 18.64.0.0/10
Description
Country
US
Status
WA
Organization
Amazon Technologies Inc. (AT-88-Z)
Organization Address
410 Terry Ave N.
Organization Email
Organization Phone
Technical Organization
Amazon EC2 Network Operations
Technical Email
amzn-noc-contact@amazon.com
Technical Phone
+1-206-555-0000
Abuse Email
abuse@amazonaws.com
Abuse Phone
+1-206-555-0000
Scan Date
2026-01-19T22:08:37.923

Browser Information

User-Agent: CCBot/2.0 (https://commoncrawl.org/faq/)

Request Headers

host
myip1.com
user-agent
CCBot/2.0 (https://commoncrawl.org/faq/)
accept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language
en-US,en;q=0.5
accept-encoding
zstd, br, gzip

How can I get my public IP with curl?

Run curl myip1.com to return only your public IP address. curl myip1.com/raw is the explicit raw API. A JSON endpoint and examples for other programming languages are available on the API usage page.

#!/bin/bash
myip=$(curl -s myip1.com)
echo "$myip"

Public IP API and programming examples

What is a public IP address?

A public IP address identifies your internet connection to websites and online services. It is assigned by your internet service provider and is different from the private IP addresses used by devices inside your home or office network.

Why is my IP location approximate?

IP geolocation estimates an area from network registration and routing data. It commonly identifies a country or region, but the city can be the location of an ISP network hub rather than your device. It does not reveal an exact street address.

What is the difference between IPv4 and IPv6?

IPv4 uses shorter addresses such as 203.0.113.42. IPv6 uses longer hexadecimal addresses and provides a much larger address space. Modern networks may use either protocol or both at the same time.

Can someone find my home address from my IP?

An IP address can reveal an approximate area and internet provider, but it does not provide a name or exact home address. Only the provider can associate an address with a subscriber, subject to its records and applicable legal process.

About myip1.com

myip1.com shows your current public IP address and provides approximate location, WHOIS network ownership, and DNS blacklist information. You can also look up another IP address or use the public IP API from scripts and applications.