Look up the geographic location of any IP address. Returns country, region, city, coordinates, and timezone. Payment via x402.
| Parameter | Type | Required | Description |
|---|---|---|---|
ip | string | Yes | IPv4 or IPv6 address to look up |
{
"ip": "8.8.8.8",
"country": "US",
"region": "CA",
"city": "Mountain View",
"latitude": 37.386,
"longitude": -122.0838,
"timezone": "America/Los_Angeles"
}
$0.002 USDC per lookup
curl "https://pylon-ip-geo-api.fly.dev/lookup?ip=8.8.8.8"