London transport stations
London
gethttps://crystalroof.co.uk/customer-api/transport/closest-london-transport-stations/v1/{location}
Description
This method returns the closest transport stations to a specified location, with distances measured in meters.
The supported transport types are as follows:
- Underground
- Overground
- DLR (Docklands Light Railway)
- National Rail
- Elizabeth Line
- Trams
This method does not include buses or river transport.
Parameters
Name | Description |
---|---|
location path string | Postcode, coordinates in the lat,long format or UPRN in the uprn12345678 format. |
mode query array | Available modes. |
limit query enum | Number of elements to be returned by the method. The returned number of elements may be less than the requested amount if fewer elements are found based on your criteria (in very rare cases). The maximum value is 20. To retrieve only the metadata, use the value 0. |
api_key query enum | Your API key. DEMO key allows you to test the method in the W6 0 postcode sector, or in the [[51.492, -0.25], [51.502, -0.225]] rectangle. |
Request URL:
https://crystalroof.co.uk/customer-api/transport/closest-london-transport-stations/v1/{location}?api_key=DEMO
Possible responses with examples
Code
Description
200
Success
401
Unauthorized
402
Payment Required
403
Forbidden
429
Too Many Requests
500
Internal Server Error