Single IP lookup
GET or POST /api/v1/lookup for one address — returns location, ASN, network, and organization data.
- GET with ?ip= query param
- POST with JSON string body
- IPv4 and IPv6
- Gzip-compressed responses
iplyt is a hosted GeoIP API with single, batch, and bulk lookup endpoints plus platform tooling for teams.
Three areas
Lookup API
Fast GeoIP lookups via REST — single IP, batch, or paginated bulk.
Data & intelligence
Location, ASN, network, and organization fields merged into one response per IP.
Platform
Team management, API keys, billing, and observability for production deployments.
Fast GeoIP lookups via REST — single IP, batch, or paginated bulk.
GET or POST /api/v1/lookup for one address — returns location, ASN, network, and organization data.
Look up up to 100 IPs in a single POST request — partial failures return per-IP errors in the array.
POST /api/v1/lookup/bulk for large IP lists with server-side pagination (page_size 1–1000).
Location, ASN, network, and organization fields merged into one response per IP.
City, region, country, coordinates, timezone, ASN, hosting signals, and organization details in every lookup.
Extended city, state, and country reference data when available for a match — included on Enterprise.
In-memory lookup cache with configurable TTL — stats endpoints expose counters, cache size, and uptime.
Team management, API keys, billing, and observability for production deployments.
Generate tenant-scoped API keys for server-to-server integration — available on Professional and Enterprise.
Multi-tenant workspace with user invites, roles, and plan-based seat limits.
Stripe subscriptions with monthly lookup quotas — upgrade or downgrade through the billing portal.
Prometheus metrics on Enterprise, health checks, and optional SLA with priority support.
Call iplyt from your app, worker, or analytics pipeline. Responses include location, ASN, network flags, organization details, and optional geo reference data in a single JSON object.
Start the 7-day trial — API access included, no credit card required.