IP Geolocation is the identification of the geographic location of a device, such as a mobile phone, gadget, laptop, server and so on, by using an IP address.
IP Address | 18.204.42.98 |
Country | United States of America ![]() |
Region | Virginia |
City | Ashburn |
ZIP or Postal Code | 20146 |
Latitude | 39.04372 |
Longitude | -77.48749 |
ISP | Amazon Technologies Inc. |
Domain Name | amazon.com [WHOIS] [Check Mail Server] |
Usage Type | DCH |
Weather | View Weather |
Time Zone | -05:00 |
Local Time | 21 Jan, 2021 12:35 PM (UTC -05:00) |
$ curl "https://api.ip2location.com/v2/?ip=18.204.42.98&key={YOUR_API_KEY}&package=WS24&addon=continent,country,region,city,geotargeting,country_groupings,time_zone_info" { "country_code": "US", "country_name": "United States of America", "region_name": "Virginia", "city_name": "Ashburn", "latitude": "39.04372", "longitude": "-77.48749", "zip_code": "20146", "time_zone": "-05:00", "isp": "Amazon Technologies Inc.", "domain": "amazon.com", "net_speed": "T1", "idd_code": "1", "area_code": "703", "weather_station_code": "USVA0027", "weather_station_name": "Ashburn", "mcc": "-", "mnc": "-", "mobile_brand": "-", "elevation": "89", "usage_type": "DCH", "credits_consumed": 33, "continent": { "name": "North America", "code": "NA", "hemisphere": [ "north", "west" ], "translations": [] }, "country": { "name": "United States of America", "alpha3_code": "USA", "numeric_code": "840", "demonym": "Americans", "flag": "https:\/\/cdn.ip2location.com\/assets\/img\/flags\/us.png", "capital": "Washington, D.C.", "total_area": "9826675", "population": "326766748", "currency": { "code": "USD", "name": "United States Dollar", "symbol": "$" }, "language": { "code": "EN", "name": "English" }, "idd_code": "1", "tld": "us", "translations": [] }, "region": { "name": "Virginia", "code": "51", "translations": [] }, "city": { "name": "Ashburn", "translations": [] }, "geotargeting": { "metro": "511" }, "country_groupings": [ { "acronym": "Americas", "name": "Americas" }, { "acronym": "APEC", "name": "Asia-Pacific Economic Cooperation" }, { "acronym": "DAC", "name": "Development Assistance Committee" }, { "acronym": "G2", "name": "Group of Two" }, { "acronym": "G20", "name": "Group of Twenty" }, { "acronym": "G7", "name": "Group of Seven" }, { "acronym": "G8+5", "name": "Group of Eight + Five" }, { "acronym": "NAFTA", "name": "North American Free Trade Agreement" }, { "acronym": "NALA", "name": "North America and Latin America" }, { "acronym": "OAS", "name": "Organization of American States" }, { "acronym": "OECD", "name": "Organisation for Economic Co-operation and Development" }, { "acronym": "P5", "name": "Permanent Members of the United Nations Security Council" }, { "acronym": "UN", "name": "United Nations" } ], "time_zone_info": { "olson": "America\/New_York", "current_time": "2021-01-21T12:35:53-05:00", "gmt_offset": -18000, "is_dst": "no", "sunrise": "07:23", "sunset": "17:19" } }
$ curl "http://api.ip2proxy.com/?key={YOUR_API_KEY}&ip=18.204.42.98&package=PX8&format=json" { "response": "OK", "countryCode": "US", "countryName": "United States of America", "regionName": "Virginia", "cityName": "Ashburn", "isp": "Amazon Technologies Inc.", "domain": "amazon.com", "usageType": "DCH", "asn": "14618", "as": "AMAZON-AES", "lastSeen": "20", "proxyType": "DCH", "isProxy": "NO" }
IP Geolocation is a technique to lookup for visitor\'s geolocation information, such as country, region, city, ZIP code/postal code, latitude, longitude, domain, ISP, area code, mobile data, weather data, usage type, proxy data, elevation and so on, using an IP address. This IP lookup data source can be found in various forms, for example, database, file, and web service, for users to build the geolocation solutions. This technology is widely used in firewalls, domain name servers, ad servers, routing, mail systems, web sites, and other automated systems where geolocation may be useful. You can visit IP2Location.com to learn more.
W3C Geolocation API is an effort by the World Wide Web Consortium (W3C) to standardize an interface to retrieve the geographical location information for a client-side device. The most common sources of location information are IP address, Wi-Fi and Bluetooth MAC address, radio-frequency identification (RFID), Wi-Fi connection location, or device Global Positioning System (GPS) and GSM/CDMA cell IDs. The location is returned with a given accuracy depending on the best location information source available.
Geocoding is often related to Geolocation. It is a process of finding associated geographic coordinates (latitude and longitude) from other geographic data such as city or address. With geographic coordinates, the features can be mapped and entered into Geographic Information Systems. Reverse geocoding is the finding an associated textual location such as an address, from geographic coordinates. You can visit GeoDataSource.com for a comprehensive list of world cities with latitude and longitude.