Station schedules

GET http://api.bart.gov/api/sched.aspx?cmd=stnsched&key={{key}}&orig=MLBR&json=y

Schedule information for a specific station.

Request Params

KeyDatatypeRequiredDescription
cmdstringRequests detailed scheduled information for a specific station. (Required)
keystringAPI registration key. (Required)
origstringThe station for which a schedule is requested. (Required)
datenullSpecifies a specific date to use. This will determine the appropriate schedule for that date, and give back information about the station for that schedule. Date can also be specified as "today" or "now". (Optional)
jsonstringReturns API output in JSON format. Default output is XML if parameter not specified. (Optional)