Travel Delay Documentation
Travel delays are locations where traffic has slowed below normal rates.
The data is generated based on road sensors in the ground capturing speed data.
The estimated delays are recorded in minutes.
Resource accepts all default Filters. Resource data is returned as an API Result model for valid requests or an Error Result model for failed requests. For an example of how to call this resource, see Swagger details.
Travel Delay Model
Travel Delay represents information about a traffic slowdown on ODOT monitored roads
- Links ( Array[Link] ) Links related to the current item
- Id ( String ) Unique Identifier
- Latitude ( Double ) The angular distance of a place north or south of the earth's equator
- Longitude ( Double ) The angular distance of a place east or west of the meridian at Greenwich, England
- Location ( String ) Travel Delay road or intersection
- Description ( String ) Travel Delay description message
- Direction ( String ) Side or sides of the road where travel delay exists
- RouteName ( String ) Road name where the travel delay is located
- TravelTime ( Double ) Travel estimate in minutes
- DelayTime ( Double ) Delay estimate in minutes
- StartMileMarker ( Double ) Road start mile marker
- EndMileMarker ( Double ) Road end mile marker
- CurrentAvgSpeed ( Double ) Current Avg Speed in MPH
- NormalAvgSpeed ( Double ) Normal Avg Speed in MPH
Link Model
Links capture data related to the current model they live on. The type of link is dependent on the rel property.
- Href ( String ) Url to a page or endpoint
- Rel ( String ) Identifier for the href url. [self] = link to the current item, [documentation] = link to related documentation, [redirect] = link to redirect page
- Method ( String , optional ) Method type of the link. If not displayed then GET is assumed.