OpsKitPro logo
OpsKitPro_

IP 確認

正在同步全球路由節點...

Developer API

You can use this tool directly from your terminal or scripts via our Public JSON API.

Endpoint

GET https://opskitpro.com/api/tools/ip-lookup

Example Request

curl "https://opskitpro.com/api/tools/ip-lookup?ip=8.8.8.8"

Example Response

{
  "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"
  }
}

關聯診斷工具