IP地址查询 / 查看我的IP地理位置
全球IP地址查询。可查询自己的真实IP、经纬度、国家、城市、时区等。同时获取所属国家信息以及用户使用的设备及语言。
结果
IP:18.207.108.182
经纬度:39.04372,-77.487488
洲:Americas (Northern America)
国家/地区:🇺🇸 United States of America (US)
省份(州):Virginia
城市:Ashburn
邮政编码:20146
时区:America/New_York (2021-01-21T10:33:05-05:00)
货币:USD,USN,USS
国际区号:1
域名后缀:.us
语言:English
交界国/地区:Canada,Mexico
访客设备:
访客语言:en,en-US
最近查询
107.175.129.122
113.247.139.29
47.101.130.170
124.235.138.125
104.222.33.171
46.229.168.140
1.56.84.15
183.182.122.80
54.219.178.174
77.67.20.135
47.100.194.160
116.179.32.49
93.158.90.82
47.101.201.15
8.8.8.8
220.181.108.106
212.102.51.226
183.157.86.229
40.77.167.9
219.140.116.135
免费API接口
API请求地址:
POST https://api.webmasterapi.com/v1/geoip
请求参数:
apiKey | [必需] | 您的apiKey。 |
ip | [必需] | IP地址。 |
user_headers | [可选] | 访客的Request Header(请求头)。 |
language | [可选] | 显示国家名称时所用的语言。两个字母,使用ISO 639-1代码表。 |
{
"apiKey": "test-apiKey",
"ip": "18.207.108.182",
"user_headers": {
"host": "cn.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返回结果:
{
"code": 1,
"results": {
"ip": "18.207.108.182",
"country": "United States of America",
"continent": "Americas",
"subContinent": "Northern America",
"province": "Virginia",
"city": "Ashburn",
"latlng": [
39.04372,
-77.487488
],
"zipcode": "20146",
"tld": [
".us"
],
"cca2": "US",
"cca3": "USA",
"currency": [
"USD",
"USN",
"USS"
],
"callingCode": [
"1"
],
"capital": "Washington D.C.",
"languages": {
"eng": "English"
},
"borders": [
"Canada",
"Mexico"
],
"timezone": {
"id": "America/New_York",
"time": "2021-01-21T10:33:05-05:00"
},
"flag": "🇺🇸",
"flagUrl": "https://static.webmasterapi.com/images/country-flags/svg/us.svg",
"wiki": "https://en.wikipedia.org/wiki/United States",
"user_agent": {
"ua": "CCBot/2.0 (https://commoncrawl.org/faq/)",
"browser": {},
"engine": {},
"os": {},
"device": {},
"language": "en",
"locale": "en-US"
}
}
}