IP Address Lookup lets you send an IP address and get a structured lookup response back. The endpoint accepts a single required ip query parameter and returns an envelope with a numeric code, a success flag, and additional module data in the response body.
Use IP Address Lookup when you need to resolve an IP as part of sign-in checks, fraud signals, analytics, or request enrichment. It fits into workflows where you want to attach location-aware context to an IP without building your own lookup layer.
Because the response schema is intentionally open-ended beyond code and success, you can consume the module blocks your integration needs without assuming a fixed payload shape. That makes the service suitable for lightweight validation and broader geolocation pipelines alike.
If you are routing traffic, flagging suspicious activity, or segmenting users by network origin, IP Address Lookup gives you a simple input and a machine-readable result to build on.
Use the following request to analyze an IP address and retrieve its location, network information, threat indicators, and fraud risk assessment.
curl -X GET "https://api.eu.apyhub.com/quadlem/ip-address-look-up?ip=8.8.8.8" \
-H "apy-token: $APY_TOKEN"
What you'll get back
A successful request returns details about the IP address, including its validity, geolocation, network provider, proxy and VPN detection results, and an overall risk assessment.
Note: Depending on the IP address and service configuration, the response may include additional network intelligence and geolocation metadata alongside the fraud and threat assessment.
TRY ITLIVE · 40 ATOMS
Loading your default key…
The full key is used to call the gateway and stays in this tab — never sent to orbit or saved.
About this endpoint
What it does
Looks up an IP address and returns geolocation, ISP/ASN details, VPN/proxy/Tor/datacenter detection, threat flags, and a fraud risk score with a recommendation.