Skip to content
Start here

Ases

Get top ASes by BGP updates
GET/radar/bgp/top/ases
Get top ASes by prefix count
GET/radar/bgp/top/ases/prefixes
ModelsExpand Collapse
AseGetResponse object { meta, top_0 }
meta: object { dateRange }
dateRange: array of object { endTime, startTime }
endTime: string

Adjusted end of date range.

formatdate-time
startTime: string

Adjusted start of date range.

formatdate-time
top_0: array of object { asn, ASName, value }
asn: number
ASName: string
value: string

Percentage of updates by this AS out of the total updates by all autonomous systems.

AsePrefixesResponse object { asns, meta }
asns: array of object { asn, country, name, pfxs_count }
asn: number
country: string
name: string
pfxs_count: number
meta: object { data_time, query_time, total_peers }
data_time: string
query_time: string
total_peers: number