Return to search results
SEPTA Alerts
Provides access to SEPTA travel alerts via an API. All travel alerts can be viewed at https://www3.septa.org/api/Alerts/. To retrieve travel alerts for a specific route or line, add the parameter: route/line name to the URL. Example: https://www3.septa.org/api/Alerts/index.php?routes=bus_route_33 The API endpoint at get_alert_data.php provides more verbose messages for either the whole system or a single route Example: https://www3.septa.org/api/Alerts/get_alert_data.php?route_id=bus_route_33
Complete Metadata
| accessLevel | public |
|---|---|
| contactPoint |
{
"fn": "SEPTA Planning Division",
"hasEmail": "mailto:planning@septa.org"
}
|
| description | Provides access to SEPTA travel alerts via an API. All travel alerts can be viewed at https://www3.septa.org/api/Alerts/.<br> <br> To retrieve travel alerts for a specific route or line, add the parameter: route/line name to the URL.<br> <br>Example: https://www3.septa.org/api/Alerts/index.php?routes=bus_route_33 <br> <br>The API endpoint at get_alert_data.php provides more verbose messages for either the whole system or a single route <br>Example: https://www3.septa.org/api/Alerts/get_alert_data.php?route_id=bus_route_33 |
| distribution |
[
{
"title": "SEPTA Travel Alerts API with full messages",
"format": "JSON",
"mediaType": "application/json",
"downloadURL": "http://www3.septa.org/api/Alerts/get_alert_data.php"
},
{
"title": "SEPTA Travel Alerts API with no message",
"format": "JSON",
"mediaType": "application/json",
"downloadURL": "http://www3.septa.org/api/Alerts/index.php"
}
]
|
| identifier | septa-alerts |
| keyword |
[
"SEPTA",
"alerts",
"public transit",
"transportation"
]
|
| license | https://opendataphilly.org/licenses/other |
| modified | R/P1D |
| publisher |
{
"name": "SEPTA",
"@type": "org:Organization"
}
|
| title | SEPTA Alerts |