cityofberkeley-info/restaurant-inspections-iuea-7eac
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Restaurant Inspections

This data set contains inspection information for approximately 800 food facilities permitted in the City of Berkeley. These include restaurants, bars, grocery stores, markets and any facility that dispenses food to the public. This information includes name and address of the food facility, identification of any major or minor violations, and date of last inspection. Data is updated once a week.

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 \"cityofberkeley-info/restaurant-inspections-iuea-7eac\".\"restaurant_inspections\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • restaurant_inspections
     
     
     
     
     
Upstream Metadata