Simple, Transparent Pricing

Start free and scale as you grow. All plans include access to our full API with no hidden fees.

Free

$0 /mo

Perfect for getting started

  • 1,000 lookups/day
  • IP geolocation
  • ASN data
  • Community support

$0.00/request

Get Started

Business

$199 /mo

For production workloads

  • 500,000 lookups/day
  • Everything in Pro
  • IP triangulation
  • Priority support
  • 99.9% SLA

~$0.013 per 1K requests

Start Free Trial

Enterprise

Custom

For large-scale deployments

  • Unlimited lookups
  • Dedicated infrastructure
  • Custom integrations
  • Account manager
  • Enterprise SLA

Custom volume pricing

Contact Sales

Compare Plans

Feature Free Pro Business Enterprise
IP Geolocation (City, Region, Country)
Coordinates & Timezone
ASN & Network Data
BGP Status & Routing
RPKI Validation
VPN/Proxy Detection
Security Intelligence & Risk Scoring
IP Triangulation
Satellite & CGNAT Detection
Bulk Lookups
Dedicated Infrastructure
Custom Integrations
Priority Support
99.9% SLA

Frequently Asked Questions

What happens when I reach my daily limit?

Your requests will receive a 429 status code until the limit resets at midnight UTC. No overage charges — you'll never get an unexpected bill.

Can I switch plans at any time?

Yes. Upgrades take effect immediately with prorated billing. Downgrades take effect at the start of your next billing cycle.

Is there a free trial for paid plans?

The Free plan is available forever with 1,000 lookups per day. For Pro and Business features, contact us for a trial.

What payment methods do you accept?

We accept all major credit cards (Visa, Mastercard, American Express) and can arrange invoicing for Enterprise plans.

Do you offer annual billing?

Annual billing with a 20% discount is coming soon. Contact us to be notified when it's available.

Terminal
$ curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.iptruth.com/ip/8.8.8.8

{
  "ip": "8.8.8.8",
  "location": {
    "city": "Mountain View",
    "region": "California",
    "country_code": "US",
    "latitude": 37.386,
    "longitude": -122.0838,
    "accuracy_radius_km": 5,
    "timezone": "America/Los_Angeles"
  },
  "network": {
    "asn": 15169,
    "org": "Google LLC",
    "bgp_status": "active",
    "rpki_status": "valid"
  },
  "is_vpn": false,
  "is_satellite": false,
  "is_cgnat": false,
  "triangulation": {
    "confidence": 0.94,
    "method": "multi-signal"
  },
  "classification": {
    "risk_level": "low",
    "fraud_score": 2
  }
}

Need a custom plan?

Contact our sales team to discuss your requirements and get a tailored solution.

Contact Sales