curl --location --request GET 'https://api.cloudflare.com/client/v4/radar/entities/asns/ip?ip='
{
"result": {
"asn": {
"aka": "string",
"asn": 714,
"country": "GB",
"countryName": "United Kingdom",
"estimatedUsers": {
"estimatedUsers": 86099,
"locations": [
{
"estimatedUsers": 16710,
"locationAlpha2": "US",
"locationName": "United States"
}
]
},
"name": "Apple Inc.",
"nameLong": "string",
"orgName": "string",
"related": [
{
"aka": "string",
"asn": 0,
"estimatedUsers": 65345,
"name": "string"
}
],
"website": "https://www.apple.com/support/systemstatus/"
}
},
"success": true
}