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 = "33-C-0297" 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
52a9bee885f13b08 DON DUCKWORTH 33-C-0297 2017-02-14   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgmLm&d=%2Fa%2F3d000000plvL%2F9xbCkf.0zg0D6zdMmndwZIPQwLQFPDY15IGDwiiMjeI&asPdf=false  
b5ae2e008f402b2f DON DUCKWORTH 33-C-0297 2015-11-30   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egl9W&d=%2Fa%2F3d000000pXIo%2FLxwb7cm5cIK7lTby6OuLS8jo3G.bJTx6y9yCTj7RTDM&asPdf=false  
a741b6f7e3492445 DON DUCKWORTH 33-C-0297 2015-02-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglsI&d=%2Fa%2F3d000000pmb4%2FaSSlnPNZpcQpEhf5nkCC6w9txjdAxKmDnXmvb0azGn8&asPdf=false  
0387b12d00ade496 DON DUCKWORTH 33-C-0297 2014-06-02   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglMp&d=%2Fa%2F3d000000pRFS%2FrJJv78Vds3zNfzbtRtD.04p7eTp2_W.kxzhUKKTAE2U&asPdf=false  
03d1220dc4ede362 DON DUCKWORTH 33-C-0297 2014-05-20   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egcg4&d=%2Fa%2F3d000000pmsh%2FRdRnoRdDlCJaiO6bwzrtMtnlVbzhqxzx3zBnPH8u1mk&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 485.531ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API