IP Address and Domain Name Geolocation Lookup Tool
IP Address Geolocation
Enter any IPv4, IPv6 address or domain name to lookup its geolocation.
IP |
3.22.77.196
|
Hostname |
ec2-3-22-77-196.us-east-2.compute.amazonaws.com
|
Continent Code |
NA |
Continent Name |
North America |
Country Code (ISO 3166-1 alpha-2) |
US |
Country Code (ISO 3166-1 alpha-3) |
USA |
Country Name |
United States |
Country Flag |
|
Country Capital |
Washington, D.C. |
State/Province |
Ohio |
District/County |
Franklin |
City |
Columbus |
ZIP Code |
43215 |
Latitude & Longitude of City |
39.96199, -83.00275 |
Geoname ID |
4516394 |
Is EU? |
false |
Calling Code |
+1 |
Country TLD |
.us |
Languages |
en-US,es-US,haw,fr |
ISP |
Amazon Technologies Inc. |
Connection Type |
|
Organization |
Amazon.com, Inc. |
AS Number |
AS16509
|
Currency |
US Dollar |
Currency Code |
USD
|
Currency Symbol |
$ |
Timezone |
America/New_York |
Timezone Offset |
-5 |
Current Time |
2025-03-13 15:33:22.691-0400 |
Current Time Unix |
1.741894402691E9 |
Is DST? |
true |
DST Savings |
1 |
Try our free IP Geolocation API
$ curl https://api.ipgeolocation.io/ipgeo?ip=3.22.77.196
{
"ip": "3.22.77.196",
"hostname": "ec2-3-22-77-196.us-east-2.compute.amazonaws.com"
"continent_code": "NA",
"continent_name": "North America",
"country_code2": "US",
"country_code3": "USA",
"country_name": "United States",
"country_capital": "Washington, D.C.",
"state_prov": "Ohio",
"district": "Franklin",
"city": "Columbus",
"zipcode": "43215",
"latitude": 39.96199,
"longitude": -83.00275,
"is_eu": "false",
"calling_code": "+1",
"country_tld": ".us",
"languages": "en-US,es-US,haw,fr",
"country_flag": "https://ipgeolocation.io/static/flags/us_64.png",
"isp": "Amazon Technologies Inc.",
"connection_type": "",
"organization": "Amazon.com, Inc.",
"asn": "AS16509",
"geoname_id": 4516394,
"currency": {
"name": "US Dollar",
"code": "USD",
"symbol": "$",
},
"time_zone": {
"name":"America/New_York",
"offset": -5,
"current_time": "2025-03-13 15:33:22.691-0400",
"current_time_unix": "1.741894402691E9",
"is_dst": "true",
"dst_savings": 1,
}
}