v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
WAAP Service

Get statistics as time series

Retrieve statistics data as a time series. The from and to parameters are rounded down and up according to the granularity. This means that if the granularity is set to 1h, the from and to parameters will be rounded down and up to the nearest hour, respectively. If the granularity is set to 1d, the from and to parameters will be rounded down and up to the nearest day, respectively. The response will include explicit 0 values for any missing data points.

get/waap/v1/statistics/series

Query parameters

fromstring date-time required

Beginning of the requested time period (ISO 8601 format, UTC)

Example:2024-12-14T12:00:00Z

Beginning of the requested time period (ISO 8601 format, UTC)

tostring date-time required

End of the requested time period (ISO 8601 format, UTC)

Example:2024-12-14T12:00:00Z

End of the requested time period (ISO 8601 format, UTC)

granularity'1h' | '1d' required

Duration of the time blocks into which the data will be divided.

Duration of the time blocks into which the data will be divided.

metricsstring[] required

List of metric types to retrieve statistics for.

List of metric types to retrieve statistics for.

Response

Successful Response