GTFS
These URIs correspond to the official .txt files available from Transport for Ireland.
For full GTFS Static spec see gtfs.org
Routes
/routes examplesExample uri | Response |
---|
/api/busroutes | All bus routes |
/api/busroutes?route_short_name=404 | Route with route_short_name=404 |
Stops
/stops examplesExample uri | Response |
---|
/api/stops | All bus stops |
/api/stops?stop_id=8460B5213401 | Stop with stop_id=8460B5213401 |
StopTimes
/stoptimes examplesExample uri | Response |
---|
/api/stoptimes | Empty Array (too many results) |
/api/stopimes?stop_id=8460B5230101&after=20&sort=arrival_time&order=1 | StopTimes for stop id 8460B5230101 after 8pm sorted by arrival_time increasing |
Trips
/trips examplesExample uri | Response |
---|
/api/trips | All Trips |
/api/trips?route_id=10-401-e19-1&direction_id=1 | Trips for route_id=10-401-e19-1 going in direction_id=1 |
Calendar
/calendar examplesExample uri | Response |
---|
/api/calendar | All Calendar |
/api/calendar?monday=1&start_before=20220307&end_after=20220307 | service_ids running on Mondays with schedule beginning before, and ending after Mon 7th March 2022 |
CalendarDates
/calendardates examplesExample uri | Response |
---|
/api/calendardates | All Calendar Dates |
/api/calendardates?service_ids=y104h,y104f,y104a | Calendar Dates with service_ids in ["y104h", "y104f", "y104a"] |
Shapes
/shapes examplesExample uri | Response |
---|
/api/shapes | All Shapes |
/api/shapes?shape_id=10-401-e19-1.1526.O | Shapes with shape_id=10-401-e19-1.1526.O |
Agency
/agency examplesExample uri | Response |
---|
/api/agency | All agencies |