Skip to content

Instantly share code, notes, and snippets.

@mheadd
Created June 23, 2011 16:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mheadd/1042975 to your computer and use it in GitHub Desktop.
Save mheadd/1042975 to your computer and use it in GitHub Desktop.
SEPTA Bus / Train API info

SUMMARIZED / REFORMATTED FROM http://www.opendataphilly.org/opendata/resource/158/sms-transit/

Base URL: http://www3.septa.org/sms/

Parameters:

  • var1 = stop id
  • var2 = route id OR i/o for inbound/outbound
  • var3 = i/o for inbound/outbound only if route id is supplied.

Stops fall into one of three categories:

  1. Stops with service provided by only one route, stop is not the first or last stop and all travel is in a single direction:
  1. Stops with service provided by multiple routes, but all travel is in one direction:
  1. Stops with travel in multi-directions. This is usually end points, like the trolley loop at Juniper and they may or may not have multiple routes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment