Donate using PayPal

CycleStreets API (v2)

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

Popup cycleways - suggested

Suggested popup cycleway infrastructure, arising from research work at Leeds University.

This API represents the same data in the Rapid Cycleway Prioritisation Tool.

Example

Example which retrieves suggested popup cycleways locations in the area of Cambridge.

https://api.cyclestreets.net/v2/advocacydata.popupcycleways.suggested?bbox=0.081282,52.203872,0.205564,52.215969

Result:

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "id": 95,
            "properties": {
                "name": "Newmarket Road",
                "ref": "A1134",
                "status": "Top ranked new cycleways",
                "mean_cycling_potential": 326,
                "spare_lane": false,
                "estimated_width": "10-15 m",
                "length_(m)": 804,
                "group_id": 57,
                "speed_limit": "30 mph"
            },
            "geometry": {
                "type": "MultiLineString",
                "coordinates": [
                    [
                        [
                            0.16277,
                            52.21229
                        ],
                        [
                            0.16275,
                            52.21233
                        ],
                        [
                            0.16274,
                            52.21236
                        ],
                        [
                            0.16275,
                            52.21241
                        ],
                        ...
                    ]
                ]
            }
        },
        ...
    ]
}

Request parameters - required

bbox comma separated bounds: west,south,east,north
Boundaries of a region.

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": "No bbox parameter was supplied."
}

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

My comments relate to: *






Your comments: *
URL of page: * https://newcastle-under-lyme.cyclestreets.net/api/v2/advocacydata.popupcycleways.suggested/
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.