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:87.200.121.110
Lat-Lng:25.258169,55.304722
Continent:Asia (Western Asia)
Country:🇦🇪 United Arab Emirates (AE)
Province:Dubayy
City:Dubai
ZIP Code:-
Timezone:Asia/Dubai (2021-01-18T10:33:37+04:00)
Currency:AED
Calling Code:971
TLD:.ae,امارات.
Languages:Arabic
Borders:Oman,Saudi Arabia
User Agent:
User Language:en,en-US
Recent Lookup
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
93.158.90.32
66.249.69.75
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": "87.200.121.110",
"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": "87.200.121.110",
"country": "United Arab Emirates",
"continent": "Asia",
"subContinent": "Western Asia",
"province": "Dubayy",
"city": "Dubai",
"latlng": [
25.258169,
55.304722
],
"zipcode": "-",
"tld": [
".ae",
"امارات."
],
"cca2": "AE",
"cca3": "ARE",
"currency": [
"AED"
],
"callingCode": [
"971"
],
"capital": "Abu Dhabi",
"languages": {
"ara": "Arabic"
},
"borders": [
"Oman",
"Saudi Arabia"
],
"timezone": {
"id": "Asia/Dubai",
"time": "2021-01-18T10:33:37+04:00"
},
"flag": "🇦🇪",
"flagUrl": "https://static.webmasterapi.com/images/country-flags/svg/ae.svg",
"wiki": "https://en.wikipedia.org/wiki/United Arab Emirates",
"user_agent": {
"ua": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"browser": {},
"engine": {},
"os": {},
"device": {},
"language": "en",
"locale": "en-US"
}
}
}