Quality
QualityIQI
Get Internet Quality Index (IQI) summary
radar.quality.iqi.summary(IQISummaryParams**kwargs) -> IQISummaryResponse
GET/radar/quality/iqi/summary
Get Internet Quality Index (IQI) time series
radar.quality.iqi.timeseries_groups(IQITimeseriesGroupsParams**kwargs) -> IQITimeseriesGroupsResponse
GET/radar/quality/iqi/timeseries_groups
ModelsExpand Collapse
class IQISummaryResponse: …
class IQISummaryResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
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 IQITimeseriesGroupsResponse: …
class IQITimeseriesGroupsResponse: …
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.
QualitySpeed
Get speed tests summary
radar.quality.speed.summary(SpeedSummaryParams**kwargs) -> SpeedSummaryResponse
GET/radar/quality/speed/summary
Get speed tests histogram
radar.quality.speed.histogram(SpeedHistogramParams**kwargs) -> SpeedHistogramResponse
GET/radar/quality/speed/histogram
ModelsExpand Collapse
class SpeedSummaryResponse: …
class SpeedSummaryResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
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 SpeedHistogramResponse: …
class SpeedHistogramResponse: …
meta: MetaMetadata for the results.
meta: Meta
Metadata for the results.
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.
QualitySpeedTop
Get top ASes by speed test results
radar.quality.speed.top.ases(TopAsesParams**kwargs) -> TopAsesResponse
GET/radar/quality/speed/top/ases
Get top locations by speed test results
radar.quality.speed.top.locations(TopLocationsParams**kwargs) -> TopLocationsResponse
GET/radar/quality/speed/top/locations
ModelsExpand Collapse
class TopAsesResponse: …
class TopAsesResponse: …
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 TopLocationsResponse: …
class TopLocationsResponse: …
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.