/stop/{stopId}

This query returns the stop information for a specific stop

Object Type : " stop "

URL Parameters :

  • stopId – this is the stopId for the stop which will be returned. In GTFS data this is the "stop_id" column of stops.txt, in the RouteMatch schema it is the "FRRouteStopIDName" column.

Query Parameters :

None

Example Queries :

Get the stop information for stop "Mall01"

/stop/Mall01