Contents:
Popup cycleway locations.
Many thanks to Cycling UK for their work collecting this data, whose map this data is from.
Example which retrieves the complete dataset of popup cycleway locations.
https://api.cyclestreets.net/v2/advocacydata.popupcycleways.locations
Result:
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "area": "Birkenhead", "description": "Park closed to cars - walkers and cyclists prioritised", "location": "Birkenhead Park, UK", "type": "Council action", "link": "https://wirralview.com/covid-19-news-climate-emergency/pedestrians-and-cyclists-are-prioritised-birkenhead-park-during" }, "geometry": { "type": "Point", "coordinates": [ -3.04363, 53.39429 ] } }, ... ] }
None.
None.
JSON structure as per example above.
JSON object containing an error key and a text string.
Example error (text string may vary):
{ "error": "Sorry, an error occurred while trying to obtain the source data." }