Search Link: https://www.apis.guru.com
Overview
- GET /AccidentStats/{year}
- GET /AirQuality
- GET /BikePoint
- GET /BikePoint/Search
- GET /BikePoint/{id}
- GET /Cabwise/search
- GET /Journey/JourneyResults/{from}/to/{to}
- GET /Journey/Meta/Modes
- GET /Line/Meta/DisruptionCategories
- GET /Line/Meta/Modes
- GET /Line/Meta/ServiceTypes
- GET /Line/Meta/Severity
- GET /Line/Mode/{modes}
- GET /Line/Mode/{modes}/Disruption
- GET /Line/Mode/{modes}/Route
- GET /Line/Mode/{modes}/Status
- GET /Line/Route
- GET /Line/Search/{query}
- GET /Line/Status/{severity}
- GET /Line/{ids}
- GET /Line/{ids}/Arrivals/{stopPointId}
- GET /Line/{ids}/Disruption
- GET /Line/{ids}/Route
- GET /Line/{ids}/Status
- GET /Line/{ids}/Status/{StartDate}/to/{EndDate}
- GET /Line/{id}/Route/Sequence/{direction}
- GET /Line/{id}/StopPoints
- GET /Line/{id}/Timetable/{fromStopPointId}
- GET /Line/{id}/Timetable/{fromStopPointId}/to/{toStopPointId}
- GET /Mode/ActiveServiceTypes
- GET /Mode/{mode}/Arrivals
- GET /Occupancy/BikePoints/{ids}
- GET /Occupancy/CarPark
- GET /Occupancy/CarPark/{id}
- GET /Occupancy/ChargeConnector
- GET /Occupancy/ChargeConnector/{ids}
- GET /Place
- GET /Place/Address/Streets/{Postcode}
- GET /Place/Meta/Categories
- GET /Place/Meta/PlaceTypes
- GET /Place/Search
- GET /Place/Type/{types}
- GET /Place/{id}
- GET /Place/{type}/At/{Lat}/{Lon}
- GET /Place/{type}/overlay/{z}/{Lat}/{Lon}/{width}/{height}
- GET /Road
- GET /Road/Meta/Categories
- GET /Road/Meta/Severities
- GET /Road/all/Disruption/{disruptionIds}
- GET /Road/all/Street/Disruption
- GET /Road/{ids}
- GET /Road/{ids}/Disruption
- GET /Road/{ids}/Status
- GET /Search
- GET /Search/BusSchedules
- GET /Search/Meta/Categories
- GET /Search/Meta/SearchProviders
- GET /Search/Meta/Sorts
- GET /StopPoint
- GET /StopPoint/Meta/Categories
- GET /StopPoint/Meta/Modes
- GET /StopPoint/Meta/StopTypes
- GET /StopPoint/Mode/{modes}
- GET /StopPoint/Mode/{modes}/Disruption
- GET /StopPoint/Search
- GET /StopPoint/Search/{query}
- GET /StopPoint/ServiceTypes
- GET /StopPoint/Sms/{id}
- GET /StopPoint/Type/{types}
- GET /StopPoint/Type/{types}/page/{page}
- GET /StopPoint/{ids}
- GET /StopPoint/{ids}/Disruption
- GET /StopPoint/{id}/ArrivalDepartures
- GET /StopPoint/{id}/Arrivals
- GET /StopPoint/{id}/CanReachOnLine/{lineId}
- GET /StopPoint/{id}/Crowding/{line}
- GET /StopPoint/{id}/DirectionTo/{toStopPointId}
- GET /StopPoint/{id}/Route
- GET /StopPoint/{id}/placeTypes
- GET /StopPoint/{stopPointId}/CarParks
- GET /StopPoint/{stopPointId}/TaxiRanks
- GET /TravelTimes/compareOverlay/{z}/mapcenter/{mapCenterLat}/{mapCenterLon}/pinlocation/{pinLat}/{pinLon}/dimensions/{width}/{height}
- GET /TravelTimes/overlay/{z}/mapcenter/{mapCenterLat}/{mapCenterLon}/pinlocation/{pinLat}/{pinLon}/dimensions/{width}/{height}
- GET /Vehicle/{ids}/Arrivals
GET /AccidentStats/{year}
Summary: Gets all accident details for accidents occuring in the specified year
OpenAPI snippet URL
GET /AirQuality
Summary: Gets air quality data feed
OpenAPI snippet URL
GET /BikePoint
Summary: Gets all bike point locations. The Place object has an addtionalProperties array which contains the nbBikes, nbDocks and nbSpaces numbers which give the status of the BikePoint. A mismatch in these numbers i.e. nbDocks - (nbBikes + nbSpaces) != 0 indicates broken docks.
OpenAPI snippet URL
GET /BikePoint/Search
Summary: Search for bike stations by their name, a bike point’s name often contains information about the name of the street or nearby landmarks, for example. Note that the search result does not contain the PlaceProperties i.e. the status or occupancy of the BikePoint, to get that information you should retrieve the BikePoint by its id on /BikePoint/id.
OpenAPI snippet URL
GET /BikePoint/{id}
Summary: Gets the bike point with the given id.
OpenAPI snippet URL
GET /Cabwise/search
Summary: Gets taxis and minicabs contact information
OpenAPI snippet URL
GET /Journey/JourneyResults/{from}/to/{to}
Summary: Perform a Journey Planner search from the parameters specified in simple types
OpenAPI snippet URL
GET /Journey/Meta/Modes
Summary: Gets a list of all of the available journey planner modes
OpenAPI snippet URL
GET /Line/Meta/DisruptionCategories
Summary: Gets a list of valid disruption categories
OpenAPI snippet URL
GET /Line/Meta/Modes
Summary: Gets a list of valid modes
OpenAPI snippet URL
GET /Line/Meta/ServiceTypes
Summary: Gets a list of valid ServiceTypes to filter on
OpenAPI snippet URL
GET /Line/Meta/Severity
Summary: Gets a list of valid severity codes
OpenAPI snippet URL
GET /Line/Mode/{modes}
Summary: Gets lines that serve the given modes.
OpenAPI snippet URL
GET /Line/Mode/{modes}/Disruption
Summary: Get disruptions for all lines of the given modes.
OpenAPI snippet URL
GET /Line/Mode/{modes}/Route
Summary: Gets all lines and their valid routes for given modes, including the name and id of the originating and terminating stops for each route
OpenAPI snippet URL
GET /Line/Mode/{modes}/Status
Summary: Gets the line status of for all lines for the given modes
OpenAPI snippet URL
GET /Line/Route
Summary: Get all valid routes for all lines, including the name and id of the originating and terminating stops for each route.
OpenAPI snippet URL
GET /Line/Search/{query}
Summary: Search for lines or routes matching the query string
OpenAPI snippet URL
GET /Line/Status/{severity}
Summary: Gets the line status for all lines with a given severity A list of valid severity codes can be obtained from a call to Line/Meta/Severity
OpenAPI snippet URL
GET /Line/{ids}
Summary: Gets lines that match the specified line ids.
OpenAPI snippet URL
GET /Line/{ids}/Arrivals/{stopPointId}
Summary: Get the list of arrival predictions for given line ids based at the given stop
OpenAPI snippet URL
GET /Line/{ids}/Disruption
Summary: Get disruptions for the given line ids
OpenAPI snippet URL
GET /Line/{ids}/Route
Summary: Get all valid routes for given line ids, including the name and id of the originating and terminating stops for each route.
OpenAPI snippet URL
GET /Line/{ids}/Status
Summary: Gets the line status of for given line ids e.g Minor Delays
OpenAPI snippet URL
GET /Line/{ids}/Status/{StartDate}/to/{EndDate}
Summary: Gets the line status for given line ids during the provided dates e.g Minor Delays
OpenAPI snippet URL
GET /Line/{id}/Route/Sequence/{direction}
Summary: Gets all valid routes for given line id, including the sequence of stops on each route.
OpenAPI snippet URL
GET /Line/{id}/StopPoints
Summary: Gets a list of the stations that serve the given line id
OpenAPI snippet URL
GET /Line/{id}/Timetable/{fromStopPointId}
Summary: Gets the timetable for a specified station on the give line
OpenAPI snippet URL
GET /Line/{id}/Timetable/{fromStopPointId}/to/{toStopPointId}
Summary: Gets the timetable for a specified station on the give line with specified destination
OpenAPI snippet URL
GET /Mode/ActiveServiceTypes
Summary: Returns the service type active for a mode. Currently only supports tube
OpenAPI snippet URL
GET /Mode/{mode}/Arrivals
Summary: Gets the next arrival predictions for all stops of a given mode
OpenAPI snippet URL
GET /Occupancy/BikePoints/{ids}
Summary: Get the occupancy for bike points.
OpenAPI snippet URL
GET /Occupancy/CarPark
Summary: Gets the occupancy for all car parks that have occupancy data
OpenAPI snippet URL
GET /Occupancy/CarPark/{id}
Summary: Gets the occupancy for a car park with a given id
OpenAPI snippet URL
GET /Occupancy/ChargeConnector
Summary: Gets the occupancy for all charge connectors
OpenAPI snippet URL
GET /Occupancy/ChargeConnector/{ids}
Summary: Gets the occupancy for a charge connectors with a given id (sourceSystemPlaceId)
OpenAPI snippet URL
GET /Place
Summary: Gets the places that lie within a geographic region. The geographic region of interest can either be specified by using a lat/lon geo-point and a radius in metres to return places within the locus defined by the lat/lon of its centre or alternatively, by the use of a bounding box defined by the lat/lon of its north-west and south-east corners. Optionally filters on type and can strip properties for a smaller payload.
OpenAPI snippet URL
GET /Place/Address/Streets/{Postcode}
Summary: Gets the set of streets associated with a post code.
OpenAPI snippet URL
GET /Place/Meta/Categories
Summary: Gets a list of all of the available place property categories and keys.
OpenAPI snippet URL
GET /Place/Meta/PlaceTypes
Summary: Gets a list of the available types of Place.
OpenAPI snippet URL
GET /Place/Search
Summary: Gets all places that matches the given query
OpenAPI snippet URL
GET /Place/Type/{types}
Summary: Gets all places of a given type
OpenAPI snippet URL
GET /Place/{id}
Summary: Gets the place with the given id.
OpenAPI snippet URL
GET /Place/{type}/At/{Lat}/{Lon}
Summary: Gets any places of the given type whose geography intersects the given latitude and longitude. In practice this means the Place must be polygonal e.g. a BoroughBoundary.
OpenAPI snippet URL
GET /Place/{type}/overlay/{z}/{Lat}/{Lon}/{width}/{height}
Summary: Gets the place overlay for a given set of co-ordinates and a given width/height.
OpenAPI snippet URL
GET /Road
Summary: Gets all roads managed by TfL
OpenAPI snippet URL
GET /Road/Meta/Categories
Summary: Gets a list of valid RoadDisruption categories
OpenAPI snippet URL
GET /Road/Meta/Severities
Summary: Gets a list of valid RoadDisruption severity codes
OpenAPI snippet URL
GET /Road/all/Disruption/{disruptionIds}
Summary: Gets a list of active disruptions filtered by disruption Ids.
OpenAPI snippet URL
GET /Road/all/Street/Disruption
Summary: Gets a list of disrupted streets. If no date filters are provided, current disruptions are returned.
OpenAPI snippet URL
GET /Road/{ids}
Summary: Gets the road with the specified id (e.g. A1)
OpenAPI snippet URL
GET /Road/{ids}/Disruption
Summary: Get active disruptions, filtered by road ids
OpenAPI snippet URL
GET /Road/{ids}/Status
Summary: Gets the specified roads with the status aggregated over the date range specified, or now until the end of today if no dates are passed.
OpenAPI snippet URL
GET /Search
Summary: Search the site for occurrences of the query string. The maximum number of results returned is equal to the maximum page size of 100. To return subsequent pages, use the paginated overload.
OpenAPI snippet URL
GET /Search/BusSchedules
Summary: Searches the bus schedules folder on S3 for a given bus number.
OpenAPI snippet URL
GET /Search/Meta/Categories
Summary: Gets the available search categories.
OpenAPI snippet URL
GET /Search/Meta/SearchProviders
Summary: Gets the available searchProvider names.
OpenAPI snippet URL
GET /Search/Meta/Sorts
Summary: Gets the available sorting options.
OpenAPI snippet URL
GET /StopPoint
Summary: Gets a list of StopPoints within {radius} by the specified criteria
OpenAPI snippet URL
GET /StopPoint/Meta/Categories
Summary: Gets the list of available StopPoint additional information categories
OpenAPI snippet URL
GET /StopPoint/Meta/Modes
Summary: Gets the list of available StopPoint modes
OpenAPI snippet URL
GET /StopPoint/Meta/StopTypes
Summary: Gets the list of available StopPoint types
OpenAPI snippet URL
GET /StopPoint/Mode/{modes}
Summary: Gets a list of StopPoints filtered by the modes available at that StopPoint.
OpenAPI snippet URL
GET /StopPoint/Mode/{modes}/Disruption
Summary: Gets a distinct list of disrupted stop points for the given modes
OpenAPI snippet URL
GET /StopPoint/Search
Summary: Search StopPoints by their common name, or their 5-digit Countdown Bus Stop Code.
OpenAPI snippet URL
GET /StopPoint/Search/{query}
Summary: Search StopPoints by their common name, or their 5-digit Countdown Bus Stop Code.
OpenAPI snippet URL
GET /StopPoint/ServiceTypes
Summary: Gets the service types for a given stoppoint
OpenAPI snippet URL
GET /StopPoint/Sms/{id}
Summary: Gets a StopPoint for a given sms code.
OpenAPI snippet URL
GET /StopPoint/Type/{types}
Summary: Gets all stop points of a given type
OpenAPI snippet URL
GET /StopPoint/Type/{types}/page/{page}
Summary: Gets all the stop points of given type(s) with a page number
OpenAPI snippet URL
GET /StopPoint/{ids}
Summary: Gets a list of StopPoints corresponding to the given list of stop ids.
OpenAPI snippet URL
GET /StopPoint/{ids}/Disruption
Summary: Gets all disruptions for the specified StopPointId, plus disruptions for any child Naptan records it may have.
OpenAPI snippet URL
GET /StopPoint/{id}/ArrivalDepartures
Summary: Gets the list of arrival and departure predictions for the given stop point id (overground, Elizabeth line and thameslink only)
OpenAPI snippet URL
GET /StopPoint/{id}/Arrivals
Summary: Gets the list of arrival predictions for the given stop point id
OpenAPI snippet URL
GET /StopPoint/{id}/CanReachOnLine/{lineId}
Summary: Gets Stopoints that are reachable from a station/line combination.
OpenAPI snippet URL
GET /StopPoint/{id}/Crowding/{line}
Summary: Gets all the Crowding data (static) for the StopPointId, plus crowding data for a given line and optionally a particular direction.
OpenAPI snippet URL
GET /StopPoint/{id}/DirectionTo/{toStopPointId}
Summary: Returns the canonical direction, “inbound” or “outbound”, for a given pair of stop point Ids in the direction from → to.
OpenAPI snippet URL
GET /StopPoint/{id}/Route
Summary: Returns the route sections for all the lines that service the given stop point ids
OpenAPI snippet URL
GET /StopPoint/{id}/placeTypes
Summary: Get a list of places corresponding to a given id and place types.
OpenAPI snippet URL
GET /StopPoint/{stopPointId}/CarParks
Summary: Get car parks corresponding to the given stop point id.
OpenAPI snippet URL
GET /StopPoint/{stopPointId}/TaxiRanks
Summary: Gets a list of taxi ranks corresponding to the given stop point id.
OpenAPI snippet URL
GET /TravelTimes/compareOverlay/{z}/mapcenter/{mapCenterLat}/{mapCenterLon}/pinlocation/{pinLat}/{pinLon}/dimensions/{width}/{height}
Summary: Gets the TravelTime overlay.
OpenAPI snippet URL
GET /TravelTimes/overlay/{z}/mapcenter/{mapCenterLat}/{mapCenterLon}/pinlocation/{pinLat}/{pinLon}/dimensions/{width}/{height}
Summary: Gets the TravelTime overlay.
OpenAPI snippet URL
GET /Vehicle/{ids}/Arrivals
Summary: Gets the predictions for a given list of vehicle Id’s.
OpenAPI snippet URL