London transport stations
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.
Pricing
1 credit per 10 returned stations
Example: 11 stations = 2 credits
If 0 stations are returned, the call still counts as 1 credit
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 100. To retrieve only the metadata, use the value 0. |
api_key query enum | Your API key.
|