- New Feed Enhancements - August 2022
- The new road restrictions feed is available with links listed as Version 3.
- We will be retiring Versions 1 and 2 on October 1st, 2022. Version 3 includes both Versions 1 & 2.
We have moved the Road Restrictions feed to a RESTful service allowing us to improve the delivery of the information.
The benefits of this change include:
-
The information is published faster.
-
The Url is mirrored in both HTTP and HTTPS environments.
-
More data formats available.
For compatibility with existing customer applications, the original feed is available in the same formats as before.
Format | Description
---|---
XML | Extensible Markup Language (XML) is a common data interchange format.
XSD | XML Schema Document (XSD) contains information about the XML data structure.
JSON | JavaScript Object Notation (JSON) is used to load easily into JavaScript enabled web pages.
JSONP (.json) | Packaged JSON (JSONP) is JSON wrapped in a JavaScript function. JSONP can be reloaded without reloading the page, using the JSON (.json) data extension.
Timestamp JSON | The Timestamp file is a small file that contains only the timestamp of the most recent update time in the dataset in JSON format. This file can be read quickly to determine if the main data file has changed.
Timestamp JSONP (.json) | The Timestamp file in JSONP (.json) format.