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, -174, 3356
excludes results from AS174, but includes results from AS3356.curl --location --request GET 'https://api.cloudflare.com/client/v4/radar/bgp/timeseries'
{
"result": {
"meta": {
"aggInterval": "1h",
"confidenceInfo": {
"annotations": [
{
"dataSource": "ALL",
"description": "Cable cut in Tonga",
"endTime": "2022-09-15T00:00:00Z",
"eventType": "OUTAGE",
"startTime": "2022-09-15T00:00:00Z"
}
],
"level": 0
},
"dateRange": {
"endTime": "2022-09-17T10:22:57.555Z",
"startTime": "2022-09-16T10:22:57.555Z"
},
"lastUpdated": "2022-09-15T00:00:00Z"
},
"series": {
"timestamps": [
"2022-09-15T00:00:00Z"
],
"values": [
0.56
]
}
},
"success": true
}