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

7 rows where cert_number = "31-C-0048" 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
8d73b764a5ee9d88 KENNETH HETRICK 31-C-0048 2019-02-26   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglHL&d=%2Fa%2F3d000000pRhe%2Fdpi9udCHSMmlzGnKhOjW5VRXGWke4t87aTHIBrhY09E&asPdf=false  
910453b0dc286d50 KENNETH HETRICK 31-C-0048 2018-03-20   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Eglie&d=%2Fa%2F3d000000pag4%2FdNkJvji1wY3mpI9LlqBCFwfZRy2xPvyvDE2lKmaZPBc&asPdf=false  
bf21755330f068d8 KENNETH HETRICK 31-C-0048 2017-04-03   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglN5&d=%2Fa%2F3d000000pk8E%2F3dzhHmo749p1xEfNAiT96nvrbdrReq1qnFPzRON0jGc&asPdf=false  
acf3b8bd871699b8 KENNETH HETRICK 31-C-0048 2016-08-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXpA&d=%2Fa%2F3d000000pmaK%2FD.v0wXYA7A9j3LADE9iVwLwAFBv.DB32D7sYvodnnSA&asPdf=false  
8c86bfa6f3be2350 KENNETH HETRICK 31-C-0048 2015-08-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglBN&d=%2Fa%2F3d000000pRbw%2Fv3WhN1I5ecFeJCEPnhsO__hth2x7m45ImG9iUBPb.kM&asPdf=false  
bae500961304e9a3 KENNETH HETRICK 31-C-0048 2014-08-28   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgXSl&d=%2Fa%2F3d000000po95%2FdqxnXHgS5vYu7zgPQvETSTyx4hRAcxc4gTnZhCiEQm4&asPdf=false  
984a80cc7590ff30 KENNETH HETRICK 31-C-0048 2014-05-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdHM&d=%2Fa%2F3d000000pe1h%2Fw.31H7fU9tS2wnyF8owj1B_ZmbLnkKvI3WtJq_YTayc&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 129.791ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API