Top
Get top user agents by HTTP requests
Deprecated
radar.http.top.browser(TopBrowserParams**kwargs) -> TopBrowserResponse
GET/radar/http/top/browser
Get top user agent families by HTTP requests
Deprecated
radar.http.top.browser_family(TopBrowserFamilyParams**kwargs) -> TopBrowserFamilyResponse
GET/radar/http/top/browser_family
ModelsExpand Collapse
class TopBrowserResponse: …
class TopBrowserResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.
class TopBrowserFamilyResponse: …
class TopBrowserFamilyResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
confidence_info: Optional[MetaConfidenceInfo]
confidence_info: Optional[MetaConfidenceInfo]
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]Normalization method applied to the results. Refer to Normalization methods.
normalization: Literal["PERCENTAGE", "MIN0_MAX", "MIN_MAX", 5 more]
Normalization method applied to the results. Refer to Normalization methods.