Ases
Get top ASes by HTTP requests
client.radar.http.ases.get(AseGetParams { asn, botClass, browserFamily, 15 more } query?, RequestOptionsoptions?): AseGetResponse { meta, top_0 }
GET/radar/http/top/ases
AsesBot Class
Get top ASes by HTTP requests for a bot class
client.radar.http.ases.botClass.get("LIKELY_AUTOMATED" | "LIKELY_HUMAN"botClass, BotClassGetParams { asn, browserFamily, continent, 14 more } query?, RequestOptionsoptions?): BotClassGetResponse { meta, top_0 }
GET/radar/http/top/ases/bot_class/{bot_class}
AsesDevice Type
Get top ASes by HTTP requests for a device type
client.radar.http.ases.deviceType.get("DESKTOP" | "MOBILE" | "OTHER"deviceType, DeviceTypeGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): DeviceTypeGetResponse { meta, top_0 }
GET/radar/http/top/ases/device_type/{device_type}
AsesHTTP Protocol
Get top ASes by HTTP requests for an HTTP protocol
client.radar.http.ases.httpProtocol.get("HTTP" | "HTTPS"httpProtocol, HTTPProtocolGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): HTTPProtocolGetResponse { meta, top_0 }
GET/radar/http/top/ases/http_protocol/{http_protocol}
AsesHTTP Method
Get top ASes by HTTP requests for an HTTP version
client.radar.http.ases.httpMethod.get("HTTPv1" | "HTTPv2" | "HTTPv3"httpVersion, HTTPMethodGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): HTTPMethodGetResponse { meta, top_0 }
GET/radar/http/top/ases/http_version/{http_version}
AsesIP Version
Get top ASes by HTTP requests for an IP version
client.radar.http.ases.ipVersion.get("IPv4" | "IPv6"ipVersion, IPVersionGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): IPVersionGetResponse { meta, top_0 }
GET/radar/http/top/ases/ip_version/{ip_version}
AsesOS
Get top ASes by HTTP requests for an OS
client.radar.http.ases.os.get("WINDOWS" | "MACOSX" | "IOS" | 4 moreos, OSGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): OSGetResponse { meta, top_0 }
GET/radar/http/top/ases/os/{os}
AsesTLS Version
Get top ASes by HTTP requests for a TLS version
client.radar.http.ases.tlsVersion.get("TLSv1_0" | "TLSv1_1" | "TLSv1_2" | 2 moretlsVersion, TLSVersionGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): TLSVersionGetResponse { meta, top_0 }
GET/radar/http/top/ases/tls_version/{tls_version}
AsesBrowser Family
Get top ASes by HTTP requests for a browser family
client.radar.http.ases.browserFamily.get("CHROME" | "EDGE" | "FIREFOX" | "SAFARI"browserFamily, BrowserFamilyGetParams { asn, botClass, continent, 14 more } query?, RequestOptionsoptions?): BrowserFamilyGetResponse { meta, top_0 }
GET/radar/http/top/ases/browser_family/{browser_family}