Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 2.15 KB

File metadata and controls

14 lines (10 loc) · 2.15 KB

TripResourceAttributes

Properties

Name Type Description Notes
wheelchair_accessible int Indicator of wheelchair accessibility: `0`, `1`, `2` Wheelchair accessibility (`*/attributes/wheelchair_accessible`) as defined in GTFS: Value
name str The text that appears in schedules and sign boards to identify the trip to passengers, for example, to identify train numbers for commuter rail trips. See GTFS `trips.txt` `trip_short_name` [optional]
headsign str The text that appears on a sign that identifies the trip's destination to passengers. See GTFS `trips.txt` `trip_headsign`. [optional]
direction_id int Direction in which trip is traveling: `0` or `1`. The meaning of `direction_id` varies based on the route. You can programmatically get the direction names from `/routes` `/data/{index}/attributes/direction_names` or `/routes/{id}` `/data/attributes/direction_names`. [optional]
block_id str ID used to group sequential trips with the same vehicle for a given service_id. See GTFS `trips.txt` `block_id` [optional]

[Back to Model list] [Back to API list] [Back to README]