7d
and 7dControl
to compare this week with the previous week. Use this parameter or set specific start and end dates (dateStart
and dateEnd
parameters).-
to exclude from results. For example, -US,PT
excludes results from the US, but includes results from PT.limitPerLocation
, limits how many objects will be fetched per origin/target location.limitDirection
parameter) location.curl --location --request GET 'https://api.cloudflare.com/client/v4/radar/attacks/layer7/top/attacks'
{
"result": {
"top_0": [
{
"originCountryAlpha2": "US",
"originCountryName": "United States",
"rank": "1",
"targetCountryAlpha2": "PT",
"targetCountryName": "Portugal",
"value": "0.73996"
}
]
},
"success": true
}