v1

latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KB
metrics

Get Average Speed and Travel Time

get/metrics/average-speed-with-travel-time

Query parameters

fromTimestampstring date-time required
toTimestampstring date-time required
placestring required
corridorTravelTimeUnit'sec' | 'min' | 'hr'
shortLivedBehaviorMinTimeIntervalInSecinteger
stationaryObjectMinDistanceThresholdInMetersinteger
stationaryObjectMaxTimeIntervalThresholdInSecinteger

Response

Successful Operation.

Example response

{
  "metrics": [
    {
      "averageSpeed": "10",
      "travelTime": "12"
    }
  ]
}