curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//intel/ip'
{
"errors": [],
"messages": [],
"result": [
{
"belongs_to_ref": {
"country": "US",
"description": "CLOUDFLARENET",
"id": "autonomous-system--2fa28d71-3549-5a38-af05-770b79ad6ea8",
"type": "hosting_provider",
"value": "string"
},
"ip": "192.0.2.0",
"risk_types": [
{
"id": 131,
"name": "Phishing",
"super_category_id": 21
}
]
}
],
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}