cURL
curl --request POST \ --url https://api.deflect.bot/intelligence/ip \ --header 'Content-Type: application/json' \ --data '{ "api_key": "<string>", "ip": "127.0.0.1" }'
{ "success": true, "data": { "is_vpn": true, "is_datacenter_proxy": true, "is_residential_proxy": true, "is_bogon": true, "is_tor_node": true, "is_threat": true, "city": "<string>", "postal_code": "<string>", "country": "<string>", "continent": "<string>", "latitude": 123, "longitude": 123, "asn_number": 123, "asn_organization": "<string>", "isp": "<string>" } }
Check IP reputation and geolocation
Your Deflect API Key
Successful response
Show child attributes