IP Location Finder / My IP Address Geolocation Lookup / FreeGeoIP
Global IP address lookup to search for your real IP, coordinates, country, city, time zone, etc., and to receive country information and user device model and language.
Result
IP:54.236.62.49
Lat-Lng:39.04372,-77.487488
Continent:Americas (Northern America)
Country:🇺🇸 United States of America (US)
Province:Virginia
City:Ashburn
ZIP Code:20146
Timezone:America/New_York (2021-03-08T16:57:02-05:00)
Currency:USD,USN,USS
Calling Code:1
TLD:.us
Languages:English
Borders:Canada,Mexico
User Agent:
User Language:en,en-US
Recent Lookup
54.236.62.49
78.46.106.84
54.241.140.82
5.52.157.65
2.190.60.233
199.180.155.211
112.195.114.42
123.122.184.151
66.249.84.118
64.145.76.75
2.190.44.190
49.7.21.81
49.7.21.69
114.250.139.156
101.200.50.207
185.211.42.197
218.2.97.91
106.38.241.144
68.119.96.162
66.249.84.122
Free API
API Request:
POST https://api.webmasterapi.com/v1/geoip
Request Parameters:
apiKey | [Required] | Your apiKey. |
ip | [Required] | IP address. |
user_headers | [Optional] | Visitor's Request Header. |
language | [Optional] | The language used to display the country name. Two letters, using ISO 639-1 code table. |
{
"apiKey": "test-apiKey",
"ip": "54.236.62.49",
"user_headers": {
"host": "www.webmasterapi.com",
"accept-encoding": "gzip",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"user-agent": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"accept-language": "en-US,en;q=0.5"
},
"language": "en"
}
API Response:
{
"code": 1,
"results": {
"ip": "54.236.62.49",
"country": "United States of America",
"continent": "Americas",
"subContinent": "Northern America",
"province": "Virginia",
"city": "Ashburn",
"latlng": [
39.04372,
-77.487488
],
"zipcode": "20146",
"tld": [
".us"
],
"cca2": "US",
"cca3": "USA",
"currency": [
"USD",
"USN",
"USS"
],
"callingCode": [
"1"
],
"capital": "Washington D.C.",
"languages": {
"eng": "English"
},
"borders": [
"Canada",
"Mexico"
],
"timezone": {
"id": "America/New_York",
"time": "2021-03-08T16:57:02-05:00"
},
"flag": "🇺🇸",
"flagUrl": "https://static.webmasterapi.com/images/country-flags/svg/us.svg",
"wiki": "https://en.wikipedia.org/wiki/United States",
"user_agent": {
"ua": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"browser": {},
"engine": {},
"os": {},
"device": {},
"language": "en",
"locale": "en-US"
}
}
}