Stations

GET http://api.bart.gov/api/stn.aspx?cmd=stns&key={{key}}&json=y

This command provides a list of all of the BART stations with their full names, abbreviations, latitude, longitude and addresses.

Request Params

KeyDatatypeRequiredDescription
cmdstringRequests current API version information (Required)
keystringAPI registration key (Required)
jsonstringReturns API output in JSON format. Default output is XML if parameter not specified. (Optional)