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).curl --location --request GET 'https://api.cloudflare.com/client/v4/radar/ranking/timeseries'
{
"result": {
"meta": {
"dateRange": {
"endTime": "2022-09-17T10:22:57.555Z",
"startTime": "2022-09-16T10:22:57.555Z"
}
},
"serie_0": {
"<domain name>": [
2
],
"timestamps": [
"2022-09-02"
]
}
},
"success": true
}