Contents:
This API call gives information about the current availability and performance of the site.
For instance, it shows whether the journey planner and photomap are live, and the maximum journey distance that is plannable.
Call to show the system status.
https://api.cyclestreets.net/v2/status
Result:
{ "sitestatus": { "journeyplanner": "live", "photomap": "live" }, "maxjourneylength": { "distance": 300, "units": "km" } }
None.
None.
JSON object as above.
JSON object containing an error key and a text string.
Example error (text string will vary):
{
"error": "There was a problem retrieving the status data."
}