Get IP Geo Location
/install apipick-ip-geolocation
apipick IP Geolocation
Look up location and network information for any public IPv4 or IPv6 address.
Endpoint
GET https://www.apipick.com/api/ip-geolocation
Authentication: x-api-key: YOUR_API_KEY header required.
Get a free API key at https://www.apipick.com/dashboard/api-keys
Request
# Look up a specific IP
GET /api/ip-geolocation?ip=8.8.8.8
# Look up caller's own IP (omit parameter)
GET /api/ip-geolocation
Response
{
"success": true,
"code": 200,
"message": "ok",
"data": {
"ip": "8.8.8.8",
"country_code": "US",
"country_name": "United States",
"continent": "North America",
"continent_code": "NA",
"city": "Mountain View",
"latitude": 37.4056,
"longitude": -122.0775,
"timezone": "America/Los_Angeles",
"currency": "USD",
"isp": "Google LLC",
"asn": 15169
},
"credits_used": 1,
"remaining_credits": 99
}
city, latitude, longitude may be empty or null for some IPs.
Error Codes
| Code | Meaning |
|---|---|
| 400 | Invalid or private/reserved IP address |
| 401 | Missing or invalid API key |
| 402 | Insufficient credits |
| 404 | No geolocation data available for this IP |
| 503 | Geolocation database temporarily unavailable |
Cost: 1 credit per request
Usage Pattern
- Use
$APIPICK_API_KEYenv var as thex-api-keyheader value; if not set, ask the user for their apipick API key - Make the GET request (with or without
ipquery parameter) - Present location data in a readable format
See references/api_reference.md for full response field descriptions.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apipick-ip-geolocation - 安装完成后,直接呼叫该 Skill 的名称或使用
/apipick-ip-geolocation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Get IP Geo Location 是什么?
Look up geographic location and network information for any IPv4 or IPv6 address using the apipick IP Geolocation API. Returns country, continent, city, lati... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 586 次。
如何安装 Get IP Geo Location?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apipick-ip-geolocation」即可一键安装,无需额外配置。
Get IP Geo Location 是免费的吗?
是的,Get IP Geo Location 完全免费(开源免费),可自由下载、安装和使用。
Get IP Geo Location 支持哪些平台?
Get IP Geo Location 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Get IP Geo Location?
由 javainthinking(@javainthinking)开发并维护,当前版本 v1.0.0。