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:46.229.168.136
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-01-24T16:41:16-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
46.229.168.136
111.206.198.75
111.196.245.140
66.249.68.9
114.114.114.114
195.64.165.142
175.0.8.33
113.247.139.141
61.223.83.144
183.157.86.229
46.229.168.162
110.53.215.237
110.90.229.247
46.229.168.163
54.219.178.174
114.44.227.87
77.88.5.141
122.13.162.25
199.187.209.30
46.229.168.154
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": "46.229.168.136",
"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": "46.229.168.136",
"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-01-24T16:41:16-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"
}
}
}