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:122.9.255.255
Lat-Lng:22.285521,114.157692
Continent:Asia (Eastern Asia)
Country:🇭🇰 Hong Kong (HK)
Province:Hong Kong
City:Hong Kong
ZIP Code:-
Timezone:Asia/Hong_Kong (2021-01-18T14:45:41+08:00)
Currency:HKD
Calling Code:852
TLD:.hk,.香港
Languages:English,Chinese
Borders:China
User Agent:
User Language:en,en-US
Recent Lookup
54.244.176.114
87.200.121.110
3.237.66.86
114.114.114.114
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
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": "122.9.255.255",
"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": "122.9.255.255",
"country": "Hong Kong",
"continent": "Asia",
"subContinent": "Eastern Asia",
"province": "Hong Kong",
"city": "Hong Kong",
"latlng": [
22.285521,
114.157692
],
"zipcode": "-",
"tld": [
".hk",
".香港"
],
"cca2": "HK",
"cca3": "HKG",
"currency": [
"HKD"
],
"callingCode": [
"852"
],
"capital": "City of Victoria",
"languages": {
"eng": "English",
"zho": "Chinese"
},
"borders": [
"China"
],
"timezone": {
"id": "Asia/Hong_Kong",
"time": "2021-01-18T14:45:41+08:00"
},
"flag": "🇭🇰",
"flagUrl": "https://static.webmasterapi.com/images/country-flags/svg/hk.svg",
"wiki": "https://en.wikipedia.org/wiki/Hong Kong",
"user_agent": {
"ua": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"browser": {},
"engine": {},
"os": {},
"device": {},
"language": "en",
"locale": "en-US"
}
}
}