Ranking
Get domains rank time series
radar.ranking.timeseries_groups(RankingTimeseriesGroupsParams**kwargs) -> RankingTimeseriesGroupsResponse
GET/radar/ranking/timeseries_groups
Get top or trending domains
radar.ranking.top(RankingTopParams**kwargs) -> RankingTopResponse
GET/radar/ranking/top
ModelsExpand Collapse
class RankingTimeseriesGroupsResponse: …
class RankingTimeseriesGroupsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: 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 RankingTopResponse: …
class RankingTopResponse: …
meta: Meta
meta: Meta
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.
RankingDomain
Get domain rank details
radar.ranking.domain.get(strdomain, DomainGetParams**kwargs) -> DomainGetResponse
GET/radar/ranking/domain/{domain}
RankingInternet Services
Get Internet services rank time series
radar.ranking.internet_services.timeseries_groups(InternetServiceTimeseriesGroupsParams**kwargs) -> InternetServiceTimeseriesGroupsResponse
GET/radar/ranking/internet_services/timeseries_groups
Get top Internet services
radar.ranking.internet_services.top(InternetServiceTopParams**kwargs) -> InternetServiceTopResponse
GET/radar/ranking/internet_services/top
List Internet services categories
radar.ranking.internet_services.categories(InternetServiceCategoriesParams**kwargs) -> InternetServiceCategoriesResponse
GET/radar/ranking/internet_services/categories
ModelsExpand Collapse
class InternetServiceTimeseriesGroupsResponse: …
class InternetServiceTimeseriesGroupsResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
agg_interval: Literal["FIFTEEN_MINUTES", "ONE_HOUR", "ONE_DAY", 2 more]
Aggregation interval of the results (e.g., in 15 minutes or 1 hour intervals). Refer to Aggregation intervals.
confidence_info: MetaConfidenceInfo
confidence_info: 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 InternetServiceTopResponse: …
class InternetServiceTopResponse: …
meta: Meta
meta: Meta
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.