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}/transitGet nearby transit stops for a property.
| Parameter | Type | Description |
|---|---|---|
radius | integer | Search 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
| Parameter | Type | Description |
|---|---|---|
bus_stop | | Local bus stops |
bus_station | | Bus stations / transit centers |
train_station | | Rail / Amtrak stations |
light_rail | | Light rail / tram stops |
park_and_ride | | Park and ride lots |
ferry | | Ferry terminals |