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 = "46-B-0065" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: noncritical_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
c7d8703a904160a8 Tamara Schanzenbach 46-B-0065 2023-11-27   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d00000B7usj&d=%2Fa%2F3d000002AvVZ%2Fk33yra187A5fKp0bE1zk.kw6a.wELy4P0YT.pRr_WOM&asPdf=false  
1b02970000a28665 Tamara Schanzenbach 46-B-0065 2023-05-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=0683d000008JB5K&d=%2Fa%2F3d000001Adqp%2FpBTx_FgSeCxVRJqLLrAbGJ20b6YA.D3ZGY4lGfWmmII&asPdf=false  
d9de7e2930c84b19 Tamara Schanzenbach 46-B-0065 2022-07-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000YxkvP&d=%2Fa%2F3d000000pTYD%2FxAZi1bh2p8QBPwmUFlNccbl7KHQo19wthP7Fn0_x3rM&asPdf=false  
6b95b558bb3b3c37 Tamara Schanzenbach 46-B-0065 2022-02-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000V9QGX&d=%2Fa%2F3d000000pTYt%2FyAkI28SH.I9SkD2a4LrjgInejsU6p2JbWfB.6XOb2Lw&asPdf=false  
aa212a7318614839 Tamara Schanzenbach 46-B-0065 2021-09-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000PNNYB&d=%2Fa%2F3d000000pTZ9%2FptU0bhYu30z35xWlvoRk3O0KgnCKny2QUqOyORklhHw&asPdf=false  
09cda7d43918b525 Tamara Schanzenbach 46-B-0065 2021-03-23   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000ESdtG&d=%2Fa%2F3d000000pTZW%2FJkPRDA7YnY6NgycGVY49kMV2s3zxIeYBRk6Q_StnRJA&asPdf=false  
7d027d00d25107f3 Tamara Schanzenbach 46-B-0065 2017-08-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaVu&d=%2Fa%2F3d000000pTYU%2FX2jflWKt1LjlDyS38vx8viBnE3i0s39wIdTg5V43V8U&asPdf=false  
8aee0b2c37b20f47 Tamara Schanzenbach 46-B-0065 2017-02-13   0 4 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnxBV&d=%2Fa%2F3d000000pTYd%2FNJcTj6qR9NVtv8XNh0zjso1mGBLnP8AtNpKSt86_vno&asPdf=false  
844211c8dbd86667 Tamara Schanzenbach 46-B-0065 2014-06-24   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgZaZ&d=%2Fa%2F3d000000pTZB%2FsLmCsFEi.wDAgjLD1D67GYRXZ2uzHNXBpL4m6wDSCPs&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.337ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API