Programmatic lookup of data center IPs across both protocols.
Request
curl -X 'GET' \
'https://api.pixalate.com/api/v2/blocklists/datacenter?riskType=datacenter&pretty=true' \
-H 'x-api-key: {API_KEY}' \
-H 'accept: application/json'
Response (trimmed)
{
"content": [
{ "rank": 1, "risk": "high", "identifier": "12.34.457.89", "fraudType": "datacenter", "isp": "Google Cloud" },
{ "rank": 2, "risk": "high", "identifier": "98.76.543.21", "fraudType": "datacenter", "isp": "Amazon Web Services" },
{ "rank": 3, "risk": "high", "identifier": "11.22.333.44", "fraudType": "datacenter", "isp": "Microsoft Azure" },
{ "rank": 4, "risk": "high", "identifier": "55.66.777.88", "fraudType": "datacenter", "isp": "Alibaba Cloud" },
{ "rank": 5, "risk": "high", "identifier": "10.20.300.40", "fraudType": "datacenter", "isp": "Tencent Cloud" }
]
}
Integrations:
REST API with JSON responses
Access Methods:
Direct API calls, batch processing, custom integrations
Rate Limits:
Contact sales for volume pricing
Documentation:
developer.pixalate.com