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
Key | Datatype | Required | Description |
---|---|---|---|
cmd | string | Requests current API version information (Required) | |
key | string | API registration key (Required) | |
json | string | Returns API output in JSON format. Default output is XML if parameter not specified. (Optional) |