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

6 rows where cert_number = "43-A-5777" 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
882fad4f0bb16aac BARBARA NEUBERT 43-A-5777 2017-10-05   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgkIl&d=%2Fa%2F3d000000podU%2Fkn6nLdtb7MNHolXkp54ol9RcAXBcVECVXGqBWv6OJ.k&asPdf=false  
4b63ff9b7bc36f9d BARBARA NEUBERT 43-A-5777 2016-11-15   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EglbE&d=%2Fa%2F3d000000pfpX%2Fz5ot8kkn.WJXklYw53d5fPgLPijOaRPN1bUM8Yu9B18&asPdf=false  
a262079ca3985baa BARBARA NEUBERT 43-A-5777 2016-03-17   0 0 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgdAU&d=%2Fa%2F3d000000phvZ%2F1HJ7PDTegLrZIRbecMUNBTXx5uc8yYKLCE3rdBP4kwo&asPdf=false  
0801181cf743c642 BARBARA NEUBERT 43-A-5777 2016-02-02   0 2 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwgD&d=%2Fa%2F3d000000pdg1%2F4nrd2ef4G97iHnmy.YID3xBporBYABrh54CmzTWpEXE&asPdf=false  
d5b45ec9417f4fe5 BARBARA NEUBERT 43-A-5777 2015-11-05   0 1 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000EgWHB&d=%2Fa%2F3d000000pgk6%2FOPUiaDbSDvzM43KG84UbVXNTGBDlWLB.WZbJfzySWzI&asPdf=false  
5ba248362fad88e4 BARBARA NEUBERT 43-A-5777 2014-08-27   0 3 0 0 https://aphis.file.force.com/sfc/dist/version/download/?oid=00Dt0000000GyZH&ids=068t000000DnwbC&d=%2Fa%2F3d000000pSIJ%2FR0.A7Bwj1N4hw_EWparaa8lmIze0JHMRI1yPIaq.Lnk&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 274.804ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API