MTA LIRR Delays (Archived Methodology): 2015 - 2022
This deprecated dataset contains information on LIRR Systemwide Delays using reporting categories that were active from 2015 to 2022. More up-to-date and granular information on LIRR Delays can be found at data.ny.gov/d/e32g-kbe9.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"ny-gov/mta-lirr-delays-archived-methodology-2015-2022-7wmq-pqff\".\"mta_lirr_delays_archived_methodology_2015_2022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.