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

5 rows where cert_number = "51-C-0106" sorted by inspection_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
d26bdbfbea0a78f0 WEBERS CIDER MILL FARM INC 51-C-0106 2017-07-25   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EggRx&d=%2Fa%2F3d000000pnxl%2Fh10BWkJFP42VJdL2MVHM0PP1Qnl0izVl3uZealLcDj0&asPdf=false  
15033a1642d15712 WEBERS CIDER MILL FARM INC 51-C-0106 2016-09-27   0 0 0 1 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egekv&d=%2Fa%2F3d000000pdzi%2Fljb061tNZjsLKfFHO.yUBt2X_tuQpX4Rg4D82lFLiWE&asPdf=false  
cbf8251db2324c5d WEBERS CIDER MILL FARM INC 51-C-0106 2015-10-29   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfPI&d=%2Fa%2F3d000000pmS0%2FWbcVkr4qlCmNQmIkY9tuYj.4sfjWeRbaDvHqljKnDls&asPdf=false  
f40f165d42f7b66b WEBERS CIDER MILL FARM INC 51-C-0106 2014-10-06   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgfvO&d=%2Fa%2F3d000000pf0n%2Fks7_eh99Uzc_KrSeCUHyMTwNWhBeLseTSIfuank7VEQ&asPdf=false  
a768102efc6e4742 WEBERS CIDER MILL FARM INC 51-C-0106 2014-07-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egf6E&d=%2Fa%2F3d000000pX89%2FQu2rEaQaLaD8IqQKL93fSxD9PFD1f40WFhU3xpKBvBM&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 237.837ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API