Stop
tubeulator.api.endpoint.routes.stop ¶
Accessed via dynamic method resolution under tubeulator.fetch.stop_point
.
Example: tubeulator.fetch.stop_point.direction_to()
StopPointEndpointRoutes ¶
Bases: RouteEnum
within_radius
class-attribute
instance-attribute
¶
Gets a list of StopPoints within {radius} by the specified criteria
forward_requests
class-attribute
instance-attribute
¶
Forwards any remaining requests to the back-end
meta_categories
class-attribute
instance-attribute
¶
Gets the list of available StopPoint additional information categories
meta_modes
class-attribute
instance-attribute
¶
Gets the list of available StopPoint modes
meta_stop_types
class-attribute
instance-attribute
¶
Gets the list of available StopPoint types
mode
class-attribute
instance-attribute
¶
Gets a list of StopPoints filtered by the modes available at that StopPoint.
mode_disruption
class-attribute
instance-attribute
¶
Gets a distinct list of disrupted stop points for the given modes
search
class-attribute
instance-attribute
¶
Search StopPoints by their common name, or their 5-digit Countdown Bus Stop Code.
search_query
class-attribute
instance-attribute
¶
Search StopPoints by their common name, or their 5-digit Countdown Bus Stop Code.
service_types
class-attribute
instance-attribute
¶
Gets the service types for a given stoppoint
sms_id
class-attribute
instance-attribute
¶
Gets a StopPoint for a given sms code.
type
class-attribute
instance-attribute
¶
Gets all stop points of a given type
type_page
class-attribute
instance-attribute
¶
Gets all the stop points of given type(s) with a page number
stop_point_ids
class-attribute
instance-attribute
¶
Gets a list of StopPoints corresponding to the given list of stop ids.
stop_point_disruption
class-attribute
instance-attribute
¶
Gets all disruptions for the specified StopPointId, plus disruptions for any child Naptan records it may have.
arrival_departures
class-attribute
instance-attribute
¶
Gets the list of arrival and departure predictions for the given stop point id (overground and tfl rail only)
arrivals
class-attribute
instance-attribute
¶
Gets the list of arrival predictions for the given stop point id
can_reach_on_line
class-attribute
instance-attribute
¶
Gets Stopoints that are reachable from a station/line combination.
crowding
class-attribute
instance-attribute
¶
Gets all the Crowding data (static) for the StopPointId, plus crowding data for a given line and optionally a particular direction.
direction_to
class-attribute
instance-attribute
¶
Returns the canonical direction, "inbound" or "outbound", for a given pair of stop point Ids in the direction from -> to.
route
class-attribute
instance-attribute
¶
Returns the route sections for all the lines that service the given stop point ids
place_types
class-attribute
instance-attribute
¶
Get a list of places corresponding to a given id and place types.
car_parks
class-attribute
instance-attribute
¶
Get car parks corresponding to the given stop point id.
taxi_ranks
class-attribute
instance-attribute
¶
Gets a list of taxi ranks corresponding to the given stop point id.