Skip to main content
IP geolocation API returning country, city, coordinates, timezone, and ISP for any IP address. Best for location-based personalization, fraud detection, or analytics workflows that need geographic context from an IP. Free tier limited to 45 requests/minute over HTTP — HTTPS requires a paid Pro plan. 1 example endpoint available through Lava’s AI Gateway. See the ip-api API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under http://ip-api.com is supported. IP geolocation API. Construct URL as http://ip-api.com/{format}/{ip}. Common: /json/ for JSON response. The endpoints below are curated examples.

Endpoints

Geolocate an IP address

GET http://ip-api.com/json/24.48.0.1 — Free
const data = await lava.gateway('http://ip-api.com/json/24.48.0.1', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests