Back to Tool
🌐

IP Risk Analyzer API

Analyze IP addresses for risk signals

Endpoint

POST/api/v1/ip-risk-analyzer

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
ipstringNoSingle IP address to analyze
ipsarrayNoArray of IP addresses (max 20)

Response

FieldTypeDescription
isValidbooleanWhether IP format is valid
typestringIP type: IPv4, IPv6, or invalid
isPrivatebooleanWhether IP is in private range
isDatacenterbooleanWhether IP belongs to known datacenter
datacenterNamestringName of datacenter provider if detected
isVpnLikelybooleanWhether IP is likely a VPN/proxy
riskScorenumberRisk score from 0-100
riskLevelstringRisk level: low, medium, high, or critical
riskFactorsarrayList of detected risk factors
reverseDnsstringReverse DNS hostname if available

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/ip-risk-analyzer \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"ip": "8.8.8.8"}'

Pricing

First 100 free, then $0.01 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com