Free Forever

Lite Plan

$0 / month

Everything you need to start building. No credit card required, no expiration — free forever.

No credit card Instant access REST JSON API

50K

requests/month

10

req/second

7

data fields

99%

uptime

What you get with Lite

IP Geolocation

Country-level geolocation with ISO codes, region name, and continent data for any IPv4 address.

  • Country & ISO code
  • Region / State
  • Continent
  • City-level precision

ASN & Network

Autonomous System Number and organization name from the Regional Internet Registry.

  • ASN number
  • Organization name
  • Network CIDR
  • Abuse contact

Basic Privacy Detection

Simple boolean flags for the most common proxy and VPN indicators.

  • is_vpn flag
  • is_proxy flag
  • Tor exit detection
  • Abuse score
Sample Response

7 fields, every request

Make a simple GET request — no headers required for the free tier. Your API key goes in the query string.

1

ip

The queried IP address string

2

country, country_code

Full name + ISO 3166-1 alpha-2

3

asn, org

AS number and organization

4

is_vpn, is_proxy

Basic boolean privacy flags

GET /v2/ip/8.8.8.8?token=YOUR_KEY
{
  "ip":          "8.8.8.8",
  "country":     "United States",
  "country_code":"US",
  "region":      "California",
  "continent":   "North America",
  "asn":         "AS15169",
  "org":         "Google LLC",
  "network":     "8.8.8.0/24",
  "is_vpn":      false,
  "is_proxy":    false
}

Response time: ~45ms avg

Rate limits & quotas

LimitValue
Monthly requests50,000
Requests per second10
Burst limit50 / 10s
Batch endpointNot included
SLA uptimeBest effort
SupportCommunity
Commercial useAllowed

Common questions

Yes. No trial period, no expiration, no credit card needed. The Lite plan is our permanent free tier for developers and hobbyists. We may introduce usage caps if you consistently hit 50K requests in a day, but the monthly allowance remains free.
Requests over the monthly limit return HTTP 429 (rate limited). Your counter resets on the 1st of each month UTC. You can upgrade to Starter at any point to immediately restore access.
Yes. Commercial use is permitted on all plans including Lite. Attribution is appreciated but not required.
For the Lite tier, a free API key is required. Register in seconds — no credit card asked.
Absolutely. Upgrade to any paid plan from your dashboard at any time. Usage is prorated.

Need more than 50K requests?

Starter gives you 500K/month, city-level geo, VPN/proxy detection, and email support for $49/month.