Veille

IP Reputation

GET
/v1/intelligence/ip

Assess the reputation of any IP address. Detects VPNs, proxies, Tor exit nodes, datacenter hosting, abusive traffic, and bots. Returns geolocation, network owner, and a 0-100 threat score.

Credit cost: 2 credits per call

Autorización

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parámetros de consulta

query*string

The IP address to analyze (IPv4 or IPv6).

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/intelligence/ip?query=string"

{  "ip": "82.64.12.193",  "asn": {    "asn": 3215,    "org": "France Telecom - Orange",    "type": "isp",    "descr": "Orange S.A.",    "active": true,    "domain": "orange.com",    "country": "FR"  },  "is_tor": false,  "is_vpn": false,  "is_bogon": false,  "is_proxy": false,  "location": {    "city": "Paris",    "state": "Ile-de-France",    "country": "France",    "latitude": 48.8566,    "timezone": "Europe/Paris",    "longitude": 2.3522,    "country_code": "FR"  },  "is_abuser": false,  "is_mobile": false,  "is_crawler": false,  "threat_score": 0,  "is_datacenter": false}

{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}