v0 · API first · DB coming soon

Honest IP intelligence for developers

Geolocation with transparent accuracy_radius_km and confidence. ASN, network, and hosting / Tor / VPN flags. No fake “99% city accuracy” claims.

Free: 1,000 req/day · HTTPS · commercial OK · EN + ES

GET /v0/ip/8.8.8.8
$ curl -s https://api.networkdatalabs.com/v0/ip/8.8.8.8 \
    -H "Authorization: Bearer ndl_test_key"

{
  "ip": "8.8.8.8",
  "location": {
    "continent_code": "NA",
    "country_code": "US",
    "country": "United States",
    "is_eu": false,
    "region": "California",
    "region_code": "CA",
    "city": "Mountain View",
    "postal": "94043",
    "latitude": 37.4056,
    "longitude": -122.0775,
    "timezone": "America/Los_Angeles",
    "accuracy_radius_km": 1000,
    "confidence": "low"
  },
  "network": {
    "asn": 15169,
    "as_org": "Google LLC",
    "isp": "Google LLC",
    "organization": "Google LLC",
    "network": "8.8.8.0/24",
    "rir": "ARIN"
  },
  "traits": {
    "is_anycast": true,
    "is_hosting": true,
    "is_mobile": false,
    "is_satellite": false,
    "is_bogon": false,
    "is_proxy": false,
    "is_vpn": false,
    "is_tor": false,
    "is_relay": false
  },
  "meta": { "data_version": "2026-09-20" }
}

The schema you actually want in production

Five endpoints. A clear contract. Accuracy you can audit.

01 · GEO

Geo with accuracy radius

Every response includes accuracy_radius_km + confidence (high | medium | low | unknown). If the radius is 1,000 km, we say so.

02 · ASN

Network & Autonomous System

/v0/ip/{ip}/network and /v0/asn/{asn} — org, ISP, RIR, sample prefixes. Built for abuse and routing workflows.

03 · TRAITS

Hosting · Tor · VPN

Boolean flags ready for fraud pipelines: is_hosting, is_tor, is_vpn, is_proxy, is_bogon, and more.

04 · BULK

Batch up to 100 IPs

POST /v0/bulk for backfills and jobs. Same schema as single lookup; per-IP failures land in errors.

05 · LATAM

Spanish-native DX

Bilingual ES/EN docs and support, local billing when it ships, and a focus on LATAM accuracy.

06 · ROADMAP

DB downloads · coming soon

Same fields as MMDB/CSV. The API freezes the contract; dumps ship when the pipeline is ready.

Simple. No surprise overages on Free.

Clear daily/monthly quotas. Full schema on every plan, including Free.

Free
$0 / mo
1,000 req / day
  • Full v0 schema
  • HTTPS · commercial OK
  • Attribution optional
Growth
$49 / mo
250k req / mo
  • Higher bulk limit
  • 99.9% best-effort SLA
  • For serious traffic
Scale
$149 / mo
1.5M req / mo
  • Priority support
  • Early access to DB beta
  • Enterprise custom

Pay-as-you-go credits and Enterprise (MMDB feed, VPC) come later. Prices in USD; Mercado Pago for LATAM when billing goes live.

Get your API key

We’re opening a design-partner waitlist. Email us and we’ll send a Free key when the edge is ready.

hello@networkdatalabs.com

or read the contract in docs.html