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:183.182.122.80
Lat-Lng:15.11667,105.783333
Continent:Asia (South-Eastern Asia)
Country:🇱🇦 Lao People's Democratic Republic (LA)
Province:Champasak
City:Pakse
ZIP Code:-
Timezone:Asia/Vientiane (2021-01-18T14:59:44+07:00)
Currency:LAK
Calling Code:856
TLD:.la
Languages:Lao
Borders:Myanmar,Cambodia,China,Thailand,Vietnam
User Agent:
User Language:en,en-US
Recent Lookup
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
23.228.129.8
104.222.33.153
47.246.1.47
122.9.255.255
54.244.176.114
87.200.121.110
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": "183.182.122.80",
"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": "183.182.122.80",
"country": "Lao People's Democratic Republic",
"continent": "Asia",
"subContinent": "South-Eastern Asia",
"province": "Champasak",
"city": "Pakse",
"latlng": [
15.11667,
105.783333
],
"zipcode": "-",
"tld": [
".la"
],
"cca2": "LA",
"cca3": "LAO",
"currency": [
"LAK"
],
"callingCode": [
"856"
],
"capital": "Vientiane",
"languages": {
"lao": "Lao"
},
"borders": [
"Myanmar",
"Cambodia",
"China",
"Thailand",
"Vietnam"
],
"timezone": {
"id": "Asia/Vientiane",
"time": "2021-01-18T14:59:44+07:00"
},
"flag": "🇱🇦",
"flagUrl": "https://static.webmasterapi.com/images/country-flags/svg/la.svg",
"wiki": "https://en.wikipedia.org/wiki/Laos",
"user_agent": {
"ua": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"browser": {},
"engine": {},
"os": {},
"device": {},
"language": "en",
"locale": "en-US"
}
}
}