Routes (p:routes)

http://profiles.goabout.com/routes

The routes that pass through a transit stop location.

Example

{
  "routes" : [ {
    "lineNumber" : "6",
    "name" : "Leiderdorp Leyhof - Voorschoten Starrenburg",
    "modeType" : "bus"
  }, {
    "lineNumber" : "5",
    "name" : "Leiderdorp Leyhof - Voorschoten Starrenburg",
    "modeType" : "bus"
  } ],
  "_links" : {
    "self" : {
      "href" : "https://api.goabout.com/location/stop/42c3c2ce/routes"
    },
    "http://rels.goabout.com/location" : {
      "href" : "https://api.goabout.com/location/stop/42c3c2ce"
    }
  }
}

Reference

Properties

routes:A list of Route objects.

A Route object has properties:

lineNumber:The line number as displayed on the vehicle.
name:The route name as displayed on timetables.
modeType:The transit mode.