home / aphis

inspections

APHIS inspection records for licensed facilities. 110,000+ inspections from 2014–present with violation counts and links to official reports.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where cert_number = "41-C-0273" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_count, teachable_moment_count, inspection_date (date)

inspection_type 0

id cert_number inspection_date ▲ inspection_type critical_count noncritical_count direct_count teachable_moment_count pdf_url pdf_local_path
2aac914f177ef46f THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2018-06-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgewA&d=%2Fa%2F3d000000pfRC%2Ft5q1nTBANC5jvLkhLKIt3SOf1JXfVkztj3zktW_okxg&asPdf=false  
2cfea82dd1ee797d THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2018-02-06   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmVJ&d=%2Fa%2F3d000000pfrh%2F.uS1SLuixFfltIrBYhPecm114cFkmhahilaaO7YuAns&asPdf=false  
49a26008a4ea6c42 THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2017-08-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egbru&d=%2Fa%2F3d000000pUkI%2FrJLAQgqtC7eA2y.cvEP3UlbtmZQfNX.rjX6tFCxD9Lo&asPdf=false  
1be7ad0048f27e3f THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2017-08-17   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege1O&d=%2Fa%2F3d000000pi5Z%2F.4I2cc2gpk7rfQt5g2JSMT8XL6umVlzq4ge36SqK32A&asPdf=false  
f74896774abfdd23 THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2016-12-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmxa&d=%2Fa%2F3d000000pi4M%2FfsRqpc9t_Xzlgakn3qcVjvEPQ8JcLXeluQxWqHG4vvo&asPdf=false  
64591424356bc0bd THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2015-09-28   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmVG&d=%2Fa%2F3d000000pmxF%2FUfAEePBw9nbBzxMN1ROgtykF1BU6CyDLLIYfSC_JNEE&asPdf=false  
96b133fe05533bf7 THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2014-08-27   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfOL&d=%2Fa%2F3d000000pfTZ%2F2Ewg05jV29Xk_b10gqJa7zOTkW7ie27GO8b6wQSo9sM&asPdf=false  
44ea932882511193 THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2014-07-09   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egd0w&d=%2Fa%2F3d000000piMe%2FjMg.8fyZ0RQTj9obX1WPZh5urtFKt5DHCvJNhqBmcA4&asPdf=false  
dfaf30558b3fb547 THE BEARS DEN RESTAURANT & LOUNGE INC 41-C-0273 2014-02-12   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egmqy&d=%2Fa%2F3d000000plXB%2FztrlriPxXAw5fMyrgf9GOQoNWg_qNW4RwIslDQ5Xw4A&asPdf=false  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE inspections (
    id TEXT PRIMARY KEY,
    cert_number TEXT REFERENCES facilities(cert_number),
    inspection_date TEXT,
    inspection_type TEXT,
    critical_count INTEGER,
    noncritical_count INTEGER,
    direct_count INTEGER,
    teachable_moment_count INTEGER,
    pdf_url TEXT,
    pdf_local_path TEXT
);
CREATE INDEX idx_inspections_date ON inspections(inspection_date);
CREATE INDEX idx_inspections_cert ON inspections(cert_number);
Powered by Datasette · Queries took 5.154ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API