v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-027801.5 MB
Congestion Insights v1.0.0

Fetch congestion level for a device.

Fetch historical or predicted congestion level of a device for a given period.

post/congestion-insights/v0/query

Headers

x-rapidapi-hoststring required
Example:network-as-code.p-eu.rapidapi.com

The API's Host value as defined in the RapidAPI Hub.

Request body

startstring date-time nullable

Start of the period queried. If not set, 15 minutes before end. If neither start or end is set, then the upcoming 15 minutes are predicted.

endstring date-time nullable

End of the period queried. If not set, 15 minutes after start.

Response

timeIntervalStartstring date-time required
timeIntervalStopstring date-time required
congestionLevel'Low' | 'Medium' | 'High' required
confidenceLevelinteger nullable