The following tables are available for download as Excel-compatible CSV files:
Additionally, a simple JSON API is available at /api.php -- the following are valid resources accessible from the API:
Resource | Explanation | Requires ID? |
all_routes_table | Basic information about all routes (less exhaustive than the full download) | N |
all_agencies_table | Basic information about all agencies (less exhaustive than the full download) | N |
state_summary_table | List of routes by containing state | N |
state_route_table | Basic information about individual route (including containing state) | Y |
status_summary_table | List of routes by operational status | N |
status_route_table | Basic information about individual route (including operational status) | Y |
Each resource may take the following additional parameters:
Parameter | Explanation |
id | If the resource requires a Route ID, this is how the ID is supplied |
rows | Maximum number of rows to return (default: infinity) |
page | Page offset, if less than the full amount of rows is returned (default: 1) |
sidx | Column to sort results by (default: first column) |
sord | Direction to sort results by, i.e. asc or desc (default: asc) |