FRS Incidents By Station Daily
This dataset contains the daily incidents by FRS Statuion data indicating incident occurred in each fire station response area. The data is the incident records broken down by call type group for each fire station response area.
Update Frequency: Daily
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 \"montgomerycountymd-gov/frs-incidents-by-station-daily-v68m-9rt9\".\"frs_incidents_by_station_daily\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.