ip2geo.dev
The ip2geo.dev API enables developers to convert single or bulk IP addresses into detailed geolocation data using a REST endpoint or provided SDKs.
Latency
1483ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/convert
Convert a single IPv4 or IPv6 address into geolocation data.
/convert
Convert up to 5,000 addresses in one request.
/conversions/get
Fetch a single conversion by its unique id.
/conversions/get
Fetch up to 100 conversions by their unique ids.
/conversions/list
List conversions for the project, paginated.
5 endpoints auto-detected
Authentication
This API uses an API key, passed in the "x-api-key" header. No OAuth required.
curl -X GET \ "https://ip2geo.dev/convert" \ -H "x-api-key: YOUR_API_KEY"
ip2geo.dev · HTTPS only