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.
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
$ 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" } }
What’s in v0
Five endpoints. A clear contract. Accuracy you can audit.
Every response includes accuracy_radius_km + confidence (high | medium | low | unknown). If the radius is 1,000 km, we say so.
/v0/ip/{ip}/network and /v0/asn/{asn} — org, ISP, RIR, sample prefixes. Built for abuse and routing workflows.
Boolean flags ready for fraud pipelines: is_hosting, is_tor, is_vpn, is_proxy, is_bogon, and more.
POST /v0/bulk for backfills and jobs. Same schema as single lookup; per-IP failures land in errors.
Bilingual ES/EN docs and support, local billing when it ships, and a focus on LATAM accuracy.
Same fields as MMDB/CSV. The API freezes the contract; dumps ship when the pipeline is ready.
Pricing
Clear daily/monthly quotas. Full schema on every plan, including Free.
Pay-as-you-go credits and Enterprise (MMDB feed, VPC) come later. Prices in USD; Mercado Pago for LATAM when billing goes live.
We’re opening a design-partner waitlist. Email us and we’ll send a Free key when the edge is ready.
hello@networkdatalabs.comor read the contract in docs.html