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

Query parameters

Name Type Required Description
metric String No

Ranking metric: IPv4 /24 count or IPv6 /48 count.

Valid values:

  • "v6_48s"
  • "v4_24s"
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:

  • "CSV"
  • "JSON"
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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.