IP 确认
正在同步全球路由节点...
You can use this tool directly from your terminal or scripts via our Public JSON API.
GET https://opskitpro.com/api/tools/ip-lookupcurl "https://opskitpro.com/api/tools/ip-lookup?ip=8.8.8.8"{
"ok": true,
"tool": "ip-lookup",
"input": {
"ip": "8.8.8.8"
},
"result": {
"ip": "8.8.8.8",
"country": "United States",
"countryCode": "US",
"region": "Ohio",
"city": "Glenmont",
"latitude": 40.5369,
"longitude": -82.1228,
"isp": "Google LLC",
"asn": "15169",
"timezone": "America/New_York",
"isDataCenter": true,
"isProxy": false
},
"meta": {
"durationMs": 47,
"timestamp": "2026-06-23T00:00:00.000Z"
}
}