Locations
Get top locations by HTTP requests
client.radar.http.locations.get(LocationGetParams { asn, botClass, browserFamily, 15 more } query?, RequestOptionsoptions?): LocationGetResponse { meta, top_0 }
GET/radar/http/top/locations
LocationsBot Class
Get top locations by HTTP requests for a bot class
client.radar.http.locations.botClass.get("LIKELY_AUTOMATED" | "LIKELY_HUMAN"botClass, BotClassGetParams { asn, browserFamily, continent, 14 more } query?, RequestOptionsoptions?): BotClassGetResponse { meta, top_0 }
GET/radar/http/top/locations/bot_class/{bot_class}
LocationsDevice Type
Get top locations by HTTP requests for a device type
client.radar.http.locations.deviceType.get("DESKTOP" | "MOBILE" | "OTHER"deviceType, DeviceTypeGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): DeviceTypeGetResponse { meta, top_0 }
GET/radar/http/top/locations/device_type/{device_type}
LocationsHTTP Protocol
Get top locations by HTTP requests for an HTTP protocol
client.radar.http.locations.httpProtocol.get("HTTP" | "HTTPS"httpProtocol, HTTPProtocolGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): HTTPProtocolGetResponse { meta, top_0 }
GET/radar/http/top/locations/http_protocol/{http_protocol}
LocationsHTTP Method
Get top locations by HTTP requests for an HTTP version
client.radar.http.locations.httpMethod.get("HTTPv1" | "HTTPv2" | "HTTPv3"httpVersion, HTTPMethodGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): HTTPMethodGetResponse { meta, top_0 }
GET/radar/http/top/locations/http_version/{http_version}
LocationsIP Version
Get top locations by HTTP requests for an IP version
client.radar.http.locations.ipVersion.get("IPv4" | "IPv6"ipVersion, IPVersionGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): IPVersionGetResponse { meta, top_0 }
GET/radar/http/top/locations/ip_version/{ip_version}
LocationsOS
Get top locations by HTTP requests for an OS
client.radar.http.locations.os.get("WINDOWS" | "MACOSX" | "IOS" | 4 moreos, OSGetParams { asn, botClass, browserFamily, 14 more } query?, RequestOptionsoptions?): OSGetResponse { meta, top_0 }
GET/radar/http/top/locations/os/{os}
LocationsTLS Version
Get top locations by HTTP requests for a TLS version
client.radar.http.locations.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/locations/tls_version/{tls_version}
LocationsBrowser Family
Get top locations by HTTP requests for a browser family
client.radar.http.locations.browserFamily.get("CHROME" | "EDGE" | "FIREFOX" | "SAFARI"browserFamily, BrowserFamilyGetParams { asn, botClass, continent, 14 more } query?, RequestOptionsoptions?): BrowserFamilyGetResponse { meta, top_0 }
GET/radar/http/top/locations/browser_family/{browser_family}