Dangerous Slowdowns Documentation
Dangerous Slowdowns offer advance warning where traffic forces drivers to slow or stop quickly. These exist to allow drivers to appropriately consider a potential safety event ahead of them.

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.
Dangerous Slowdown 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 ) Address or location
- Description ( String ) Description message
- NormalMPH ( Int32 ) Normal MPH at the dangerous slowdown
- CurrentMPH ( Int32 ) Current MPH at the dangerous slowdown
- RouteName ( String ) Road name where the dangerous slowdown is located
- Direction ( String ) Direction where the dangerous slowdown is impacting
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.