APIHub
Back to Explore

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.

Geocoding
apiKeyHeader
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

1483ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/convert

Convert a single IPv4 or IPv6 address into geolocation data.

  • ip (query, required) — The address to be converted.
POST

/convert

Convert up to 5,000 addresses in one request.

GET

/conversions/get

Fetch a single conversion by its unique id.

POST

/conversions/get

Fetch up to 100 conversions by their unique ids.

GET

/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