Restaurant and Food Establishment Inspections (October 2016 to January 2024)
This data set is sunset and will not be updating any more. Please go to this link for updated information: https://inspections.myhealthdepartment.com/dallas
This data set is intended to communicate the name of establishment, the physical location of the establishment, the date the inspection was conducted, the overall score for the inspection, and the point deduction for the individual violations.
Disclaimer: The inspection data represents a specific period in time. It does not represent the ownership of the establishment or the full history of the establishment.
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 \"dallasopendata/restaurant-and-food-establishment-inspections-dri5-wcct\".\"restaurant_and_food_establishment_inspections\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.