Skip to ContentGalway Bus API Docs

GTFS

These URIs correspond to the official .txt files available from Transport for Ireland.

For full GTFS Static spec see gtfs.org

Routes

/routes examples
Example uriResponse
/api/busroutesAll bus routes
/api/busroutes?route_short_name=404Route with route_short_name=404

Stops

/stops examples
Example uriResponse
/api/stopsAll bus stops
/api/stops?stop_id=8460B5213401Stop with stop_id=8460B5213401

StopTimes

/stoptimes examples
Example uriResponse
/api/stoptimesEmpty Array (too many results)
/api/stopimes?stop_id=8460B5230101&after=20&sort=arrival_time&order=1StopTimes for stop id 8460B5230101 after 8pm sorted by arrival_time increasing

Trips

/trips examples
Example uriResponse
/api/tripsAll Trips
/api/trips?route_id=10-401-e19-1&direction_id=1Trips for route_id=10-401-e19-1 going in direction_id=1

Calendar

/calendar examples
Example uriResponse
/api/calendarAll Calendar
/api/calendar?monday=1&start_before=20220307&end_after=20220307service_ids running on Mondays with schedule beginning before, and ending after Mon 7th March 2022

CalendarDates

/calendardates examples
Example uriResponse
/api/calendardatesAll Calendar Dates
/api/calendardates?service_ids=y104h,y104f,y104aCalendar Dates with service_ids in ["y104h", "y104f", "y104a"]

Shapes

/shapes examples
Example uriResponse
/api/shapesAll Shapes
/api/shapes?shape_id=10-401-e19-1.1526.OShapes with shape_id=10-401-e19-1.1526.O

Agency

/agency examples
Example uriResponse
/api/agencyAll agencies