Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Data Breach Notifications Affecting Washington Residents
Washington law requires entities impacted by a data breach to notify the Attorney General’s Office (AGO) when more than 500 Washingtonians personal information was compromised as a result of the breach. This dataset is a collection of various statistics that have been derived from these notices, and is the source of data used to produce the AGO’s Annual Data Breach Report.
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 \"wa-gov/data-breach-notifications-affecting-washington-sb4j-ca4h\".\"data_breach_notifications_affecting_washington\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata