get-ip-loc
Retrieve approximate location and latitude-longitude coordinates for a specified IP address using this tool, enabling precise geo-location insights.
Instructions
获取指定ip的大致位置与经纬度信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ip": {
"type": "string"
}
},
"required": [
"ip"
],
"type": "object"
}