fortworthtexas-gov/vehicle-accident-data-kr8h-9zxd
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 hours ago
Indexed 3 hours ago

Vehicle Accident Data

Accident report data. Accidents appear in the data set once the accident report is file and a submitted status is recorded with TXDOT. This data is updated three times 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 \"fortworthtexas-gov/vehicle-accident-data-kr8h-9zxd\".\"vehicle_accident_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • vehicle_accident_data