IP Geolocation API

Look up the geographic location of any IP address. Returns country, region, city, coordinates, and timezone. Payment via x402.

GET https://pylon-ip-geo-api.fly.dev/lookup?ip=8.8.8.8

Parameters

ParameterTypeRequiredDescription
ipstringYesIPv4 or IPv6 address to look up

Response

{
  "ip": "8.8.8.8",
  "country": "US",
  "region": "CA",
  "city": "Mountain View",
  "latitude": 37.386,
  "longitude": -122.0838,
  "timezone": "America/Los_Angeles"
}

Pricing

$0.002 USDC per lookup

Code Examples

curl "https://pylon-ip-geo-api.fly.dev/lookup?ip=8.8.8.8"