Unofficial restful service for bus times in and around Reykjavík. This service is used by
List of all stops.
Information about a specific stop and bus stop times for that particular stop.
- range - Predefined time ranges which are
- day - the entire day.
- restOfDay - past 15 minutes till the end of day.
- now - from past 15 minutes to an hour from now.
- from - From a certain time (ISO 8601)
- to - To a certain time (ISO 8601)
- http://api.gulur.is/stops/90000295
- http://api.gulur.is/stops/90000295?range=restOfDay
- http://api.gulur.is/stops/90000295?from=2012-09-10T14&to=2012-09-10T15:30
The nearest stops to a location.
- latitude - Required
- longitude - Required
- radius - Radius to search within (default: 500m)
Stop times for the nearest buses to a location.
- latitude - Required
- longitude - Required
- radius - Radius to search within (default: 500m)
- range - Predefined time ranges which are
- day - the entire day.
- restOfDay - past 15 minutes till the end of day.
- now - from past 15 minutes to an hour from now.
- from - From a certain time (ISO 8601)
- to - To a certain time (ISO 8601)