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 = "34-B-0234" 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
0a62c26cc8611d14 KRIS DEROSE 34-B-0234 2019-12-18   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ego09&d=%2Fa%2F3d000000pUgl%2FgFtsMMmItfhmH05zUJe4uAoBfJCyiIGjwYiXR35wG0c&asPdf=false  
f39c750ba12da79e KRIS DEROSE 34-B-0234 2019-09-09   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgoCB&d=%2Fa%2F3d000000poRE%2FrbmjV9yY8fFSoDXZHdw6O4QHYUOmBC879z2rPw4E7xk&asPdf=false  
de5385f4197bdf6a KRIS DEROSE 34-B-0234 2019-06-24   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Ege1L&d=%2Fa%2F3d000000pSDG%2F9Xupwe0tWXkPfwDfaRy1rbCb11__5mUIHmess65.hbs&asPdf=false  
02a25f0e0ffa718f KRIS DEROSE 34-B-0234 2019-06-10   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglgW&d=%2Fa%2F3d000000plQq%2F6jL5xzTOA2PSEFwBtpYc8oYLfusXRhqK6_bo.lbbwc4&asPdf=false  
7dde955726c612b7 KRIS DEROSE 34-B-0234 2019-02-19   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egnw2&d=%2Fa%2F3d000000pacP%2Fi511zZxFHTUkeGgFg89jXrhBrW4nFYF3jDsVDulusg4&asPdf=false  
a778206a258a055a KRIS DEROSE 34-B-0234 2018-06-25   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000Egaw6&d=%2Fa%2F3d000000pkSt%2FYRbmWam1NQagF1_ArjDI5a9pyAXL_q46M8_.VuwFWlQ&asPdf=false  
2fd3d9eeeaa73a39 KRIS DEROSE 34-B-0234 2018-01-04   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgaRc&d=%2Fa%2F3d000000po5d%2FRE7qLdMzukYcY8BAXkcfwX9Y7Ch4NLyCTJx_8kMvxLw&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 712.121ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API