Donate using PayPal

CycleStreets API (v2)

  • Details for:
  • API overview
  • Obtain API key
  • Usage policy
  • Uptime policy

Popup cycleways - locations being implemented

Popup cycleway locations.

Many thanks to Cycling UK for their work collecting this data, whose map this data is from.

Example

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
                ]
            }
        },
        ...
    ]
}

Request parameters - required

None.

Request parameters - optional

None.

Response

JSON structure as per example above.

Error response

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."
}

We welcome your feedback, especially to report bugs or give us route feedback.

My comments relate to: *






Your comments: *
URL of page: * https://bakewell.cyclestreets.net/api/v2/advocacydata.popupcycleways.locations/
How did you find out about CycleStreets?:
Your name:
Our ref: Please leave blank - anti-spam measure

* Items marked with an asterisk [*] are required fields and must be fully completed.