GET /radar/bgp/ips/top/ases
Returns the top-N autonomous systems by announced IP space at the nearest 8-hour RIB boundary at or before the requested date. The snapped boundary is returned as anchor_ts.
Servers
- https://api.cloudflare.com/client/v4
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
metric |
String | No |
Ranking metric: IPv4 /24 count or IPv6 /48 count. Valid values:
|
limit |
Integer | No |
Limits the number of objects returned in the response. Default value: 5 |
format |
String | No |
Format in which results will be returned. Valid values:
|
country |
String | No |
Optional ISO 3166-1 alpha-2 country filter. Omit for global top-N. |
date |
String | No |
Filters results by the specified datetime (ISO 8601). |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.