GET /StopPoint

tfl.gov.uk

Summary: Gets a list of StopPoints within {radius} by the specified criteria
Operation ID: StopPoint_GetByGeoPoint
Auth: unknown

Parameters (8)

categories (array, query, optional)

an optional list of comma separated property categories to return in the StopPoint's property bag. If null or empty, all categories of property are returned. Pass the keyword "none" to return no properties (a valid list of categories can be obtained from the /StopPoint/Meta/categories endpoint)

location.lat (number, query, required)
location.lon (number, query, required)
modes (array, query, optional)

the list of modes to search (comma separated mode names e.g. tube,dlr)

radius (integer, query, optional)

the radius of the bounding circle in metres (default : 200)

returnLines (boolean, query, optional)

true to return the lines that each stop point serves as a nested resource

stopTypes (array, query, required)

a list of stopTypes that should be returned (a list of valid stop types can be obtained from the StopPoint/meta/stoptypes endpoint)

useStopPointHierarchy (boolean, query, optional)

Re-arrange the output into a parent/child hierarchy

No probe data for this endpoint yet.