get_ip_location
Find the geographic location of any IP address to identify where internet traffic originates and enhance location-based services.
Instructions
Get the location of an IP address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ipAddress | No | The IP address to get the location of. |
Input Schema (JSON Schema)
{
"properties": {
"ipAddress": {
"description": "The IP address to get the location of.",
"type": "string"
}
},
"type": "object"
}