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.144.20.66
|
Hostname |
ec2-3-144-20-66.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 |
|
City |
Columbus |
ZIP Code |
43216 |
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 |
2024-11-28 02:47:54.126-0500 |
Current Time Unix |
1.732780074126E9 |
Is DST? |
false |
DST Savings |
0 |
Try our free IP Geolocation API
$ curl https://api.ipgeolocation.io/ipgeo?ip=3.144.20.66
{
"ip": "3.144.20.66",
"hostname": "ec2-3-144-20-66.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": "",
"city": "Columbus",
"zipcode": "43216",
"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": "2024-11-28 02:47:54.126-0500",
"current_time_unix": "1.732780074126E9",
"is_dst": "false",
"dst_savings": 0,
}
}