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:114.114.114.114
Lat-Lng:27.1089,116.213158
Continent:Asia (Eastern Asia)
Country:🇨🇳 China (CN)
Province:Jiangxi
City:Xinfeng
ZIP Code:344411
Timezone:Asia/Shanghai (2021-01-18T14:26:28+08:00)
Currency:CNY
Calling Code:86
TLD:.cn,.中国,.中國,.公司,.网络
Languages:Chinese
Borders:Afghanistan,Bhutan,Myanmar,Hong Kong,India,Kazakhstan,Nepal,North Korea,Kyrgyzstan,Lao People's Democratic Republic,Macao,Mongolia,Pakistan,Russian Federation,Tajikistan,Vietnam
User Agent:
User Language:en,en-US
Recent Lookup
69.174.91.41
104.222.33.171
93.158.90.101
220.181.108.181
183.157.86.229
46.229.168.132
46.229.168.146
192.3.178.104
184.66.86.195
106.222.39.101
222.137.30.117
54.244.181.92
64.225.123.92
216.68.248.5
104.222.33.174
175.184.167.97
93.158.90.32
66.249.69.75
113.247.139.141
220.181.108.161
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": "114.114.114.114",
"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": "114.114.114.114",
"country": "China",
"continent": "Asia",
"subContinent": "Eastern Asia",
"province": "Jiangxi",
"city": "Xinfeng",
"latlng": [
27.1089,
116.213158
],
"zipcode": "344411",
"tld": [
".cn",
".中国",
".中國",
".公司",
".网络"
],
"cca2": "CN",
"cca3": "CHN",
"currency": [
"CNY"
],
"callingCode": [
"86"
],
"capital": "Beijing",
"languages": {
"zho": "Chinese"
},
"borders": [
"Afghanistan",
"Bhutan",
"Myanmar",
"Hong Kong",
"India",
"Kazakhstan",
"Nepal",
"North Korea",
"Kyrgyzstan",
"Lao People's Democratic Republic",
"Macao",
"Mongolia",
"Pakistan",
"Russian Federation",
"Tajikistan",
"Vietnam"
],
"timezone": {
"id": "Asia/Shanghai",
"time": "2021-01-18T14:26:28+08:00"
},
"flag": "🇨🇳",
"flagUrl": "https://static.webmasterapi.com/images/country-flags/svg/cn.svg",
"wiki": "https://en.wikipedia.org/wiki/China",
"user_agent": {
"ua": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"browser": {},
"engine": {},
"os": {},
"device": {},
"language": "en",
"locale": "en-US"
}
}
}