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.173.13.150
Lat-Lng:30.9,75.849998
Continent:Asia (Southern Asia)
Country:🇮🇳 India (IN)
Province:Punjab
City:Ludhiana
ZIP Code:141008
Timezone:Asia/Kolkata (2021-01-18T14:00:29+05:30)
Currency:INR
Calling Code:91
TLD:.in
Languages:English,Hindi,Tamil
Borders:Bangladesh,Bhutan,Myanmar,China,Nepal,Pakistan
User Agent:
User Language:en,en-US
Recent Lookup
122.173.13.150
77.67.20.135
114.44.227.87
184.94.240.92
54.244.181.92
62.210.139.231
183.182.122.80
47.95.239.149
209.222.82.230
113.247.136.153
46.229.168.138
77.88.5.1
175.0.8.33
207.46.13.134
216.68.248.5
46.229.168.147
104.222.33.174
115.239.212.133
46.229.168.146
3.239.40.250
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.173.13.150",
"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.173.13.150",
"country": "India",
"continent": "Asia",
"subContinent": "Southern Asia",
"province": "Punjab",
"city": "Ludhiana",
"latlng": [
30.9,
75.849998
],
"zipcode": "141008",
"tld": [
".in"
],
"cca2": "IN",
"cca3": "IND",
"currency": [
"INR"
],
"callingCode": [
"91"
],
"capital": "New Delhi",
"languages": {
"eng": "English",
"hin": "Hindi",
"tam": "Tamil"
},
"borders": [
"Bangladesh",
"Bhutan",
"Myanmar",
"China",
"Nepal",
"Pakistan"
],
"timezone": {
"id": "Asia/Kolkata",
"time": "2021-01-18T14:00:29+05:30"
},
"flag": "🇮🇳",
"flagUrl": "https://static.webmasterapi.com/images/country-flags/svg/in.svg",
"wiki": "https://en.wikipedia.org/wiki/India",
"user_agent": {
"ua": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"browser": {},
"engine": {},
"os": {},
"device": {},
"language": "en",
"locale": "en-US"
}
}
}