IP Intelligence Updated May 18, 2026

IP Intelligence API

Look up IP risk, geolocation, reputation, and RDAP ownership signals.

Use IP endpoints when you need network-level context without running a full fraud assessment.

Authentication is required.

Endpoints

GET /ip/{ip}
GET /ip/{ip}/geo
GET /ip/{ip}/reputation
GET /ip/{ip}/rdap

Risk Summary

GET /ip/8.8.8.8

Returns the normalized IP signal used by RequestGuard assessments, including country, ASN, hosting, proxy, VPN, Tor, datacenter, and source metadata when available.

Geolocation

GET /ip/8.8.8.8/geo

Returns country, country name, continent, timezone, ASN, organization, and source confidence fields when known.

Reputation

GET /ip/8.8.8.8/reputation

Returns the IP signal plus a risk score, risk level, decision, reasons, and source hits. Use this when you need a direct allow/challenge/review/block recommendation for one IP.

RDAP

GET /ip/8.8.8.8/rdap

Returns an ownership summary for the IP address, including registry, organization, ASN, and abuse-contact fields when available.

Response Shape

Exact fields vary by signal availability. Common fields include:

FieldMeaning
ipQueried IP address.
country_codeISO country code when known.
asnAutonomous System Number.
as_organizationNetwork organization name.
is_datacenterDatacenter or cloud hosting signal.
is_vpnVPN signal.
is_torTor exit signal.
risk_scoreNormalized 0-100 risk score on reputation responses.
sourcesSource metadata used to build the response.