Transit

Nearby transit stops including bus stops, rail stations, light rail, tram stops, and park & rides. Sorted by distance with type classification.

GET/v1/properties/{property_id}/transit

Get nearby transit stops for a property.

ParameterTypeDescription
radiusintegerSearch radius in meters (default 2000, max 10000)
Response
{ "data": { "property_id": 1, "total": 15, "by_type": { "bus_stop": 12, "park_and_ride": 2, "light_rail": 1 }, "stops": [ { "name": "Court & 12th NE", "type": "bus_stop", "route": "2", "operator": "Cherriots", "distance_miles": 0.15 } ] } }

Transit Types

ParameterTypeDescription
bus_stopLocal bus stops
bus_stationBus stations / transit centers
train_stationRail / Amtrak stations
light_railLight rail / tram stops
park_and_ridePark and ride lots
ferryFerry terminals